Reputation: 152
Has anyone encountered this kind of problem? When writing data into Apache IoTDB using the data interface, IoTDB suddenly shutdown and cannot normally continue the writing data process after restarting. How should I solve this problem?
Upvotes: 0
Views: 17
Reputation: 478
You can check the log of Apache IoTDB. Normally this problem may be caused by wal
storage is full. If there is excessive data causing wal
in IoTDB to be full, it is recommended to close all merge
progress. This setting can be changed in the DataNode configuration.
Upvotes: 0