luoyuxia commented on code in PR #2185:
URL: https://github.com/apache/fluss/pull/2185#discussion_r2694308529


##########
fluss-common/src/main/java/org/apache/fluss/config/ConfigOptions.java:
##########
@@ -1811,6 +1811,23 @@ public class ConfigOptions {
                                     + 
ConfigOptions.TABLE_DATALAKE_AUTO_EXPIRE_SNAPSHOT
                                     + " is false.");
 
+    public static final ConfigOption<Duration> LAKE_TIERING_TABLE_DURATION_MAX 
=
+            key("lake.tiering.table.duration.max")
+                    .durationType()
+                    .defaultValue(Duration.ofMinutes(30))
+                    .withDescription(
+                            "The maximum duration for tiering a single table. 
If tiering a table exceeds this duration, "
+                                    + "it will be force completed: the tiering 
will be finalized and committed to the data lake "

Review Comment:
   It'll be mark as finished and wait (about the data fressness interval) to 
scheduled to pending again. Do we need to just put into the pending queue for 
the table that is forced completed?



-- 
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]

Reply via email to