chengjianyun commented on a change in pull request #4079:
URL: https://github.com/apache/iotdb/pull/4079#discussion_r737363330
##########
File path:
cluster/src/main/java/org/apache/iotdb/cluster/server/member/MetaGroupMember.java
##########
@@ -200,37 +181,22 @@
private PartitionTable partitionTable;
/** router calculates the partition groups that a partitioned plan should be
sent to */
private ClusterPlanRouter router;
- /**
- * each node contains multiple DataGroupMembers and they are managed by a
DataClusterServer acting
- * as a broker
- */
- private DataClusterServer dataClusterServer;
- /** each node starts a data heartbeat server to transfer heartbeat requests
*/
- private DataHeartbeatServer dataHeartbeatServer;
-
- /**
- * an override of TSServiceImpl, which redirect JDBC and Session requests to
the MetaGroupMember
- * so they can be processed cluster-wide
- */
- private ClientServer clientServer;
-
- private DataClientProvider dataClientProvider;
-
- /**
- * a single thread pool, every "REPORT_INTERVAL_SEC" seconds, "reportThread"
will print the status
- * of all raft members in this node
- */
- private ScheduledExecutorService reportThread;
+ // /**
+ // * a single thread pool, every "REPORT_INTERVAL_SEC" seconds,
"reportThread" will print the
+ // status
+ // * of all raft members in this node
+ // */
+ // private ScheduledExecutorService reportThread;
Review comment:
Fixed
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]