Description
025-04-11 10:10:16,685 [main] ERROR o.a.i.c.ServerCommandLine:63 - Failed to execute system command
org.apache.iotdb.commons.exception.runtime.ThriftSerDeException: Read TConsensusGroupId failed: org.apache.thrift.transport.TTransportException: Cannot read. Remote side has closed. Tried to read 1 bytes, but only got 0 bytes. (This is often indicative of an internal error on the server side. Please check your server logs.)
at org.apache.iotdb.commons.utils.ThriftCommonsSerDeUtils.deserializeTConsensusGroupId(ThriftCommonsSerDeUtils.java:235)
at org.apache.iotdb.consensus.common.Peer.deserialize(Peer.java:79)
at org.apache.iotdb.consensus.iot.IoTConsensusServerImpl.getConfiguration(IoTConsensusServerImpl.java:744)
at org.apache.iotdb.consensus.iot.IoTConsensusServerImpl.recoverConfiguration(IoTConsensusServerImpl.java:704)
at org.apache.iotdb.consensus.iot.IoTConsensusServerImpl.(IoTConsensusServerImpl.java:151)
at org.apache.iotdb.consensus.iot.IoTConsensus.initAndRecover(IoTConsensus.java:173)
at org.apache.iotdb.consensus.iot.IoTConsensus.start(IoTConsensus.java:135)
at org.apache.iotdb.db.service.DataNode.active(DataNode.java:575)
at org.apache.iotdb.db.service.DataNode.doAddNode(DataNode.java:215)
at org.apache.iotdb.db.service.DataNodeServerCommandLine.run(DataNodeServerCommandLine.java:81)
at org.apache.iotdb.commons.ServerCommandLine.doMain(ServerCommandLine.java:58)
at org.apache.iotdb.db.service.DataNode.main(DataNode.java:183)