Skip to content

HBASE-22729 Start RSGroupInfoManager as default - #405

Closed
infraio wants to merge 4 commits into
apache:HBASE-22514from
infraio:HBASE-22729
Closed

HBASE-22729 Start RSGroupInfoManager as default#405
infraio wants to merge 4 commits into
apache:HBASE-22514from
infraio:HBASE-22729

Conversation

@infraio

Copy link
Copy Markdown
Contributor

No description provided.

Apache9and others added 4 commits July 23, 2019 09:44

@Apache9Apache9 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I think starting RSGroupInfoManager by default should be done after HBASE-22695? As now we still need the coprocessor...

groupName = RSGroupInfo.DEFAULT_GROUP;
}
targetRSGInfo = rsGroupInfoManager.getRSGroup(groupName);
} catch (IOException exp) {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Why this change?

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

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

Seems the base branch is not right...

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

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

oh. The reason is the method didn't throw IOException now. So remove the try...catch thing.

@infraio

Copy link
Copy Markdown
ContributorAuthor

I think starting RSGroupInfoManager by default should be done after HBASE-22695? As no

What is the whole plan?

@Apache9

Copy link
Copy Markdown
Contributor

https://github.com/Apache9/hbase/tree/HBASE-22695

I'm trying to store the rs group info to table first. It will lead to a huge change.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec62Docker mode activated.
_ Prechecks _
+1dupname0No case conflicting files found.
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 3 new or modified test files.
_ HBASE-22514 Compile Tests _
+1mvninstall312HBASE-22514 passed
+1compile71HBASE-22514 passed
+1checkstyle89HBASE-22514 passed
+1shadedjars364branch has no errors when building our shaded downstream artifacts.
+1javadoc43HBASE-22514 passed
0spotbugs342Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs338HBASE-22514 passed
_ Patch Compile Tests _
+1mvninstall348the patch passed
+1compile71the patch passed
+1javac71the patch passed
+1checkstyle101the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedjars363patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck966Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc43the patch passed
+1findbugs346the patch passed
_ Other Tests _
-1unit14806hbase-server in the patch failed.
+1asflicense31The patch does not generate ASF License warnings.
18746
ReasonTests
Failed junit testshadoop.hbase.client.TestSnapshotTemporaryDirectoryWithRegionReplicas
SubsystemReport/Notes
DockerClient=19.03.0 Server=19.03.0 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-405/1/artifact/out/Dockerfile
GITHUB PR#405
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux eddc57e48779 4.4.0-154-generic #181-Ubuntu SMP Tue Jun 25 05:29:03 UTC 2019 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-405/out/precommit/personality/provided.sh
git revisionHBASE-22514 / 7a0b822
Default Java1.8.0_181
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-405/1/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-405/1/testReport/
Max. process+thread count4576 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-405/1/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@infraio

Copy link
Copy Markdown
ContributorAuthor

https://github.com/Apache9/hbase/tree/HBASE-22695

I'm trying to store the rs group info to table first. It will lead to a huge change.

Got it. Will continue this issue later.

@asfgit
asfgitforce-pushed the HBASE-22514 branch 3 times, most recently from 47d6533 to 1b5f6b5CompareJuly 30, 2019 13:01
@asfgit
asfgitforce-pushed the HBASE-22514 branch 4 times, most recently from 77e95bd to e4b1720CompareAugust 8, 2019 03:58
@asfgit
asfgitforce-pushed the HBASE-22514 branch 3 times, most recently from 32a2015 to 8660b52CompareAugust 18, 2019 04:14
@asfgit
asfgitforce-pushed the HBASE-22514 branch 4 times, most recently from 4741f66 to 548e8c4CompareAugust 27, 2019 12:35
@Apache9Apache9 closed this Aug 28, 2019
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@infraio@Apache9@Apache-HBase