You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have also seen this when a large TSM compactions is running. From some stack traces, the drop database statement gets blocked waiting for the TSM compactions to be interrupted. TSM compactions are currently only interruptible when a new TSM file is finished writing which could take a while if it needs to write out a 2GB file first. We would need to push the interrupt further down into the actual compaction process to allow it to exit faster.
My guess is that TSI compactions may have the same issue.
tsi1
enabled, write a bunch of data with many unique series into databasefoo
drop database foo
while TSI compactions are still runningThe drop database command looks like it freezes.
The text was updated successfully, but these errors were encountered: