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

Make it possible for FileStore to be in a state which never do merge but keep it backward compatible #1444

Closed
wants to merge 1 commit into from

Conversation

guangyy
Copy link
Contributor

@guangyy guangyy commented Mar 13, 2014

Make the configuration "filestore merge threshold" can be negative which prevent it from merging, this could help:

  1. We are trying to create the PG folder up to several levels with a standalone tool to prevent it from runtime splitting, we need a configuration which prevent it from merging even there is no file within the folder.
  2. As runtime split / merge could bring latency issues, customer can use a negative merge threshold to prevent merging but only splitting.
    This change is backward compatbile.
    Signed-off-by: Guang Yang (yguang@yahoo-inc.com)

…ich prevent it from merging, this could help:

  1. We are trying to create the PG folder up to several levels with a standalone tool to prevent it from runtime splitting, we need a configuration which prevent it from merging even there is no file within the folder.
  2. As runtime split / merge could bring latency issues, customer can use a negative merge threshold to prevent merging but only splitting.
This change is backward compatbile.
Signed-off-by: Guang Yang (yguang@yahoo-inc.com)
@athanatos
Copy link
Contributor

This should be re targeted at master.

@guangyy guangyy closed this Mar 20, 2014
@guangyy
Copy link
Contributor Author

guangyy commented Mar 20, 2014

Thanks @athanatos , can you check this one - #1509

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