Why the datanode of Apache IoTDB becomes readonly mode after running for a period of time?

20 Views Asked by At

After running Apache IoTDB for a period of time, the datanode automatically becomes readonly mode. What may be the reason for this? I tried to manually call and execute flush command, and this will also cause the datanode to become readonly. How to solve this problem?

1

There are 1 best solutions below

0
Jerry Zhang On BEST ANSWER

You can look at the log of the corresponding datanode of Apache IoTDB and search for readonly keyword. It may be that the encoding format of the data is wrong, so you can check the log to certify that.