Potato
Potato
When Region migration related work (#12293) was introduced, DataRegionConsensusImpl may be generated to try to restore the state machine when it is uninitialized. This may cause a restart error when...
Currently, SchemaRegion has LINEARIZABLE reads set up, and its state machine stops writing when the system is readonly, potentially causing the query to freeze indefinitely.   In fact, we...
see [jira](https://issues.apache.org/jira/browse/RATIS-2146?orderby=created+DESC%2C+priority+DESC%2C+updated+DESC)
see https://github.com/apache/ratis/commits/snapshot-3
This PR addresses an NPE issue in WALNode creation that occurs when IoTDB starts with a full disk. When the disk is full at startup, the FolderManager initialization in the...