frankliee commented on issue #108:
URL:
https://github.com/apache/incubator-uniffle/issues/108#issuecomment-1203805082
These configs are come from quorum protocol.
`rss.data.replica` is default replica number of partition.
`rss.data.replica.write` is the minimum replica that writer should write
metadata and data successfully.
`rss.data.replica.read` is the minimum replica that reader should read
metadata successfully (data can read from only one replica).
So the recommended values are (1,1,1) and (3,2,2).
These are client-side configs, and will not change server-side state.
The flush is controlled by server configs, such as memory capacity and
watermarks.
--
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]