xuzifu666 commented on code in PR #11365:
URL: https://github.com/apache/hudi/pull/11365#discussion_r1620230806
##########
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:
multiple writer not do this,and heartbeat not set long engouh could cause
it.All the next job would failed.
--
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]