Skip to content

HBASE-22806 Recreating a deleted column family brings back the delete… - #530

Merged
saintstack merged 1 commit into
apache:masterfrom
pankaj72981:HBASE-22806
Aug 25, 2019
Merged

HBASE-22806 Recreating a deleted column family brings back the delete…#530
saintstack merged 1 commit into
apache:masterfrom
pankaj72981:HBASE-22806

Conversation

@pankaj72981

Copy link
Copy Markdown
Contributor

Deleted CF dirs should be cleared after region reopen.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec43Docker 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 1 new or modified test files.
_ master Compile Tests _
+1mvninstall351master passed
+1compile60master passed
+1checkstyle76master passed
+1shadedjars282branch has no errors when building our shaded downstream artifacts.
+1javadoc39master passed
0spotbugs267Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs265master passed
_ Patch Compile Tests _
+1mvninstall319the patch passed
+1compile57the patch passed
+1javac57the patch passed
+1checkstyle74the patch passed
+1whitespace1The patch has no whitespace issues.
+1shadedjars278patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck967Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc37the patch passed
+1findbugs282the patch passed
_ Other Tests _
-1unit9231hbase-server in the patch failed.
+1asflicense25The patch does not generate ASF License warnings.
12775
ReasonTests
Failed junit testshadoop.hbase.master.assignment.TestOpenRegionProcedureHang
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-530/1/artifact/out/Dockerfile
GITHUB PR#530
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux da39e322ff56 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-530/out/precommit/personality/provided.sh
git revisionmaster / 767bb15
Default Java1.8.0_181
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-530/1/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-530/1/testReport/
Max. process+thread count4819 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-530/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.

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

I like the tests. Can you say how it fixes the problem Pankaj? I like how straightforward this is.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec82Docker 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 1 new or modified test files.
_ master Compile Tests _
+1mvninstall357master passed
+1compile57master passed
+1checkstyle90master passed
+1shadedjars297branch has no errors when building our shaded downstream artifacts.
+1javadoc38master passed
0spotbugs239Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs236master passed
_ Patch Compile Tests _
+1mvninstall333the patch passed
+1compile58the patch passed
+1javac58the patch passed
+1checkstyle89the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedjars299patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck1035Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc36the patch passed
+1findbugs265the patch passed
_ Other Tests _
-1unit14806hbase-server in the patch failed.
+1asflicense31The patch does not generate ASF License warnings.
18515
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-530/2/artifact/out/Dockerfile
GITHUB PR#530
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 032e2b7ac797 4.15.0-52-generic #56-Ubuntu SMP Tue Jun 4 22:49:08 UTC 2019 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-530/out/precommit/personality/provided.sh
git revisionmaster / 74fb204
Default Java1.8.0_181
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-530/2/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-530/2/testReport/
Max. process+thread count4661 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-530/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.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec71Docker mode activated.
_ Prechecks _
+1dupname1No 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 1 new or modified test files.
_ master Compile Tests _
+1mvninstall363master passed
+1compile57master passed
+1checkstyle74master passed
+1shadedjars297branch has no errors when building our shaded downstream artifacts.
+1javadoc34master passed
0spotbugs258Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs249master passed
_ Patch Compile Tests _
+1mvninstall306the patch passed
+1compile57the patch passed
+1javac57the patch passed
+1checkstyle74the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedjars301patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck1031Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc31the patch passed
+1findbugs257the patch passed
_ Other Tests _
-1unit16147hbase-server in the patch failed.
+1asflicense29The patch does not generate ASF License warnings.
19806
ReasonTests
Failed junit testshadoop.hbase.master.TestAssignmentManagerMetrics
hadoop.hbase.client.TestSnapshotTemporaryDirectoryWithRegionReplicas
hadoop.hbase.master.assignment.TestOpenRegionProcedureHang
hadoop.hbase.replication.TestReplicationSmallTestsSync
hadoop.hbase.master.procedure.TestSCPWithReplicasWithoutZKCoordinated
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-530/3/artifact/out/Dockerfile
GITHUB PR#530
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 995b7b853279 4.4.0-137-generic #163-Ubuntu SMP Mon Sep 24 13:14:43 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-530/out/precommit/personality/provided.sh
git revisionmaster / 2d45801
Default Java1.8.0_181
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-530/3/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-530/3/testReport/
Max. process+thread count4932 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-530/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.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec63Docker 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 1 new or modified test files.
_ master Compile Tests _
+1mvninstall323master passed
+1compile53master passed
+1checkstyle73master passed
+1shadedjars263branch has no errors when building our shaded downstream artifacts.
+1javadoc34master passed
0spotbugs236Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs234master passed
_ Patch Compile Tests _
+1mvninstall288the patch passed
+1compile54the patch passed
+1javac54the patch passed
+1checkstyle78the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedjars283patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck944Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc32the patch passed
+1findbugs239the patch passed
_ Other Tests _
-1unit15550hbase-server in the patch failed.
+1asflicense66The patch does not generate ASF License warnings.
18974
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-530/4/artifact/out/Dockerfile
GITHUB PR#530
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux ea448e3a98dc 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-530/out/precommit/personality/provided.sh
git revisionmaster / 2d45801
Default Java1.8.0_181
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-530/4/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-530/4/testReport/
Max. process+thread count5184 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-530/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.

@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeComment
0reexec34Docker 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 1 new or modified test files.
_ master Compile Tests _
+1mvninstall413master passed
+1compile77master passed
+1checkstyle113master passed
+1shadedjars368branch has no errors when building our shaded downstream artifacts.
+1javadoc45master passed
0spotbugs321Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs320master passed
_ Patch Compile Tests _
+1mvninstall387the patch passed
+1compile75the patch passed
+1javac75the patch passed
+1checkstyle116the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedjars382patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck1254Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc45the patch passed
+1findbugs335the patch passed
_ Other Tests _
+1unit9545hbase-server in the patch passed.
+1asflicense28The patch does not generate ASF License warnings.
13993
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-530/5/artifact/out/Dockerfile
GITHUB PR#530
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 4e12fa64b0bf 4.15.0-54-generic #58-Ubuntu SMP Mon Jun 24 10:55:24 UTC 2019 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-530/out/precommit/personality/provided.sh
git revisionmaster / 504fc52
Default Java1.8.0_181
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-530/5/testReport/
Max. process+thread count4683 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-530/5/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
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.
+1test4tests0The patch appears to include 1 new or modified test files.
_ master Compile Tests _
+1mvninstall320master passed
+1compile54master passed
+1checkstyle75master passed
+1shadedjars269branch has no errors when building our shaded downstream artifacts.
+1javadoc34master passed
0spotbugs245Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs243master passed
_ Patch Compile Tests _
+1mvninstall294the patch passed
+1compile53the patch passed
+1javac53the patch passed
+1checkstyle73the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedjars289patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck1002Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc33the patch passed
+1findbugs268the patch passed
_ Other Tests _
+1unit8647hbase-server in the patch passed.
+1asflicense23The patch does not generate ASF License warnings.
12110
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-530/7/artifact/out/Dockerfile
GITHUB PR#530
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 957d2ccf09d0 4.4.0-139-generic #165-Ubuntu SMP Wed Oct 24 10:58:50 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-530/out/precommit/personality/provided.sh
git revisionmaster / ee9d986
Default Java1.8.0_181
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-530/7/testReport/
Max. process+thread count4296 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-530/7/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
0reexec119Docker 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 1 new or modified test files.
_ master Compile Tests _
+1mvninstall363master passed
+1compile63master passed
+1checkstyle82master passed
+1shadedjars292branch has no errors when building our shaded downstream artifacts.
+1javadoc38master passed
0spotbugs270Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs267master passed
_ Patch Compile Tests _
+1mvninstall323the patch passed
+1compile62the patch passed
+1javac62the patch passed
+1checkstyle79the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedjars282patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck1153Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc38the patch passed
+1findbugs289the patch passed
_ Other Tests _
-1unit17993hbase-server in the patch failed.
+1asflicense30The patch does not generate ASF License warnings.
21938
ReasonTests
Failed junit testshadoop.hbase.client.TestAsyncSnapshotAdminApi
hadoop.hbase.master.procedure.TestTruncateTableProcedure
hadoop.hbase.client.TestSnapshotTemporaryDirectoryWithRegionReplicas
hadoop.hbase.client.TestAsyncTableAdminApi
hadoop.hbase.master.procedure.TestSCPWithReplicas
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-530/6/artifact/out/Dockerfile
GITHUB PR#530
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux e4fa3a29bb4c 4.4.0-137-generic #163-Ubuntu SMP Mon Sep 24 13:14:43 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-530/out/precommit/personality/provided.sh
git revisionmaster / ee9d986
Default Java1.8.0_181
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-530/6/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-530/6/testReport/
Max. process+thread count5206 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-530/6/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
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.
+1test4tests0The patch appears to include 1 new or modified test files.
_ master Compile Tests _
+1mvninstall378master passed
+1compile53master passed
+1checkstyle75master passed
+1shadedjars265branch has no errors when building our shaded downstream artifacts.
+1javadoc34master passed
0spotbugs249Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs246master passed
_ Patch Compile Tests _
+1mvninstall292the patch passed
+1compile52the patch passed
+1javac52the patch passed
+1checkstyle72the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedjars269patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck917Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc31the patch passed
+1findbugs264the patch passed
_ Other Tests _
-1unit9057hbase-server in the patch failed.
+1asflicense22The patch does not generate ASF License warnings.
12428
ReasonTests
Failed junit testshadoop.hbase.master.assignment.TestOpenRegionProcedureHang
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-530/9/artifact/out/Dockerfile
GITHUB PR#530
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux d95f9b22ebfc 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-530/out/precommit/personality/provided.sh
git revisionmaster / ee9d986
Default Java1.8.0_181
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-530/9/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-530/9/testReport/
Max. process+thread count4950 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-530/9/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
0reexec44Docker 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 1 new or modified test files.
_ master Compile Tests _
+1mvninstall346master passed
+1compile60master passed
+1checkstyle83master passed
+1shadedjars300branch has no errors when building our shaded downstream artifacts.
+1javadoc45master passed
0spotbugs288Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs286master passed
_ Patch Compile Tests _
+1mvninstall330the patch passed
+1compile61the patch passed
+1javac61the patch passed
+1checkstyle81the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedjars302patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck1033Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc38the patch passed
+1findbugs286the patch passed
_ Other Tests _
+1unit9444hbase-server in the patch passed.
+1asflicense26The patch does not generate ASF License warnings.
13161
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-530/11/artifact/out/Dockerfile
GITHUB PR#530
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 6e9f629b0f6b 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-530/out/precommit/personality/provided.sh
git revisionmaster / 94155fe
Default Java1.8.0_181
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-530/11/testReport/
Max. process+thread count4849 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-530/11/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.

