Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HBASE-22013 SpaceQuotas - getNumRegions() returning wrong number of regions due to region replicas #570

Closed
wants to merge 4 commits into from

Conversation

shardul-cr7
Copy link
Contributor

@shardul-cr7 shardul-cr7 commented Sep 1, 2019

Space Quota: Space Quota Issue: If a table is created with region replica then quota calculation is not happening

Steps:

1: Create a table with 100 regions with region replica 3

2: Observe that 'hbase:quota' table doesn't have entry of usage for this table So In UI only policy Limit and Policy is shown but not Usage and State.

Reason:

It looks like File system utilization core is sending data of 100 reiogns but not the size of region replicas.

But in quota observer chore, it is considering total region(actual regions+ replica reasons)

So the ratio of reported regions is less then configured percentRegionsReportedThreshold.
So quota calculation is not happening

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 68 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 hbaseanti 0 Patch does not have any anti-patterns.
+1 @author 0 The patch does not contain any @author tags.
+1 test4tests 0 The patch appears to include 2 new or modified test files.
_ master Compile Tests _
+1 mvninstall 350 master passed
+1 compile 59 master passed
+1 checkstyle 89 master passed
+1 shadedjars 300 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 39 master passed
0 spotbugs 263 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 261 master passed
_ Patch Compile Tests _
+1 mvninstall 329 the patch passed
+1 compile 58 the patch passed
+1 javac 58 the patch passed
-1 checkstyle 87 hbase-server: The patch generated 1 new + 1 unchanged - 0 fixed = 2 total (was 1)
+1 whitespace 0 The patch has no whitespace issues.
-1 shadedjars 242 patch has 10 errors when building our shaded downstream artifacts.
+1 hadoopcheck 1029 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 javadoc 36 the patch passed
+1 findbugs 270 the patch passed
_ Other Tests _
-1 unit 17096 hbase-server in the patch failed.
-1 asflicense 46 The patch generated 1 ASF License warnings.
20776
Reason Tests
Failed junit tests hadoop.hbase.client.TestFromClientSideWithCoprocessor
hadoop.hbase.util.TestFromClientSide3WoUnsafe
hadoop.hbase.client.TestSnapshotTemporaryDirectoryWithRegionReplicas
Subsystem Report/Notes
Docker Client=19.03.0 Server=19.03.0 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-570/1/artifact/out/Dockerfile
GITHUB PR #570
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux bb8ab2dba410 4.15.0-52-generic #56-Ubuntu SMP Tue Jun 4 22:49:08 UTC 2019 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-570/out/precommit/personality/provided.sh
git revision master / b642ee0
Default Java 1.8.0_181
checkstyle https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-570/1/artifact/out/diff-checkstyle-hbase-server.txt
shadedjars https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-570/1/artifact/out/patch-shadedjars.txt
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-570/1/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-570/1/testReport/
asflicense https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-570/1/artifact/out/patch-asflicense-problems.txt
Max. process+thread count 4867 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-570/1/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 50 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 hbaseanti 0 Patch does not have any anti-patterns.
+1 @author 0 The patch does not contain any @author tags.
+1 test4tests 0 The patch appears to include 2 new or modified test files.
_ master Compile Tests _
+1 mvninstall 412 master passed
+1 compile 67 master passed
+1 checkstyle 102 master passed
+1 shadedjars 354 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 44 master passed
0 spotbugs 286 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 284 master passed
_ Patch Compile Tests _
+1 mvninstall 386 the patch passed
+1 compile 70 the patch passed
+1 javac 70 the patch passed
-1 checkstyle 92 hbase-server: The patch generated 1 new + 1 unchanged - 0 fixed = 2 total (was 1)
+1 whitespace 0 The patch has no whitespace issues.
-1 shadedjars 267 patch has 10 errors when building our shaded downstream artifacts.
+1 hadoopcheck 1188 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 javadoc 40 the patch passed
+1 findbugs 283 the patch passed
_ Other Tests _
-1 unit 9797 hbase-server in the patch failed.
-1 asflicense 30 The patch generated 1 ASF License warnings.
13934
Reason Tests
Failed junit tests hadoop.hbase.master.replication.TestTransitPeerSyncReplicationStateProcedureRetry
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-570/2/artifact/out/Dockerfile
GITHUB PR #570
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux e810aacb4e8a 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6 11:12:41 UTC 2019 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-570/out/precommit/personality/provided.sh
git revision master / 97fbaa6
Default Java 1.8.0_181
checkstyle https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-570/2/artifact/out/diff-checkstyle-hbase-server.txt
shadedjars https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-570/2/artifact/out/patch-shadedjars.txt
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-570/2/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-570/2/testReport/
asflicense https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-570/2/artifact/out/patch-asflicense-problems.txt
Max. process+thread count 4788 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-570/2/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 136 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 hbaseanti 0 Patch does not have any anti-patterns.
+1 @author 0 The patch does not contain any @author tags.
+1 test4tests 0 The patch appears to include 2 new or modified test files.
_ master Compile Tests _
+1 mvninstall 431 master passed
+1 compile 65 master passed
+1 checkstyle 107 master passed
+1 shadedjars 371 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 48 master passed
0 spotbugs 302 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 299 master passed
_ Patch Compile Tests _
+1 mvninstall 418 the patch passed
+1 compile 75 the patch passed
+1 javac 75 the patch passed
-1 checkstyle 102 hbase-server: The patch generated 1 new + 1 unchanged - 0 fixed = 2 total (was 1)
+1 whitespace 0 The patch has no whitespace issues.
-1 shadedjars 304 patch has 10 errors when building our shaded downstream artifacts.
+1 hadoopcheck 1329 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 javadoc 52 the patch passed
+1 findbugs 327 the patch passed
_ Other Tests _
-1 unit 17267 hbase-server in the patch failed.
-1 asflicense 58 The patch generated 1 ASF License warnings.
21975
Reason Tests
Failed junit tests hadoop.hbase.util.TestFromClientSide3WoUnsafe
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-570/3/artifact/out/Dockerfile
GITHUB PR #570
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux f7c72108ca40 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6 11:12:41 UTC 2019 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-570/out/precommit/personality/provided.sh
git revision master / a5ef6b2
Default Java 1.8.0_181
checkstyle https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-570/3/artifact/out/diff-checkstyle-hbase-server.txt
shadedjars https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-570/3/artifact/out/patch-shadedjars.txt
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-570/3/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-570/3/testReport/
asflicense https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-570/3/artifact/out/patch-asflicense-problems.txt
Max. process+thread count 5296 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-570/3/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 39 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 hbaseanti 0 Patch does not have any anti-patterns.
+1 @author 0 The patch does not contain any @author tags.
+1 test4tests 0 The patch appears to include 2 new or modified test files.
_ master Compile Tests _
+1 mvninstall 356 master passed
+1 compile 61 master passed
+1 checkstyle 84 master passed
+1 shadedjars 290 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 39 master passed
0 spotbugs 247 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 245 master passed
_ Patch Compile Tests _
+1 mvninstall 312 the patch passed
+1 compile 60 the patch passed
+1 javac 60 the patch passed
-1 checkstyle 86 hbase-server: The patch generated 1 new + 1 unchanged - 0 fixed = 2 total (was 1)
+1 whitespace 0 The patch has no whitespace issues.
-1 shadedjars 236 patch has 10 errors when building our shaded downstream artifacts.
+1 hadoopcheck 940 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 javadoc 34 the patch passed
+1 findbugs 270 the patch passed
_ Other Tests _
-1 unit 9776 hbase-server in the patch failed.
-1 asflicense 34 The patch generated 1 ASF License warnings.
13248
Reason Tests
Failed junit tests hadoop.hbase.regionserver.TestHRegionWithInMemoryFlush
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-570/4/artifact/out/Dockerfile
GITHUB PR #570
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux a4fd2b7fe3be 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6 11:12:41 UTC 2019 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-570/out/precommit/personality/provided.sh
git revision master / d32bf8d
Default Java 1.8.0_181
checkstyle https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-570/4/artifact/out/diff-checkstyle-hbase-server.txt
shadedjars https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-570/4/artifact/out/patch-shadedjars.txt
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-570/4/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-570/4/testReport/
asflicense https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-570/4/artifact/out/patch-asflicense-problems.txt
Max. process+thread count 4498 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-570/4/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 37 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 hbaseanti 0 Patch does not have any anti-patterns.
+1 @author 0 The patch does not contain any @author tags.
+1 test4tests 0 The patch appears to include 2 new or modified test files.
_ master Compile Tests _
+1 mvninstall 378 master passed
+1 compile 54 master passed
+1 checkstyle 77 master passed
+1 shadedjars 278 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 36 master passed
0 spotbugs 202 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 199 master passed
_ Patch Compile Tests _
+1 mvninstall 296 the patch passed
+1 compile 53 the patch passed
+1 javac 53 the patch passed
-1 checkstyle 78 hbase-server: The patch generated 1 new + 1 unchanged - 0 fixed = 2 total (was 1)
+1 whitespace 0 The patch has no whitespace issues.
-1 shadedjars 226 patch has 10 errors when building our shaded downstream artifacts.
+1 hadoopcheck 919 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 javadoc 36 the patch passed
+1 findbugs 248 the patch passed
_ Other Tests _
+1 unit 9900 hbase-server in the patch passed.
-1 asflicense 31 The patch generated 1 ASF License warnings.
13216
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-570/5/artifact/out/Dockerfile
GITHUB PR #570
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux 84c84306ee3f 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6 11:12:41 UTC 2019 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-570/out/precommit/personality/provided.sh
git revision master / 8e8bd8b
Default Java 1.8.0_181
checkstyle https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-570/5/artifact/out/diff-checkstyle-hbase-server.txt
shadedjars https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-570/5/artifact/out/patch-shadedjars.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-570/5/testReport/
asflicense https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-570/5/artifact/out/patch-asflicense-problems.txt
Max. process+thread count 4737 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-570/5/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@@ -764,6 +765,9 @@ int getNumRegions(TableName table) throws IOException {
List<RegionInfo> regions = this.conn.getAdmin().getRegions(table);
if (regions == null) {
return 0;
} else {
Copy link
Member

Choose a reason for hiding this comment

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

Nit: the else branch is unnecessary. Just make this if (regions==null) {return 0;} RegionReplicaUtil... (but properly formatted).

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hi @joshelser , Thanks for the review. Did all the changes and pushed. :)

p.addColumn(Bytes.toBytes(SpaceQuotaHelperForTests.F1), Bytes.toBytes("to"),
Bytes.toBytes("reject"));
// Adding a sleep for 5 sec, so all the chores run and to void flakiness of the test.
Thread.sleep(5000);
Copy link
Member

Choose a reason for hiding this comment

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

👎 Make this an explicit check. What do you need to propagate so that this test can pass? The RegionServerQuotaManager needs to be aware of the quota that was set? You can look at that via HBaseTestingUtility and the HRegionServer object you can get from there.

Is that clear? Like your other PR, there should be examples of doing this already in the o.a.h.h.quotas package.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not required here since verifyViolation() has NUM_RETRIES as 10 and also has some wait. So removing the Thread.Sleep here. Even without it, testcase will always pass.


@Test
public void testSetQuotaWithRegionReplicaMultipleRegion() throws Exception {
setQuotaAndVerifyForRegionReplication(5, 3, SpaceViolationPolicy.NO_INSERTS);
Copy link
Member

Choose a reason for hiding this comment

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

Is it intentional that this is 5 and the other lines are 6?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not intentional. changed it to 6 only.


@Test
public void testSetQuotaWithRegionReplicaSingleRegion() throws Exception {
setQuotaAndVerifyForRegionReplication(1, 2, SpaceViolationPolicy.NO_INSERTS);
Copy link
Member

Choose a reason for hiding this comment

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

Turn this into a for-loop with SpaceViolationPolicy.values()?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

Copy link
Member

@joshelser joshelser left a comment

Choose a reason for hiding this comment

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

Thanks for the fixing this up. Will wait for QA to come back before committing, but otherwise looks fine.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
💙 reexec 2m 4s Docker mode activated.
_ Prechecks _
💚 dupname 0m 0s No case conflicting files found.
💚 hbaseanti 0m 0s Patch does not have any anti-patterns.
💚 @author 0m 0s The patch does not contain any @author tags.
💚 test4tests 0m 0s The patch appears to include 2 new or modified test files.
_ master Compile Tests _
💚 mvninstall 6m 48s master passed
💚 compile 1m 1s master passed
💚 checkstyle 1m 30s master passed
💚 shadedjars 5m 2s branch has no errors when building our shaded downstream artifacts.
💚 javadoc 0m 36s master passed
💙 spotbugs 4m 31s Used deprecated FindBugs config; considering switching to SpotBugs.
💚 findbugs 4m 29s master passed
_ Patch Compile Tests _
💚 mvninstall 5m 25s the patch passed
💚 compile 1m 9s the patch passed
💚 javac 1m 9s the patch passed
💚 checkstyle 1m 45s the patch passed
💚 whitespace 0m 0s The patch has no whitespace issues.
💚 shadedjars 6m 36s patch has no errors when building our shaded downstream artifacts.
💚 hadoopcheck 22m 26s Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
💚 javadoc 0m 48s the patch passed
💚 findbugs 5m 6s the patch passed
_ Other Tests _
💔 unit 244m 51s hbase-server in the patch failed.
💚 asflicense 0m 27s The patch does not generate ASF License warnings.
318m 26s
Subsystem Report/Notes
Docker Client=19.03.0 Server=19.03.0 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-570/7/artifact/out/Dockerfile
GITHUB PR #570
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux 1602e026676d 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6 11:12:41 UTC 2019 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-570/out/precommit/personality/provided.sh
git revision master / fbd5b5e
Default Java 1.8.0_181
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-570/7/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-570/7/testReport/
Max. process+thread count 4833 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-570/7/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered by Apache Yetus 0.11.0 https://yetus.apache.org

This message was automatically generated.

@joshelser
Copy link
Member

[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 194.006 s - in org.apache.hadoop.hbase.quotas.TestSpaceQuotasWithRegionReplicas

Looks like the new test (and all of the old quota tests) passed. Will get this in.

@shardul-cr7
Copy link
Contributor Author

Thank you @joshelser :-)

asfgit pushed a commit that referenced this pull request Sep 9, 2019
…ons for a table

Closes #570

Signed-off-by: Josh Elser <elserj@apache.org>
asfgit pushed a commit that referenced this pull request Sep 9, 2019
…ons for a table

Closes #570

Signed-off-by: Josh Elser <elserj@apache.org>
asfgit pushed a commit that referenced this pull request Sep 9, 2019
…ons for a table

Closes #570

Signed-off-by: Josh Elser <elserj@apache.org>
@asfgit asfgit closed this in 93f39a7 Sep 9, 2019
infraio pushed a commit to infraio/hbase that referenced this pull request Aug 17, 2020
…ons for a table

Closes apache#570

Signed-off-by: Josh Elser <elserj@apache.org>
symat pushed a commit to symat/hbase that referenced this pull request Feb 17, 2021
…ons for a table

Closes apache#570

Signed-off-by: Josh Elser <elserj@apache.org>
(cherry picked from commit 973ec21)

Change-Id: I1a9dd12df50867672042e7cf4738ea94896f6085
Sign up for free to 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