xiangfu0 commented on code in PR #17167:
URL: https://github.com/apache/pinot/pull/17167#discussion_r3038978758
##########
pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/KafkaConsumingSegmentToBeMovedSummaryIntegrationTest.java:
##########
@@ -143,8 +143,8 @@ public void testConsumingSegmentSummary()
.reduce(0L, (a, b) -> a +
b.getTotalOffsetsToCatchUpAcrossAllConsumingSegments(), Long::sum), 57801);
// set includeConsuming to false
- response = sendPostRequest(
- getControllerRequestURLBuilder().forTableRebalance(getTableName(),
"REALTIME", true, false, false, false, -1));
+ response = getOrCreateAdminClient().getTableClient()
Review Comment:
rebalanceTable method should return RebalanceResult class.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]