Skip to content

HBASE-22903 : Table to RegionStatesCount metrics - Use for broken alter_status command - #611

Merged
openinx merged 4 commits into
apache:masterfrom
virajjasani:HBASE-22903-master
Sep 30, 2019
Merged

HBASE-22903 : Table to RegionStatesCount metrics - Use for broken alter_status command#611
openinx merged 4 commits into
apache:masterfrom
virajjasani:HBASE-22903-master

Conversation

@virajjasani

@virajjasanivirajjasani commented Sep 11, 2019

Copy link
Copy Markdown
Contributor

@virajjasani

virajjasani commented Sep 11, 2019

Copy link
Copy Markdown
ContributorAuthor

Please review @saintstack
I tried to cover shell triggered and non-shell triggered alter schema update. If we have this metrics, probably good to use it for alter_schema command? Can also be used for other client get status

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
💙reexec2m 13sDocker mode activated.
_ Prechecks _
💚dupname0m 0sNo case conflicting files found.
💙prototool0m 0sprototool was not available.
💚hbaseanti0m 0sPatch does not have any anti-patterns.
💚@author0m 0sThe patch does not contain any @author tags.
💛test4tests0m 0sThe 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 _
💙mvndep0m 41sMaven dependency ordering for branch
💚mvninstall7m 7smaster passed
💚compile3m 12smaster passed
💚checkstyle2m 56smaster passed
💚shadedjars5m 57sbranch has no errors when building our shaded downstream artifacts.
💚javadoc1m 50smaster passed
💙spotbugs5m 33sUsed deprecated FindBugs config; considering switching to SpotBugs.
💚findbugs10m 4smaster passed
_ Patch Compile Tests _
💙mvndep0m 15sMaven dependency ordering for patch
💚mvninstall6m 28sthe patch passed
💚compile3m 14sthe patch passed
💚cc3m 14sthe patch passed
💚javac3m 15sthe patch passed
💔checkstyle0m 41shbase-client: The patch generated 9 new + 180 unchanged - 0 fixed = 189 total (was 180)
💔rubocop0m 11sThe patch generated 3 new + 270 unchanged - 1 fixed = 273 total (was 271)
💚whitespace0m 1sThe patch has no whitespace issues.
💚shadedjars6m 5spatch has no errors when building our shaded downstream artifacts.
💚hadoopcheck22m 10sPatch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
💚hbaseprotoc2m 59sthe patch passed
💚javadoc1m 49sthe patch passed
💚findbugs10m 31sthe patch passed
_ Other Tests _
💚unit0m 53shbase-protocol-shaded in the patch passed.
💚unit2m 11shbase-client in the patch passed.
💔unit290m 46shbase-server in the patch failed.
💚unit11m 25shbase-shell in the patch passed.
💚asflicense1m 58sThe patch does not generate ASF License warnings.
406m 47s
ReasonTests
Failed junit testshadoop.hbase.master.procedure.TestSCPWithReplicasWithoutZKCoordinated
hadoop.hbase.client.TestAsyncRegionAdminApi2
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-611/1/artifact/out/Dockerfile
GITHUB PR#611
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile cc hbaseprotoc prototool rubocop
unameLinux d62b8f9b8295 4.15.0-60-generic #67-Ubuntu SMP Thu Aug 22 16:55:30 UTC 2019 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-611/out/precommit/personality/provided.sh
git revisionmaster / a581498
Default Java1.8.0_181
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-611/1/artifact/out/diff-checkstyle-hbase-client.txt
rubocophttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-611/1/artifact/out/diff-patch-rubocop.txt
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-611/1/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-611/1/testReport/
Max. process+thread count4712 (vs. ulimit of 10000)
modulesC: hbase-protocol-shaded hbase-client hbase-server hbase-shell U: .
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-611/1/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11 rubocop=0.74.0
Powered byApache Yetus 0.11.0 https://yetus.apache.org

This message was automatically generated.

@virajjasani

Copy link
Copy Markdown
ContributorAuthor

Please review @anoopsjohn@Reidddddd

@Reidddddd

Copy link
Copy Markdown
Contributor

Confused, is the JIRA id correct?
alter_status command is broken or Table to RegionStatesCount metrics

@virajjasani

virajjasani commented Sep 23, 2019

Copy link
Copy Markdown
ContributorAuthor

Yes, Jira Id is correct, however, the solution is generic i.e. use new metrics, which can be used for broken alter_status command.
Will update the PR title

@virajjasanivirajjasani changed the title HBASE-22903 : Table to RegionStatesCount metricsHBASE-22903 : Table to RegionStatesCount metrics - Use for broken alter_status commandSep 23, 2019
@Reidddddd

Copy link
Copy Markdown
Contributor

