Skip to content

should closing flag be set false in HRegion.java - #105

Closed
zhengxle wants to merge 1 commit into
apache:masterfrom
zhengxle:patch-1
Closed

should closing flag be set false in HRegion.java#105
zhengxle wants to merge 1 commit into
apache:masterfrom
zhengxle:patch-1

Conversation

@zhengxle

Copy link
Copy Markdown

refer: HBASE-21593
@zhengxlezhengxle changed the title Update HRegion.javashould closing flag be set false in HRegion.javaDec 13, 2018
@HorizonNet

Copy link
Copy Markdown
Contributor

@zhengxle Could you please update the commit message to include the Jira ticket ID? See the appropriate documentation for more details.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec238Docker 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 _
+1mvninstall256master passed
+1compile52master passed
+1checkstyle71master passed
+1shadedjars257branch has no errors when building our shaded downstream artifacts.
+1findbugs148master passed
+1javadoc33master passed
_ Patch Compile Tests _
+1mvninstall257the patch passed
+1compile55the patch passed
+1javac55the patch passed
+1checkstyle72the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedjars269patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck502Patch does not cause any errors with Hadoop 2.7.4 or 3.0.0.
+1findbugs145the patch passed
+1javadoc31the patch passed
_ Other Tests _
-1unit15641hbase-server in the patch failed.
+1asflicense26The patch does not generate ASF License warnings.
18118
ReasonTests
Failed junit testshadoop.hbase.replication.multiwal.TestReplicationSyncUpToolWithMultipleWAL
hadoop.hbase.client.TestSnapshotTemporaryDirectoryWithRegionReplicas
hadoop.hbase.master.TestAssignmentManagerMetrics
hadoop.hbase.client.TestAdmin1
hadoop.hbase.client.TestFromClientSideWithCoprocessor
hadoop.hbase.client.TestFromClientSide
hadoop.hbase.master.TestSplitWALManager
SubsystemReport/Notes
DockerClient=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-105/1/artifact/out/Dockerfile
GITHUB PR#105
Optional Testsdupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux babe299e61b0 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 / 11547b7
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-105/1/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-105/1/testReport/
Max. process+thread count4850 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-105/1/console
Powered byApache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeComment
0reexec47Docker mode activated.
_ Prechecks _
+1hbaseanti0Patch does not have any anti-patterns.
+1@author1The 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 _
+1mvninstall270master passed
+1compile56master passed
+1checkstyle80master passed
+1shadedjars282branch has no errors when building our shaded downstream artifacts.
+1findbugs252master passed
+1javadoc36master passed
_ Patch Compile Tests _
+1mvninstall261the patch passed
+1compile54the patch passed
+1javac54the patch passed
+1checkstyle77the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedjars282patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck548Patch does not cause any errors with Hadoop 2.7.4 or 3.0.0.
+1findbugs250the patch passed
+1javadoc34the patch passed
_ Other Tests _
+1unit12146hbase-server in the patch passed.
+1asflicense27The patch does not generate ASF License warnings.
14768
SubsystemReport/Notes
DockerClient=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-105/2/artifact/out/Dockerfile
GITHUB PR#105
Optional Testsdupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 790757bd8737 4.4.0-144-generic #170~14.04.1-Ubuntu SMP Mon Mar 18 15:02:05 UTC 2019 x86_64 GNU/Linux
Build toolmaven
Personality/testptch/patchprocess/precommit/personality/provided.sh
git revisionmaster / f30d6c9
mavenversion: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java1.8.0_181
findbugsv3.1.11
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-105/2/testReport/
Max. process+thread count4181 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-105/2/console
Powered byApache Yetus 0.9.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.

Perhaps I should close out this PR since it has been around a while unaddressed.

LOG.info("Closed " + this);
return result;
} finally {
this.closing.set(false);

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.

Not sure how this addresses problem in the issue and what the benefit is here?

@saintstack

Copy link
Copy Markdown
Contributor

Closed old PR that has gone months w/o update.

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.

4 participants

@zhengxle@HorizonNet@Apache-HBase@saintstack