S01029
Error Code
S01029
Error Message
TSDB Engine failed to read <xxx>. RefId:S01029
TSDB Engine failed to move level file to position xxx. RefId:S01029
TSDB Engine failed to deserialize xxx.RefId:S01029
Probable Causes
The TSDB engine failed to read a level file. Probable causes include:
- Corrupted file due to disk damage.
- Lack file access permission.
Solutions
- Check if the configured directory can be accessed properly.
- Check the path of level file with
getTSDBMetaData()
, and validate the file status.