LiebingYu commented on code in PR #2757: URL: https://github.com/apache/fluss/pull/2757#discussion_r2887944172
##########
website/docs/maintenance/configuration.md:
##########
@@ -36,6 +36,9 @@ during the Fluss cluster working.
| default.bucket.number | Integer | 1
| The default number of buckets for a table in Fluss cluster. It's a
cluster-level parameter and all the tables without specifying bucket number in
the cluster will use the value as the bucket number.
|
| default.replication.factor | Integer | 1
| The default replication factor for the log of a table in Fluss
cluster. It's a cluster-level parameter, and all the tables without specifying
replication factor in the cluster will use the value as replication factor.
|
| remote.data.dir | String |
(None)
| The directory used for storing the kv snapshot data files and remote
log for log tiered storage in a Fluss supported filesystem.
|
+| remote.data.dirs | List<String> |
(None)
| The directories used for storing the kv snapshot data files and
remote log for log tiered storage in a Fluss supported filesystem. This should
be a comma-separated list of remote URIs. If not configured, it defaults to the
path specified in `remote.data.dir`. Otherwise, one of the paths from this
configuration will be used.
|
Review Comment:
Updated the description of `remote.data.dir` and `remote.data.dirs`.
--
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]
