danny0405 commented on code in PR #11365:
URL: https://github.com/apache/hudi/pull/11365#discussion_r1620205175


##########
hudi-common/src/main/java/org/apache/hudi/common/util/ClusteringUtils.java:
##########
@@ -69,7 +69,7 @@ public class ClusteringUtils {
   public static Stream<Pair<HoodieInstant, HoodieClusteringPlan>> 
getAllPendingClusteringPlans(
       HoodieTableMetaClient metaClient) {
     List<HoodieInstant> pendingReplaceInstants =
-        
metaClient.getActiveTimeline().filterPendingReplaceTimeline().getInstants();
+        
metaClient.reloadActiveTimeline().filterPendingReplaceTimeline().getInstants();

Review Comment:
   It looks like all the invokers already have the refreshed timeline.



-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to