S01060
Error Code
S01060
Error Message
Chunk <chunkId> is in coldVolumes and can't be compacted. RefId:
S01060
Probable Causes
When compacting level files of a chunk in the TSDB engine, the chunk files are stored in coldVolumes which is READ_ONLY.
Solutions
Skip the chunk ID in coldVolumes when using
triggerTSDBCompaction(chunkId)
to compact the level files.