@pankaj72981

Copy link
Copy Markdown
ContributorAuthor

I like the tests. Can you say how it fixes the problem Pankaj? I like how straightforward this is.

Thanks Stack sir for looking into this.

As I mentioned earlier,
https://issues.apache.org/jira/browse/HBASE-22806?focusedCommentId=16911052&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-16911052

During region close (reopen region close the region first and then open) memstore content will be flushed to FS, at RS side we dont have CF existence validation. So CF dir will be recreated with the HFile.

Moving MODIFY_TABLE_REOPEN_ALL_REGIONS state before MODIFY_TABLE_DELETE_FS_LAYOUT will solve the problem.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec97Docker 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 1 new or modified test files.
_ master Compile Tests _
+1mvninstall356master passed
+1compile58master passed
+1checkstyle94master passed
+1shadedjars305branch has no errors when building our shaded downstream artifacts.
+1javadoc41master passed
0spotbugs272Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs270master passed
_ Patch Compile Tests _
+1mvninstall352the patch passed
+1compile62the patch passed
+1javac62the patch passed
+1checkstyle95the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedjars358patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck1323Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc38the patch passed
+1findbugs277the patch passed
_ Other Tests _
-1unit14962hbase-server in the patch failed.
+1asflicense27The patch does not generate ASF License warnings.
19186
ReasonTests
Failed junit testshadoop.hbase.client.TestFromClientSideWithCoprocessor
hadoop.hbase.master.TestMasterShutdown
SubsystemReport/Notes
DockerClient=19.03.0 Server=19.03.0 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-530/12/artifact/out/Dockerfile
GITHUB PR#530
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 61a8cf8cd180 4.15.0-52-generic #56-Ubuntu SMP Tue Jun 4 22:49:08 UTC 2019 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-530/out/precommit/personality/provided.sh
git revisionmaster / 554b253
Default Java1.8.0_181
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-530/12/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-530/12/testReport/
Max. process+thread count4749 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-530/12/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.

Ok. I get it now. I re-read your comment up in the JIRA. Let me merge.

@saintstack
saintstack merged commit ae107bd into apache:masterAug 25, 2019
asfgit pushed a commit that referenced this pull request Aug 25, 2019
…d cells (#530)
Signed-off-by: stack <stack@apache.org>
asfgit pushed a commit that referenced this pull request Aug 25, 2019
…d cells (#530)
Signed-off-by: stack <stack@apache.org>
asfgit pushed a commit that referenced this pull request Aug 25, 2019
…d cells (#530)
Signed-off-by: stack <stack@apache.org>
@pankaj72981

Copy link
Copy Markdown
ContributorAuthor

Ok. I get it now. I re-read your comment up in the JIRA. Let me merge.

Thanks Stack Sir. 👍

infraio pushed a commit to infraio/hbase that referenced this pull request Aug 17, 2020
symat pushed a commit to symat/hbase that referenced this pull request Feb 17, 2021
…d cells (apache#530)
Signed-off-by: stack <stack@apache.org>
(cherry picked from commit b55b676)
Change-Id: Ieebc5ba5f3f12473526cce215e274fb6e13b10d4
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

@pankaj72981@Apache-HBase@saintstack