Component
Full Dashboard
Performance Monitor Version
1.7.0.0
SQL Server Version
SQL Server 2022 Dev. RTM-CU23-GDR
Windows Version
Azure Windows Server 2022 Datacenter
Describe the Bug
Scheduled Master Collector is blowing up tempdb every now and then (roughly once a week).
Steps to Reproduce
Not reproducible
Expected Behavior
... well, say not to stop the prod server? ;-)
Actual Behavior
I think I've found the job in running status though
Error Messages / Log Output
In config.collection_log I’m seeing errors like: “Error in query stats collector: Could not allocate space for object 'dbo.Large Object Storage System object: 422796401377280' in database 'tempdb' because the 'PRIMARY' filegroup is full”.
Screenshots
Additional Context
Since this is a production DB, we have to restart it immediately when it happens, so we can’t really inspect what’s going on at that exact moment. However, tempdb has four files to grow up to 60GB each, and they're usually pretty empty.
Any ideas on how to dig into this and figure out the root cause? Thank you
Component
Full Dashboard
Performance Monitor Version
1.7.0.0
SQL Server Version
SQL Server 2022 Dev. RTM-CU23-GDR
Windows Version
Azure Windows Server 2022 Datacenter
Describe the Bug
Scheduled Master Collector is blowing up tempdb every now and then (roughly once a week).
Steps to Reproduce
Not reproducible
Expected Behavior
... well, say not to stop the prod server? ;-)
Actual Behavior
I think I've found the job in running status though
Error Messages / Log Output
Screenshots
Additional Context
Since this is a production DB, we have to restart it immediately when it happens, so we can’t really inspect what’s going on at that exact moment. However, tempdb has four files to grow up to 60GB each, and they're usually pretty empty.
Any ideas on how to dig into this and figure out the root cause? Thank you