LiebingYu commented on code in PR #2757:
URL: https://github.com/apache/fluss/pull/2757#discussion_r2902832480


##########
fluss-common/src/main/java/org/apache/fluss/config/ConfigOptions.java:
##########
@@ -96,8 +96,65 @@ public class ConfigOptions {
                     .stringType()
                     .noDefaultValue()
                     .withDescription(
-                            "The directory used for storing the kv snapshot 
data files and remote log for log tiered storage "
-                                    + " in a Fluss supported filesystem.");
+                            "The directory in a Fluss supported filesystem for 
remote data storage. "
+                                    + "This configuration is required. "

Review Comment:
   In fact, Fluss currently relies on remote log tiering to perform local 
segment expiration. Therefore, `remote.data.dir` must be configured in 
production environments. 
   
   As for the default value, we have already set it in `server.xml`. I don't 
think this will hinder users who want to perform a quick local trial.



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