This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch fix_startup_error_log
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/fix_startup_error_log by this
push:
new 433b7f37c56 remove more
433b7f37c56 is described below
commit 433b7f37c56d410312eb859a48420ca58c4085b6
Author: HTHou <[email protected]>
AuthorDate: Wed Aug 9 18:15:02 2023 +0800
remove more
---
.../apache/iotdb/consensus/iot/service/IoTConsensusRPCService.java | 5 -----
1 file changed, 5 deletions(-)
diff --git
a/iotdb-core/consensus/src/main/java/org/apache/iotdb/consensus/iot/service/IoTConsensusRPCService.java
b/iotdb-core/consensus/src/main/java/org/apache/iotdb/consensus/iot/service/IoTConsensusRPCService.java
index 7771764393c..567b23cefc6 100644
---
a/iotdb-core/consensus/src/main/java/org/apache/iotdb/consensus/iot/service/IoTConsensusRPCService.java
+++
b/iotdb-core/consensus/src/main/java/org/apache/iotdb/consensus/iot/service/IoTConsensusRPCService.java
@@ -21,7 +21,6 @@ package org.apache.iotdb.consensus.iot.service;
import org.apache.iotdb.common.rpc.thrift.TEndPoint;
import org.apache.iotdb.commons.concurrent.ThreadName;
-import org.apache.iotdb.commons.conf.IoTDBConstant;
import org.apache.iotdb.commons.exception.runtime.RPCServiceException;
import org.apache.iotdb.commons.service.ServiceType;
import org.apache.iotdb.commons.service.ThriftService;
@@ -57,10 +56,6 @@ public class IoTConsensusRPCService extends ThriftService
implements IoTConsensu
public void initAsyncedServiceImpl(Object iotConsensusRPCServiceProcessor) {
this.iotConsensusRPCServiceProcessor =
(IoTConsensusRPCServiceProcessor) iotConsensusRPCServiceProcessor;
- super.mbeanName =
- String.format(
- "%s:%s=%s",
- IoTDBConstant.IOTDB_SERVICE_JMX_NAME, IoTDBConstant.JMX_TYPE,
getID().getJmxName());
super.initAsyncedServiceImpl(this.iotConsensusRPCServiceProcessor);
}