Skip to content

HBASE-22922 Lock all regions to be merged in case of multi region merge (2.2) - #543

Closed
stoty wants to merge 2 commits into
apache:branch-2.2from
stoty:HBASE-22922-2.2
Closed

HBASE-22922 Lock all regions to be merged in case of multi region merge (2.2)#543
stoty wants to merge 2 commits into
apache:branch-2.2from
stoty:HBASE-22922-2.2

Conversation

@stoty

Copy link
Copy Markdown
Contributor

No description provided.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec40Docker mode activated.
_ Prechecks _
+1dupname0No case conflicting files found.
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
-0test4tests0The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ branch-2.2 Compile Tests _
+1mvninstall306branch-2.2 passed
+1compile53branch-2.2 passed
+1checkstyle77branch-2.2 passed
+1shadedjars242branch has no errors when building our shaded downstream artifacts.
+1javadoc36branch-2.2 passed
0spotbugs174Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs171branch-2.2 passed
_ Patch Compile Tests _
+1mvninstall283the patch passed
+1compile52the patch passed
+1javac52the patch passed
+1checkstyle77the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedjars241patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck888Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc33the patch passed
+1findbugs182the patch passed
_ Other Tests _
-1unit9706hbase-server in the patch failed.
+1asflicense30The patch does not generate ASF License warnings.
12797
ReasonTests
Failed junit testshadoop.hbase.client.TestAsyncRegionAdminApi2
hadoop.hbase.master.assignment.TestMasterAbortWhileMergingTable
hadoop.hbase.master.normalizer.TestSimpleRegionNormalizerOnCluster
hadoop.hbase.master.procedure.TestIgnoreUnknownFamily
hadoop.hbase.snapshot.TestMobFlushSnapshotFromClient
hadoop.hbase.master.assignment.TestModifyTableWhileMerging
hadoop.hbase.snapshot.TestFlushSnapshotFromClient
hadoop.hbase.client.TestTableFavoredNodes
hadoop.hbase.master.TestMergeTableRegionsWhileRSCrash
hadoop.hbase.client.TestSplitOrMergeAtTableLevel
hadoop.hbase.TestJMXListener
hadoop.hbase.replication.TestSerialReplication
hadoop.hbase.TestSequenceIdMonotonicallyIncreasing
hadoop.hbase.TestSplitMerge
hadoop.hbase.regionserver.TestRegionMergeTransactionOnCluster
hadoop.hbase.snapshot.TestConcurrentFlushSnapshotFromClient
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-543/1/artifact/out/Dockerfile
GITHUB PR#543
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux a49867d77281 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6 11:12:41 UTC 2019 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-543/out/precommit/personality/provided.sh
git revisionbranch-2.2 / 1d939c7
Default Java1.8.0_181
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-543/1/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-543/1/testReport/
Max. process+thread count4019 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-543/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.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec243Docker mode activated.
_ Prechecks _
+1dupname0No case conflicting files found.
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
-0test4tests0The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ branch-2.2 Compile Tests _
+1mvninstall382branch-2.2 passed
+1compile56branch-2.2 passed
+1checkstyle89branch-2.2 passed
+1shadedjars283branch has no errors when building our shaded downstream artifacts.
+1javadoc38branch-2.2 passed
0spotbugs207Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs205branch-2.2 passed
_ Patch Compile Tests _
+1mvninstall331the patch passed
+1compile55the patch passed
+1javac55the patch passed
+1checkstyle90the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedjars260patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck992Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc36the patch passed
+1findbugs187the patch passed
_ Other Tests _
-1unit12266hbase-server in the patch failed.
+1asflicense25The patch does not generate ASF License warnings.
15950
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-543/2/artifact/out/Dockerfile
GITHUB PR#543
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux e6a432821236 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6 11:12:41 UTC 2019 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-543/out/precommit/personality/provided.sh
git revisionbranch-2.2 / 1d939c7
Default Java1.8.0_181
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-543/2/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-543/2/testReport/
Max. process+thread count4589 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-543/2/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.

@saintstacksaintstack 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.

Thanks for the fix.

Rerunning the unit tests. The failures seem unrelated.

@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeComment
0reexec38Docker mode activated.
_ Prechecks _
+1dupname0No case conflicting files found.
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
-0test4tests0The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ branch-2.2 Compile Tests _
+1mvninstall371branch-2.2 passed
+1compile54branch-2.2 passed
+1checkstyle78branch-2.2 passed
+1shadedjars245branch has no errors when building our shaded downstream artifacts.
+1javadoc36branch-2.2 passed
0spotbugs182Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs181branch-2.2 passed
_ Patch Compile Tests _
+1mvninstall286the patch passed
+1compile55the patch passed
+1javac55the patch passed
+1checkstyle78the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedjars239patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck928Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc35the patch passed
+1findbugs172the patch passed
_ Other Tests _
+1unit9292hbase-server in the patch passed.
+1asflicense29The patch does not generate ASF License warnings.
12508
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-543/3/artifact/out/Dockerfile
GITHUB PR#543
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 7a02cfc90610 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6 11:12:41 UTC 2019 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-543/out/precommit/personality/provided.sh
git revisionbranch-2.2 / 1d939c7
Default Java1.8.0_181
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-543/3/testReport/
Max. process+thread count4217 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-543/3/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.

@stotystoty closed this Aug 27, 2019
@stoty

Copy link
Copy Markdown
ContributorAuthor

Redundant, already merged from master PR to 2.2

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec75Docker mode activated.
_ Prechecks _
+1dupname0No case conflicting files found.
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
-0test4tests0The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ branch-2.2 Compile Tests _
+1mvninstall314branch-2.2 passed
+1compile54branch-2.2 passed
+1checkstyle79branch-2.2 passed
+1shadedjars241branch has no errors when building our shaded downstream artifacts.
+1javadoc37branch-2.2 passed
0spotbugs181Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs179branch-2.2 passed
_ Patch Compile Tests _
+1mvninstall284the patch passed
+1compile52the patch passed
+1javac52the patch passed
+1checkstyle74the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedjars237patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck880Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc34the patch passed
+1findbugs167the patch passed
_ Other Tests _
-1unit14206hbase-server in the patch failed.
+1asflicense33The patch does not generate ASF License warnings.
17324
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-543/4/artifact/out/Dockerfile
GITHUB PR#543
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux d69c87f23498 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6 11:12:41 UTC 2019 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-543/out/precommit/personality/provided.sh
git revisionbranch-2.2 / da72e21
Default Java1.8.0_181
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-543/4/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-543/4/testReport/
Max. process+thread count4301 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-543/4/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.

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

@stoty@Apache-HBase@saintstack