Good to know, i'm reviewing another big PR.
Will be back.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
💙reexec0m 36sDocker mode activated.
_ Prechecks _
💚dupname0m 0sNo case conflicting files found.
💙prototool0m 0sprototool was not available.
💚hbaseanti0m 0sPatch does not have any anti-patterns.
💚@author0m 0sThe patch does not contain any @author tags.
💛test4tests0m 0sThe 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 _
💙mvndep0m 34sMaven dependency ordering for branch
💚mvninstall5m 28smaster passed
💚compile2m 28smaster passed
💚checkstyle2m 25smaster passed
💚shadedjars4m 47sbranch has no errors when building our shaded downstream artifacts.
💚javadoc1m 29smaster passed
💙spotbugs4m 20sUsed deprecated FindBugs config; considering switching to SpotBugs.
💚findbugs8m 11smaster passed
_ Patch Compile Tests _
💙mvndep0m 15sMaven dependency ordering for patch
💚mvninstall5m 7sthe patch passed
💚compile2m 30sthe patch passed
💚cc2m 30sthe patch passed
💚javac2m 30sthe patch passed
💔checkstyle0m 41shbase-client: The patch generated 1 new + 180 unchanged - 0 fixed = 181 total (was 180)
💔rubocop0m 10sThe patch generated 3 new + 256 unchanged - 1 fixed = 259 total (was 257)
💚whitespace0m 0sThe patch has no whitespace issues.
💚shadedjars6m 1spatch has no errors when building our shaded downstream artifacts.
💚hadoopcheck20m 17sPatch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
💚hbaseprotoc2m 53sthe patch passed
💚javadoc1m 40sthe patch passed
💚findbugs10m 7sthe patch passed
_ Other Tests _
💚unit0m 51shbase-protocol-shaded in the patch passed.
💚unit2m 10shbase-client in the patch passed.
💚unit162m 28shbase-server in the patch passed.
💚unit7m 14shbase-shell in the patch passed.
💚asflicense2m 8sThe patch does not generate ASF License warnings.
260m 54s
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-611/2/artifact/out/Dockerfile
GITHUB PR#611
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile cc hbaseprotoc prototool rubocop
unameLinux 78f96f1a122f 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-611/out/precommit/personality/provided.sh
git revisionmaster / 3250a80
Default Java1.8.0_181
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-611/2/artifact/out/diff-checkstyle-hbase-client.txt
rubocophttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-611/2/artifact/out/diff-patch-rubocop.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-611/2/testReport/
Max. process+thread count4806 (vs. ulimit of 10000)
modulesC: hbase-protocol-shaded hbase-client hbase-server hbase-shell U: .
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-611/2/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11 rubocop=0.74.0
Powered byApache Yetus 0.11.0 https://yetus.apache.org

This message was automatically generated.

@virajjasani

Copy link
Copy Markdown
ContributorAuthor

@Apache9 could you please review this PR?

