Uh oh!
There was an error while loading. Please reload this page.
HBASE-22335 do add hfile ref only when replication_scope is 1 - #203
Closed
chenxu14 wants to merge 4 commits into
Closed
HBASE-22335 do add hfile ref only when replication_scope is 1#203chenxu14 wants to merge 4 commits into
chenxu14 wants to merge 4 commits into
Conversation
Apache-HBase
commented
Apr 30, 2019
💔 -1 overall
This message was automatically generated. |
This was referenced Apr 30, 2019
| getCoprocessors().contains(ReplicationObserver.class.getSimpleName())); | ||
| } | ||
| @Test |
Contributor
There was a problem hiding this comment.
leaving feadback on the PR lines instead of making someone dig into the reporting worked! oh man that's great.
Contributor
There was a problem hiding this comment.
It's only whitespace I think... It will be good if we could also make findbugs and checkstyle work like this...
Apache-HBase
commented
May 10, 2019
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
May 13, 2019
💔 -1 overall
This message was automatically generated. |
This was referenced May 23, 2019
saintstack
commented
Jun 7, 2019
Contributor
@chenxu14 You up for fixing the conflict when you get a chance? Thanks. |
saintstack
commented
Jun 24, 2019
Contributor
I'll close this PR in the next week or so unless updates. Thanks. |
Apache9
commented
Jul 23, 2019
Contributor
Close since the PR is stale. Feel free to reopen. |
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.
When bulkload replication enabled, every hfile's znode will add to /hbase/replication/hfile-refs, no matter what the REPLICATION_SCOPE is.