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

[volume] In parallel, we create a replica and save the file to disk #5461

Open
kmlebedev opened this issue Apr 3, 2024 · 2 comments
Open

Comments

@kmlebedev
Copy link
Contributor

Describe the bug

image From the metrics it is clearly visible that it takes 800 ms to put a chunk of 64 MB, where the chunk is sequentially saved to disk, and then 600 ms is transferred to a synchronous replica.

System Setup

weed 3.62

Expected behavior

I would like to optimize uploading time and memory consumption by performing write operations to the disk and to the replica in parallel.

@kmlebedev
Copy link
Contributor Author

before with gomemlimit 1g
image

image

@kmlebedev
Copy link
Contributor Author

before without limit

profile022

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

1 participant