.addAllServersName(metrics.getServersName().stream().map(ProtobufUtil::toServerName)
.collect(Collectors.toList()));
.collect(Collectors.toList()))
.addAllTableRegionStatesCount(metrics.getTableRegionStatesCount()

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I guess we can do a code format here ?

status = @admin.getAlterStatus(org.apache.hadoop.hbase.TableName.valueOf(table_name))
if status.getSecond != 0
puts "#{status.getSecond - status.getFirst}/#{status.getSecond} regions updated."
cluster_metrics = @admin.getClusterMetrics

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I think we need a jruby UT to address the alter_status ? Please also provide a Java UT to address the getTableRegionStatesCount interface, Thanks.

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

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

Done

table_region_status = cluster_metrics.getTableRegionStatesCount
.get(org.apache.hadoop.hbase.TableName.valueOf(table_name))
if table_region_status.getTotalRegions != 0
updated_regions = table_region_status.getTotalRegions -

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

The closed / opening region won't be RIT state ? if so , then we should minus the closed region & opening region etc.

@virajjasanivirajjasaniSep 29, 2019

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

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

I believe we can minus closed region(Done), but opening should be part of RIT already

@openinx

Copy link
Copy Markdown
Member

BTW, please also take a look the HBaseQA, seems checkstyles & ruby has some problem now, please update your PR if it's related. @virajjasani

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
💙reexec0m 33sDocker mode activated.
_ Prechecks _
💚dupname0m 0sNo case conflicting files found.
💙prototool0m 0sprototool was not available.
💚hbaseanti0m 0sPatch does not have any anti-patterns.
💚@author0m 0sThe patch does not contain any @author tags.
💚test4tests0m 0sThe patch appears to include 2 new or modified test files.
_ master Compile Tests _
💙mvndep0m 33sMaven dependency ordering for branch
💚mvninstall5m 45smaster passed
💚compile2m 43smaster passed
💚checkstyle2m 37smaster passed
💚shadedjars5m 2sbranch has no errors when building our shaded downstream artifacts.
💚javadoc1m 26smaster passed
💙spotbugs4m 53sUsed deprecated FindBugs config; considering switching to SpotBugs.
💚findbugs8m 45smaster passed
_ Patch Compile Tests _
💙mvndep0m 15sMaven dependency ordering for patch
💚mvninstall6m 19sthe patch passed
💚compile2m 57sthe patch passed
💚cc2m 57sthe patch passed
💚javac2m 57sthe patch passed
💚checkstyle2m 45sthe patch passed
💔rubocop0m 16sThe patch generated 4 new + 418 unchanged - 1 fixed = 422 total (was 419)
💚whitespace0m 0sThe patch has no whitespace issues.
💚shadedjars5m 38spatch has no errors when building our shaded downstream artifacts.
💚hadoopcheck19m 25sPatch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
💚hbaseprotoc2m 46sthe patch passed
💚javadoc1m 33sthe patch passed
💚findbugs9m 51sthe patch passed
_ Other Tests _
💚unit0m 47shbase-protocol-shaded in the patch passed.
💚unit2m 5shbase-client in the patch passed.
💚unit174m 8shbase-server in the patch passed.
💚unit7m 24shbase-shell in the patch passed.
💚asflicense1m 35sThe patch does not generate ASF License warnings.
273m 21s
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-611/3/artifact/out/Dockerfile
GITHUB PR#611
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile cc hbaseprotoc prototool rubocop
unameLinux 7dbacadc9a87 4.15.0-60-generic #67-Ubuntu SMP Thu Aug 22 16:55:30 UTC 2019 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-611/out/precommit/personality/provided.sh
git revisionmaster / 1170f28
Default Java1.8.0_181
rubocophttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-611/3/artifact/out/diff-patch-rubocop.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-611/3/testReport/
Max. process+thread count4289 (vs. ulimit of 10000)
modulesC: hbase-protocol-shaded hbase-client hbase-server hbase-shell U: .
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-611/3/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11 rubocop=0.74.0
Powered byApache Yetus 0.11.0 https://yetus.apache.org

This message was automatically generated.

@virajjasani

Copy link
Copy Markdown
ContributorAuthor

Thanks for the review, updated the PR based on comments, please take a look @openinx
Some rubocop warning would be difficult to resolve for any changes in ruby file like Metrics/AbcSize etc, which is usually ignored IMHO.
Thanks

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
💙reexec1m 31sDocker mode activated.
_ Prechecks _
💚dupname0m 0sNo case conflicting files found.
💙prototool0m 0sprototool was not available.
💚hbaseanti0m 0sPatch does not have any anti-patterns.
💚@author0m 0sThe patch does not contain any @author tags.
💚test4tests0m 0sThe patch appears to include 2 new or modified test files.
_ master Compile Tests _
💙mvndep0m 35sMaven dependency ordering for branch
💚mvninstall5m 44smaster passed
💚compile2m 27smaster passed
💚checkstyle2m 29smaster passed
💚shadedjars4m 54sbranch has no errors when building our shaded downstream artifacts.
💚javadoc1m 21smaster passed
💙spotbugs4m 24sUsed deprecated FindBugs config; considering switching to SpotBugs.
💚findbugs8m 11smaster passed
_ Patch Compile Tests _
💙mvndep0m 14sMaven dependency ordering for patch
💚mvninstall5m 28sthe patch passed
💚compile2m 23sthe patch passed
💚cc2m 23sthe patch passed
💚javac2m 23sthe patch passed
💚checkstyle2m 25sthe patch passed
💔rubocop0m 12sThe patch generated 1 new + 418 unchanged - 1 fixed = 419 total (was 419)
💚whitespace0m 0sThe patch has no whitespace issues.
💚shadedjars5m 1spatch has no errors when building our shaded downstream artifacts.
💚hadoopcheck17m 2sPatch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
💚hbaseprotoc2m 19sthe patch passed
💚javadoc1m 20sthe patch passed
💚findbugs8m 41sthe patch passed
_ Other Tests _
💚unit0m 41shbase-protocol-shaded in the patch passed.
💚unit1m 48shbase-client in the patch passed.
💚unit156m 33shbase-server in the patch passed.
💚unit7m 8shbase-shell in the patch passed.
💚asflicense1m 36sThe patch does not generate ASF License warnings.
247m 29s
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-611/4/artifact/out/Dockerfile
GITHUB PR#611
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile cc hbaseprotoc prototool rubocop
unameLinux dc7f31295b35 4.15.0-60-generic #67-Ubuntu SMP Thu Aug 22 16:55:30 UTC 2019 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-611/out/precommit/personality/provided.sh
git revisionmaster / ce0fbc2
Default Java1.8.0_181
rubocophttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-611/4/artifact/out/diff-patch-rubocop.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-611/4/testReport/
Max. process+thread count4294 (vs. ulimit of 10000)
modulesC: hbase-protocol-shaded hbase-client hbase-server hbase-shell U: .
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-611/4/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11 rubocop=0.74.0
Powered byApache Yetus 0.11.0 https://yetus.apache.org

This message was automatically generated.

@openinxopeninx left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Looks good to me overall, few nits left.

return closedRegions;
}

