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

idea: Allow concurrent upload in write #2764

Closed
Xuanwo opened this issue Aug 2, 2023 · 5 comments
Closed

idea: Allow concurrent upload in write #2764

Xuanwo opened this issue Aug 2, 2023 · 5 comments

Comments

@Xuanwo
Copy link
Member

Xuanwo commented Aug 2, 2023

For services like s3, they are do concurrent upload while writing. We can store a future inside Writer and poll them while needed so users can keep writing without waiting for previouse upload finished.


This issue will address #2567

@gongyisheng
Copy link
Contributor

Hi @Xuanwo, can I have a try on this issue?

@Xuanwo
Copy link
Member Author

Xuanwo commented Aug 27, 2023

Sorry, this task is just an idea and need an RFC before working on.

@WenyXu
Copy link
Member

WenyXu commented Jan 1, 2024

May I have a try? Let me start by proposing an RFC.

@Xuanwo
Copy link
Member Author

Xuanwo commented Jan 1, 2024

May I have a try? Let me start by proposing an RFC.

Of course! Feel free to give it a try.

@Xuanwo
Copy link
Member Author

Xuanwo commented Jan 5, 2024

Tracked at #3899

@Xuanwo Xuanwo closed this as completed Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants