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

[leo_object_storage] Improve concurrency of read operations #467

Closed
mocchira opened this issue Mar 11, 2016 · 4 comments
Closed

[leo_object_storage] Improve concurrency of read operations #467

mocchira opened this issue Mar 11, 2016 · 4 comments

Comments

@mocchira
Copy link
Member

#450 has fixed part of this problem but there is still some room to improve concurrency more such as

adopting readers : writers = N : 1 model.

@mocchira mocchira added this to the 1.4.0 milestone Mar 11, 2016
yosukehara added a commit to leo-project/leo_object_storage that referenced this issue Mar 13, 2016
@yosukehara yosukehara self-assigned this Mar 13, 2016
yosukehara added a commit to leo-project/leo_storage that referenced this issue Mar 14, 2016
yosukehara added a commit to leo-project/leo_object_storage that referenced this issue Mar 14, 2016
@yosukehara
Copy link
Member

@mocchira I've fixed this issue and done UT and IT. So I'd like to ask you to test the latest LeoFS v1.2.20-dev.

@yosukehara yosukehara modified the milestones: 1.2.20, 1.4.0 Mar 14, 2016
@mocchira
Copy link
Member Author

As we discussed while ago,
Hard limits should be implemented for safe.
The lower one must be 1.
Since the appropriate higher limit depends on environments,
We may need some tests on common test cases/hardware to decide that.

@yosukehara
Copy link
Member

@windkit
Copy link
Contributor

windkit commented Mar 16, 2016

We got some issues in previous tests (Data Set is not loaded fully beforehand)

Here would be the updated results
https://github.com/leo-project/notes/tree/master/leofs/benchmark/leofs/1.2/1.2.20/front/20160316_image_f4m_r95w5_nocache_30min_1
For comparison, result from 1.2.16 is also uploaded
https://github.com/leo-project/notes/tree/master/leofs/benchmark/leofs/1.2/1.2.16/front/20160316_image_f4m_r95w5_nocache_30min_1

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

3 participants