gyang94 commented on code in PR #2757:
URL: https://github.com/apache/fluss/pull/2757#discussion_r2902884919
##########
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:
yes, agree with you. Our `server.xml` has a value, but in the ConfigOption
definition of remote.data.dir is `noDefaultValue()`. How about set one here?
--
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]