sd4324530 commented on issue #2325: URL: https://github.com/apache/fluss/issues/2325#issuecomment-3726811645
https://cwiki.apache.org/confluence/display/FLUSS/FIP-8%3A+Support+Cluster+Rebalance ```java /** * List the rebalance process. * * <ul> * <li>{@link AuthorizationException} If the authenticated user doesn't have reset config * access to the cluster. * <li>{@link NoRebalanceInProgressException} If there are no rebalance tasks in progress. * </ul> * * @return the rebalance process for all the tableBuckets doing rebalance. */ CompletableFuture<Map<TableBucket, RebalanceResultForBucket>> listRebalanceProcess(); ``` I noticed a change in the design documentation for this API: the parameter `rebalanceId` has been removed. Should this also be changed accordingly? -- 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]
