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] Compaction can be slow because of the watchdog communication #393

Closed
mocchira opened this issue Jul 3, 2015 · 1 comment

Comments

@mocchira
Copy link
Member

mocchira commented Jul 3, 2015

There are some code in leo_compact_fsm_worker invoking run command more than necessary.
This behavior will result in the degradation of compaction performance.

@mocchira mocchira self-assigned this Jul 3, 2015
@mocchira mocchira added this to the 1.2.12 milestone Jul 3, 2015
@yosukehara yosukehara changed the title [1.2.11][leo_object_storage] Compaction can be slow [leo_object_storage] Compaction can be slow because of the watchdog communication Jul 5, 2015
@yosukehara
Copy link
Member

This issue almost appears when the watchdog communication turns on because its mechanism frequently requests leo_object_storage:increase/1 or leo_object_storage:decrease/1 or leo_object_storage:state/2 during a data-compaction.

yosukehara added a commit to leo-project/leo_object_storage that referenced this issue Jul 6, 2015
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

2 participants