You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2022/08/04 06:05:58 UTC

[iotdb] branch remove_internalservice_in_standalone created (now 6d00d47a05)

This is an automated email from the ASF dual-hosted git repository.

qiaojialin pushed a change to branch remove_internalservice_in_standalone
in repository https://gitbox.apache.org/repos/asf/iotdb.git


      at 6d00d47a05 do not start DataNodeInternalRPCService in Standalone version

This branch includes the following new commits:

     new 6d00d47a05 do not start DataNodeInternalRPCService in Standalone version

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[iotdb] 01/01: do not start DataNodeInternalRPCService in Standalone version

Posted by qi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

qiaojialin pushed a commit to branch remove_internalservice_in_standalone
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 6d00d47a0513387706dbbbfe3d3566a947b6a8c6
Author: qiaojialin <64...@qq.com>
AuthorDate: Thu Aug 4 14:05:44 2022 +0800

    do not start DataNodeInternalRPCService in Standalone version
---
 server/src/main/java/org/apache/iotdb/db/service/NewIoTDB.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/server/src/main/java/org/apache/iotdb/db/service/NewIoTDB.java b/server/src/main/java/org/apache/iotdb/db/service/NewIoTDB.java
index 38456057e7..5eb6db49a7 100644
--- a/server/src/main/java/org/apache/iotdb/db/service/NewIoTDB.java
+++ b/server/src/main/java/org/apache/iotdb/db/service/NewIoTDB.java
@@ -133,7 +133,6 @@ public class NewIoTDB implements NewIoTDBMBean {
     registerManager.register(WALManager.getInstance());
 
     registerManager.register(StorageEngineV2.getInstance());
-    registerManager.register(DataNodeInternalRPCService.getInstance());
     registerManager.register(DriverScheduler.getInstance());
 
     registerManager.register(TemporaryQueryDataFileService.getInstance());