I use cluster version 1.2.0 of Apache IoTDB now, and has 3 ConfigNodes and 3 DataNodes. The cluster reported ERROR o.a.i.d.q.e.e.RegionReadExecutor:91 - Execute FragmentInstance in ConsensusGroup SchemaRegion[0] failed. org.apache.iotdb.consensus.exception.RatisUnderRecoveryException: Raft Server is redoing Raft Log and cannot serve read requests now. Please try read later: org.apache.ratis.protocol.exceptions.ReadIndexException: Failed to getReadIndex 289575 since the term is not yet committed.
The DataNode status reflected unknown. I tried to restart the cluster, and the status turned normal, but another error appeared org.apache.iotdb.consensus.exception.RatisRequestFailedException: Ratis request failed org.apache.ratis.thirdparty.io.grpc.StatusRuntimeException: DEADLINE_EXCEEDED: deadline exceeded after -5.819248744s.
Anyone know why these two errors appeared?