You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2021/11/19 01:53:03 UTC

[GitHub] [iotdb] LebronAl commented on a change in pull request #4343: [IOTDB-1961] Cluster query memory leak

LebronAl commented on a change in pull request #4343:
URL: https://github.com/apache/iotdb/pull/4343#discussion_r748042844



##########
File path: cluster/src/main/java/org/apache/iotdb/cluster/ClusterIoTDB.java
##########
@@ -384,6 +387,8 @@ private void startClientRPC() throws QueryProcessException, StartupException {
     ClusterTSServiceImpl clusterServiceImpl = new ClusterTSServiceImpl();
     clusterServiceImpl.setCoordinator(coordinator);
     clusterServiceImpl.setExecutor(metaGroupMember);
+    TSServiceImpl.setSessionManager(ClusterSessionManager.getInstance());

Review comment:
       clusterServiceImpl?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org