Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need an API for distributedlog AppendOnlyWriter that only care about the data is already flushed but not committed. #4033

Open
YutSean opened this issue Jul 17, 2023 · 0 comments

Comments

@YutSean
Copy link

YutSean commented Jul 17, 2023

FEATURE REQUEST

  1. We are using the distributedlog as a WAL storage. Currently, the AppendOnlyWriter only support a force method to make sure the data is already persistently stored in BK.

  2. The force method implemented by invoke transmit method twice to make sure the data in the first transmission is already done. But in our case, we do not want to wait the second data exchange. We only care about the data is already flushed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant