iotdb
iotdb copied to clipboard
[IOTDB-1136] Improved reliability in flush error
The flushing fails due to OOM or insufficient disk space etc.... As a result, the cluster is in read-only mode. We need a mechanism to restore read-only mode. If the fault is caused by a common error
- If the flush fails, a retry mechanism can be added. By default, the retry mechanism is used for three times at an interval of 1s.
- After the read-only mode is enabled, the system can recover the read-only mode and pull the data every 10 minutes.
@qiaojialin @jixuan1989 hi, could you please review this? Thanks...