Uh oh!
There was an error while loading. Please reload this page.
HBASE-22803 Modify config value range to enable turning off of the hbck chore - #466
Merged
Merged
Conversation
infraio
reviewed
Aug 8, 2019
| private volatile long checkingStartTimestamp = 0; | ||
| private volatile long checkingEndTimestamp = 0; | ||
| private boolean stopped = false; |
infraio
reviewed
Aug 8, 2019
| int interval = | ||
| master.getConfiguration().getInt(HBCK_CHORE_INTERVAL, DEFAULT_HBCK_CHORE_INTERVAL); | ||
| if (interval <= 0) { | ||
| LOG.warn(HBCK_CHORE_INTERVAL + "is <=0 hence disabling hbck chore"); |
Apache-HBase
commented
Aug 8, 2019
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Aug 8, 2019
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Aug 8, 2019
💔 -1 overall
This message was automatically generated. |
the-sakthiforce-pushed
the
HBASE-22803
branch
2 times, most recently
from
August 8, 2019 18:02
c8eb0fd to
1c383e4CompareMemberAuthor
Thanks for your suggestions @infraio , have updated the changes. |
Apache-HBase
commented
Aug 8, 2019
💔 -1 overall
This message was automatically generated. |
infraio
approved these changes
Aug 9, 2019
the-sakthi
commented
Aug 9, 2019
MemberAuthor
Thanks for the review @infraio |
the-sakthi added a commit
that referenced
this pull request
Aug 9, 2019
…ck chore (#466) Signed-off-by: Guanghao Zhang <zghao@apache.org>
the-sakthi added a commit
that referenced
this pull request
Aug 9, 2019
…ck chore (#466) Signed-off-by: Guanghao Zhang <zghao@apache.org>
the-sakthi added a commit
that referenced
this pull request
Aug 9, 2019
…ck chore (#466) Signed-off-by: Guanghao Zhang <zghao@apache.org>
the-sakthi added a commit
that referenced
this pull request
Aug 9, 2019
…ck chore (#466) Signed-off-by: Guanghao Zhang <zghao@apache.org>
infraio pushed a commit
to infraio/hbase
that referenced
this pull request
Aug 17, 2020
…ck chore (apache#466) Signed-off-by: Guanghao Zhang <zghao@apache.org>
symat pushed a commit
to symat/hbase
that referenced
this pull request
Feb 17, 2021
…ck chore (apache#466) Signed-off-by: Guanghao Zhang <zghao@apache.org> (cherry picked from commit 66197dd) Change-Id: I92c3c2733f7874724fd0f9745fd759bc7e443486
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.