private void setClosedRegions(int closedRegions) {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

nit: let's try to align the get & set placement ? all getXX first, then setXX ? or getXX & setXX one by one ?

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

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

Done @openinx
Thanks

@openinxopeninx left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Looks good to me

@openinx
openinx merged commit 944108c into apache:masterSep 30, 2019
@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
💙reexec0m 33sDocker mode activated.
_ Prechecks _
💚dupname0m 0sNo case conflicting files found.
💙prototool0m 0sprototool was not available.
💚hbaseanti0m 0sPatch does not have any anti-patterns.
💚@author0m 0sThe patch does not contain any @author tags.
💚test4tests0m 0sThe patch appears to include 2 new or modified test files.
_ master Compile Tests _
💙mvndep0m 35sMaven dependency ordering for branch
💚mvninstall5m 54smaster passed
💚compile2m 36smaster passed
💚checkstyle2m 32smaster passed
💚shadedjars5m 6sbranch has no errors when building our shaded downstream artifacts.
💚javadoc1m 26smaster passed
💙spotbugs4m 44sUsed deprecated FindBugs config; considering switching to SpotBugs.
💚findbugs8m 43smaster passed
_ Patch Compile Tests _
💙mvndep0m 15sMaven dependency ordering for patch
💚mvninstall5m 54sthe patch passed
💚compile3m 6sthe patch passed
💚cc3m 5sthe patch passed
💚javac3m 5sthe patch passed
💚checkstyle2m 54sthe patch passed
💔rubocop0m 15sThe patch generated 1 new + 418 unchanged - 1 fixed = 419 total (was 419)
💚whitespace0m 0sThe patch has no whitespace issues.
💚shadedjars6m 25spatch has no errors when building our shaded downstream artifacts.
💚hadoopcheck20m 33sPatch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
💚hbaseprotoc2m 53sthe patch passed
💚javadoc1m 42sthe patch passed
💚findbugs10m 27sthe patch passed
_ Other Tests _
💚unit0m 48shbase-protocol-shaded in the patch passed.
💚unit2m 7shbase-client in the patch passed.
💔unit173m 31shbase-server in the patch failed.
💚unit7m 16shbase-shell in the patch passed.
💚asflicense1m 35sThe patch does not generate ASF License warnings.
275m 33s
ReasonTests
Failed junit testshadoop.hbase.master.procedure.TestMasterFailoverWithProcedures
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-611/5/artifact/out/Dockerfile
GITHUB PR#611
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile cc hbaseprotoc prototool rubocop
unameLinux 958f7e29d7fd 4.15.0-60-generic #67-Ubuntu SMP Thu Aug 22 16:55:30 UTC 2019 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-611/out/precommit/personality/provided.sh
git revisionmaster / ca0d9f3
Default Java1.8.0_181
rubocophttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-611/5/artifact/out/diff-patch-rubocop.txt
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-611/5/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-611/5/testReport/
Max. process+thread count4225 (vs. ulimit of 10000)
modulesC: hbase-protocol-shaded hbase-client hbase-server hbase-shell U: .
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-611/5/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11 rubocop=0.74.0
Powered byApache Yetus 0.11.0 https://yetus.apache.org

This message was automatically generated.

asfgit pushed a commit that referenced this pull request Oct 8, 2019
…er_status command (#611)
Signed-off-by: huzheng <openinx@gmail.com>
asfgit pushed a commit that referenced this pull request Oct 8, 2019
…er_status command (#611)
Signed-off-by: huzheng <openinx@gmail.com>
asfgit pushed a commit that referenced this pull request Oct 8, 2019
…er_status command (#611)
Signed-off-by: huzheng <openinx@gmail.com>
infraio pushed a commit to infraio/hbase that referenced this pull request Aug 17, 2020
…er_status command (apache#611)
Signed-off-by: huzheng <openinx@gmail.com>
symat pushed a commit to symat/hbase that referenced this pull request Feb 17, 2021
…er_status command (apache#611)
Signed-off-by: huzheng <openinx@gmail.com>
(cherry picked from commit 4a37572)
Change-Id: I7aa7bb1646bf1bfc2b8d9bd22c62877a54b0b956
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

@virajjasani@Apache-HBase@Reidddddd@openinx