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

Set min translated per partition size to 1 instead of 2 #12824

Merged
merged 1 commit into from Apr 11, 2018

Conversation

ahmetmircik
Copy link
Member

It was set to 2 in this PR: #12195
But 1 seems ok to fix the original issue: #11646

@@ -53,7 +53,7 @@
public class EvictionChecker {

protected static final double ONE_HUNDRED_PERCENT = 100D;
private static final int MIN_SANE_PER_PARTITION_SIZE = 2;
private static final int MIN_TRANSLATED_PARTITION_SIZE = 1;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor: can it be just MIN_PARTITION_SIZE? I didn't like the "sane" attribute as it implicates that setting it too low is "insane" and I'm not sure what "translated" is referring to.

@pveentjer pveentjer merged commit f27ced2 into hazelcast:master Apr 11, 2018
@mmedenjak mmedenjak added the Source: Internal PR or issue was opened by an employee label Apr 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants