You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2020/11/11 05:38:54 UTC

[iotdb] branch try_to_fix_CIh created (now 0f960ef)

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

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


      at 0f960ef  try to fix CI

This branch includes the following new commits:

     new 0f960ef  try to fix CI

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: try to fix CI

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

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

commit 0f960ef41e77f7d3f6c409ca1c9871962353434b
Author: HTHou <hh...@outlook.com>
AuthorDate: Wed Nov 11 13:32:10 2020 +0800

    try to fix CI
---
 server/src/main/java/org/apache/iotdb/db/service/IoTDB.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/server/src/main/java/org/apache/iotdb/db/service/IoTDB.java b/server/src/main/java/org/apache/iotdb/db/service/IoTDB.java
index f56e7ca..641d515 100644
--- a/server/src/main/java/org/apache/iotdb/db/service/IoTDB.java
+++ b/server/src/main/java/org/apache/iotdb/db/service/IoTDB.java
@@ -107,6 +107,7 @@ public class IoTDB implements IoTDBMBean {
     registerManager.register(TVListAllocator.getInstance());
     registerManager.register(CacheHitRatioMonitor.getInstance());
     JMXService.registerMBean(getInstance(), mbeanName);
+    registerManager.register(RPCService.getInstance());
     registerManager.register(StorageEngine.getInstance());
 
     // When registering statMonitor, we should start recovering some statistics
@@ -116,7 +117,7 @@ public class IoTDB implements IoTDBMBean {
       StatMonitor.getInstance().recovery();
     }
 
-    registerManager.register(RPCService.getInstance());
+    //registerManager.register(RPCService.getInstance());
     if (IoTDBDescriptor.getInstance().getConfig().isEnableMetricService()) {
       registerManager.register(MetricsService.getInstance());
     }