fanhualta commented on a change in pull request #3191:
URL: https://github.com/apache/iotdb/pull/3191#discussion_r648487240
##########
File path:
cluster/src/main/java/org/apache/iotdb/cluster/coordinator/Coordinator.java
##########
@@ -266,7 +273,7 @@ private TSStatus forwardPlan(List<PartitionGroup>
partitionGroups, PhysicalPlan
// the query should be handled by a group the local node is in, handle
it with in the group
status =
metaGroupMember
- .getLocalDataMember(partitionGroup.getHeader())
+ .getLocalDataMember(partitionGroup.getHeader(),
partitionGroup.getId())
Review comment:
It's misused. 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.
For queries about this service, please contact Infrastructure at:
[email protected]