Skip to content

HBASE-22432 HRegionServer rssStub handling is incorrect and inconsistent - #241

Closed
sershe-ms wants to merge 2 commits into
apache:masterfrom
sershe-ms:HBASE-22432
Closed

HBASE-22432 HRegionServer rssStub handling is incorrect and inconsistent#241
sershe-ms wants to merge 2 commits into
apache:masterfrom
sershe-ms:HBASE-22432

Conversation

@sershe-ms

Copy link
Copy Markdown

No description provided.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec156Docker mode activated.
_ Prechecks _
+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.
_ master Compile Tests _
+1mvninstall285master passed
+1compile54master passed
+1checkstyle76master passed
+1shadedjars274branch has no errors when building our shaded downstream artifacts.
+1findbugs195master passed
+1javadoc31master passed
_ Patch Compile Tests _
+1mvninstall236the patch passed
+1compile51the patch passed
+1javac51the patch passed
+1checkstyle66hbase-server: The patch generated 0 new + 70 unchanged - 1 fixed = 70 total (was 71)
+1whitespace0The patch has no whitespace issues.
+1shadedjars267patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck763Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.0.0.
+1findbugs186the patch passed
+1javadoc31the patch passed
_ Other Tests _
-1unit16992hbase-server in the patch failed.
+1asflicense35The patch does not generate ASF License warnings.
19772
ReasonTests
Failed junit testshadoop.hbase.master.TestSplitWALManager
hadoop.hbase.client.TestSnapshotTemporaryDirectoryWithRegionReplicas
hadoop.hbase.client.TestFromClientSide
hadoop.hbase.quotas.TestSpaceQuotas
hadoop.hbase.master.procedure.TestSCPWithReplicas
hadoop.hbase.client.TestAdmin1
hadoop.hbase.client.TestReplicasClient
hadoop.hbase.regionserver.TestRegionReplicas
hadoop.hbase.client.TestFromClientSide3
hadoop.hbase.client.TestFromClientSideWithCoprocessor
hadoop.hbase.master.procedure.TestSCPWithReplicasWithoutZKCoordinated
hadoop.hbase.replication.multiwal.TestReplicationSyncUpToolWithMultipleAsyncWAL
SubsystemReport/Notes
DockerClient=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-241/1/artifact/out/Dockerfile
GITHUB PR#241
Optional Testsdupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 447dcf7d228c 4.4.0-137-generic #163-Ubuntu SMP Mon Sep 24 13:14:43 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/testptch/patchprocess/precommit/personality/provided.sh
git revisionmaster / 7878389
mavenversion: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java1.8.0_181
findbugsv3.1.11
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-241/1/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-241/1/testReport/
Max. process+thread count5406 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-241/1/console
Powered byApache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

while (rss == null && maxRetries-- >= 0
&& (clusterConnection != null && !clusterConnection.isClosed())) {
synchronized (rssStubLock) {
if (resetRssStub) {

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 do not fully understand what's the usage of this resetRssStub flag... We do not test it in the condition of the while loop?

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec0Docker mode activated.
-1patch6#241 does not apply to master. Rebase required? Wrong Branch? See https://yetus.apache.org/documentation/in-progress/precommit-patchnames for help.
SubsystemReport/Notes
GITHUB PR#241
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-241/3/console
Powered byApache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@HorizonNet

Copy link
Copy Markdown
Contributor

@sershe-ms Could you please look into the merge conflict?

@Apache9

Copy link
Copy Markdown
Contributor

Close since the PR is stale and can not be merged. Feel free to reopen.

@Apache9Apache9 closed this Jul 24, 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.

5 participants

@sershe-ms@Apache-HBase@HorizonNet@Apache9@sershe-apache