OneSizeFitsQuorum commented on code in PR #14910:
URL: https://github.com/apache/iotdb/pull/14910#discussion_r1964641090
##########
iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/manager/load/balancer/RouteBalancer.java:
##########
@@ -283,9 +298,46 @@ private void invalidateSchemaCacheOfOldLeaders(
.sendAsyncRequest(invalidateSchemaCacheRequestHandler);
}
+ private void flushOldLeaderIfIoTV2() {
Review Comment:
How about move to here?
<img width="1030" alt="image"
src="https://github.com/user-attachments/assets/692b6f82-5632-430a-8d31-77b684af6675"
/>
##########
iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/manager/load/balancer/RouteBalancer.java:
##########
@@ -283,9 +298,46 @@ private void invalidateSchemaCacheOfOldLeaders(
.sendAsyncRequest(invalidateSchemaCacheRequestHandler);
}
+ private void flushOldLeaderIfIoTV2() {
Review Comment:
How about here?
<img width="1030" alt="image"
src="https://github.com/user-attachments/assets/692b6f82-5632-430a-8d31-77b684af6675"
/>
--
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]