Skip to content

HBASE-28342 Decommissioned hosts should be rejected by the HMaster #5667

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

Closed
wants to merge 16 commits into from

Conversation

aalhour
Copy link
Contributor

@aalhour aalhour commented Feb 7, 2024

Fixes: HBASE-28342

This PR adds support to specifying whether the host should be rejected by the HMaster when it gets decommissioned via the Admin API. If a host is specified as such, the HMaster will ignore the default path of recommissioning it even if it hears back from a RegionServer location (host + port + startcode) in the future as long as the hostname is marked as decommissioned.

TODO: This PR also adds an API for removing a regionserver from the drained server pool which overrides the flag hostname in the draining znode.

@aalhour aalhour marked this pull request as draft February 7, 2024 14:05
@Apache-HBase

This comment was marked as outdated.

@Apache-HBase

This comment was marked as outdated.

@Apache-HBase

This comment was marked as outdated.

@Apache-HBase

This comment was marked as outdated.

@Apache-HBase

This comment was marked as outdated.

@Apache-HBase

This comment was marked as outdated.

@Apache-HBase

This comment was marked as outdated.

@Apache-HBase

This comment was marked as outdated.

@Apache-HBase

This comment was marked as outdated.

@Apache-HBase

This comment was marked as outdated.

@Apache-HBase

This comment was marked as outdated.

@Apache-HBase

This comment was marked as outdated.

@Apache-HBase

This comment was marked as outdated.

@Apache-HBase

This comment was marked as outdated.

@Apache-HBase

This comment was marked as outdated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 0m 45s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+0 🆗 prototool 0m 0s prototool was not available.
+1 💚 hbaseanti 0m 0s Patch does not have any anti-patterns.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
_ master Compile Tests _
+0 🆗 mvndep 0m 17s Maven dependency ordering for branch
+1 💚 mvninstall 2m 53s master passed
+1 💚 compile 4m 43s master passed
+1 💚 checkstyle 1m 38s master passed
+1 💚 spotless 0m 42s branch has no errors when running spotless:check.
+1 💚 spotbugs 5m 51s master passed
_ Patch Compile Tests _
+0 🆗 mvndep 0m 11s Maven dependency ordering for patch
+1 💚 mvninstall 2m 41s the patch passed
+1 💚 compile 4m 40s the patch passed
+1 💚 cc 4m 40s the patch passed
+1 💚 javac 0m 39s hbase-protocol-shaded in the patch passed.
+1 💚 javac 0m 38s hbase-client in the patch passed.
+1 💚 javac 0m 19s hbase-zookeeper generated 0 new + 46 unchanged - 1 fixed = 46 total (was 47)
+1 💚 javac 2m 26s hbase-server in the patch passed.
+1 💚 javac 0m 38s hbase-thrift in the patch passed.
-0 ⚠️ checkstyle 0m 36s hbase-server: The patch generated 5 new + 8 unchanged - 0 fixed = 13 total (was 8)
+1 💚 whitespace 0m 0s The patch has no whitespace issues.
+1 💚 hadoopcheck 5m 22s Patch does not cause any errors with Hadoop 3.3.6.
+1 💚 hbaseprotoc 2m 23s the patch passed
-1 ❌ spotless 0m 45s patch has 63 errors when running spotless:check, run spotless:apply to fix.
+1 💚 spotbugs 8m 15s the patch passed
_ Other Tests _
+1 💚 asflicense 0m 47s The patch does not generate ASF License warnings.
51m 44s
Subsystem Report/Notes
Docker ClientAPI=1.44 ServerAPI=1.44 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5667/6/artifact/yetus-general-check/output/Dockerfile
GITHUB PR #5667
Optional Tests dupname asflicense javac spotbugs hadoopcheck hbaseanti spotless checkstyle compile cc hbaseprotoc prototool
uname Linux 1f0cfa0c3cd2 5.4.0-169-generic #187-Ubuntu SMP Thu Nov 23 14:52:28 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/hbase-personality.sh
git revision master / 3e281bd
Default Java Eclipse Adoptium-11.0.17+8
checkstyle https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5667/6/artifact/yetus-general-check/output/diff-checkstyle-hbase-server.txt
spotless https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5667/6/artifact/yetus-general-check/output/patch-spotless.txt
Max. process+thread count 81 (vs. ulimit of 30000)
modules C: hbase-protocol-shaded hbase-client hbase-zookeeper hbase-server hbase-thrift U: .
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5667/6/console
versions git=2.34.1 maven=3.8.6 spotbugs=4.7.3
Powered by Apache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

🎊 +1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 0m 13s Docker mode activated.
-0 ⚠️ yetus 0m 2s Unprocessed flag(s): --brief-report-file --spotbugs-strict-precheck --whitespace-eol-ignore-list --whitespace-tabs-ignore-list --quick-hadoopcheck
_ Prechecks _
_ master Compile Tests _
+0 🆗 mvndep 0m 12s Maven dependency ordering for branch
+1 💚 mvninstall 2m 45s master passed
+1 💚 compile 2m 27s master passed
+1 💚 shadedjars 5m 5s branch has no errors when building our shaded downstream artifacts.
+1 💚 javadoc 1m 36s master passed
_ Patch Compile Tests _
+0 🆗 mvndep 0m 13s Maven dependency ordering for patch
+1 💚 mvninstall 2m 56s the patch passed
+1 💚 compile 2m 25s the patch passed
+1 💚 javac 2m 25s the patch passed
+1 💚 shadedjars 5m 5s patch has no errors when building our shaded downstream artifacts.
+1 💚 javadoc 1m 36s the patch passed
_ Other Tests _
+1 💚 unit 0m 38s hbase-protocol-shaded in the patch passed.
+1 💚 unit 1m 43s hbase-client in the patch passed.
+1 💚 unit 0m 38s hbase-zookeeper in the patch passed.
+1 💚 unit 224m 20s hbase-server in the patch passed.
+1 💚 unit 7m 3s hbase-thrift in the patch passed.
264m 9s
Subsystem Report/Notes
Docker ClientAPI=1.44 ServerAPI=1.44 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5667/6/artifact/yetus-jdk11-hadoop3-check/output/Dockerfile
GITHUB PR #5667
Optional Tests javac javadoc unit shadedjars compile
uname Linux c06f351297d2 5.4.0-166-generic #183-Ubuntu SMP Mon Oct 2 11:28:33 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/hbase-personality.sh
git revision master / 3e281bd
Default Java Eclipse Adoptium-11.0.17+8
Test Results https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5667/6/testReport/
Max. process+thread count 5201 (vs. ulimit of 30000)
modules C: hbase-protocol-shaded hbase-client hbase-zookeeper hbase-server hbase-thrift U: .
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5667/6/console
versions git=2.34.1 maven=3.8.6
Powered by Apache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

🎊 +1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 0m 36s Docker mode activated.
-0 ⚠️ yetus 0m 3s Unprocessed flag(s): --brief-report-file --spotbugs-strict-precheck --whitespace-eol-ignore-list --whitespace-tabs-ignore-list --quick-hadoopcheck
_ Prechecks _
_ master Compile Tests _
+0 🆗 mvndep 0m 15s Maven dependency ordering for branch
+1 💚 mvninstall 2m 29s master passed
+1 💚 compile 2m 9s master passed
+1 💚 shadedjars 5m 9s branch has no errors when building our shaded downstream artifacts.
+1 💚 javadoc 1m 24s master passed
_ Patch Compile Tests _
+0 🆗 mvndep 0m 14s Maven dependency ordering for patch
+1 💚 mvninstall 2m 30s the patch passed
+1 💚 compile 2m 8s the patch passed
+1 💚 javac 2m 8s the patch passed
+1 💚 shadedjars 5m 3s patch has no errors when building our shaded downstream artifacts.
+1 💚 javadoc 1m 24s the patch passed
_ Other Tests _
+1 💚 unit 0m 32s hbase-protocol-shaded in the patch passed.
+1 💚 unit 1m 18s hbase-client in the patch passed.
+1 💚 unit 0m 37s hbase-zookeeper in the patch passed.
+1 💚 unit 240m 28s hbase-server in the patch passed.
+1 💚 unit 6m 37s hbase-thrift in the patch passed.
278m 15s
Subsystem Report/Notes
Docker ClientAPI=1.44 ServerAPI=1.44 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5667/6/artifact/yetus-jdk8-hadoop3-check/output/Dockerfile
GITHUB PR #5667
Optional Tests javac javadoc unit shadedjars compile
uname Linux 1422ae5bb60d 5.4.0-166-generic #183-Ubuntu SMP Mon Oct 2 11:28:33 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/hbase-personality.sh
git revision master / 3e281bd
Default Java Temurin-1.8.0_352-b08
Test Results https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5667/6/testReport/
Max. process+thread count 4859 (vs. ulimit of 30000)
modules C: hbase-protocol-shaded hbase-client hbase-zookeeper hbase-server hbase-thrift U: .
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5667/6/console
versions git=2.34.1 maven=3.8.6
Powered by Apache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

Copy link
Member

@ndimiduk ndimiduk left a comment

Choose a reason for hiding this comment

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

Starting here -- I haven't read through your tests yet.

Summary:

  1. nothing in zookeeper is permanent
  2. an operator should be able to remove a host from the draining list, however it's specified -- we need APIs for this.
  3. the "match host name only" boolean is strange. I think what you actually want here is a unix-style field mask, specifying which of the ServerName triple are omitted when considering a match.
  4. don't swallow exceptions

* Region unloading is asynchronous.
* @param servers The list of servers to decommission.
* @param offload True to offload the regions from the decommissioned servers
* @param matchHostNameOnly True to prevent the hostname from ever joining again, regardless of
Copy link
Member

Choose a reason for hiding this comment

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

This language is a bit exaggerated, right? The host can join again, just remove this entry. You can tone it back and say something like "True to reject this host regardless of its startcode or port."

@@ -2509,10 +2509,21 @@ public CompletableFuture<String> getLocks() {
@Override
public CompletableFuture<Void> decommissionRegionServers(List<ServerName> servers,
boolean offload) {
// By default, when we decommission a RegionServer we don't mark the hostname as permanently
// decommissioned and instead mark the server location (host + port + startCode) as such
boolean matchHostNameOnly = false;
Copy link
Member

Choose a reason for hiding this comment

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

By calling down to the higher arity method you're duplicating the default decision that's already described in protobuf. Doing so is not a terrible thing, but it is redundant. I'd say, leave the default in one place if at all possible.

@@ -1558,8 +1558,14 @@ public static GetQuotaStatesRequest buildGetQuotaStatesRequest() {

public static DecommissionRegionServersRequest
buildDecommissionRegionServersRequest(List<ServerName> servers, boolean offload) {
return RequestConverter.buildDecommissionRegionServersRequest(servers, offload, false);
Copy link
Member

Choose a reason for hiding this comment

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

Same comment here about duplicating the default state.

@@ -696,6 +696,7 @@ message ListDecommissionedRegionServersResponse {
message DecommissionRegionServersRequest {
repeated ServerName server_name = 1;
required bool offload = 2;
optional bool match_host_name_only = 3 [default = false];
Copy link
Member

Choose a reason for hiding this comment

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

Please add comments for maintainers in both proto files that this default value should match the other.

List<String> servers =
ZKUtil.listChildrenAndWatchThem(watcher, watcher.getZNodePaths().drainingZNode);
add(servers);

if (servers != null) {
Copy link
Member

Choose a reason for hiding this comment

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

nit -- it's safer to put the null-check in the method than to burden all callers with the responsibility.

byte[] data = DrainedZNodeServerData.newBuilder().setMatchHostNameOnly(matchHostNameOnly)
.build().toByteArray();
// Create a node with binary data
ZKUtil.createAndFailSilent(getZooKeeper(), node, data);
Copy link
Member

Choose a reason for hiding this comment

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

This should not fail silently. If it cannot create the znode that marks the decommissioning , it should fail the RPC. Let the exception throw -- the existing catch clause appears to handle it appropriately.

try {
byte[] rawData = ZKUtil.getData(getZooKeeper(), node);

// Check if the data is present for backwards compatibility, some nodes may not have it
Copy link
Member

Choose a reason for hiding this comment

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

Most nodes won't have this data as the common use-case is to drain by hostname,port,startcode.

try {
ZKUtil.deleteNodeFailSilent(getZooKeeper(), node);
if (shouldBePermanentlyDecommissioned) {
Copy link
Member

Choose a reason for hiding this comment

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

There should be a variant of this method that allows the operator to remove a server by hostname only to be removed from the decommissioning list. Unless I'm missing something, once a server is added to the list with this flag enabled, it cannot be removed again.

@@ -696,6 +696,7 @@ message ListDecommissionedRegionServersResponse {
message DecommissionRegionServersRequest {
repeated ServerName server_name = 1;
required bool offload = 2;
optional bool match_host_name_only = 3 [default = false];
Copy link
Member

Choose a reason for hiding this comment

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

I don't think that we want to prescribe a default value in the protobuf. Instead, the service should interpret the absence of a value appropriately.

if (!this.isServerOnline(sn)) {
LOG.warn("Server " + sn + " is not currently online. "
+ "Removing from draining list anyway, as requested.");
LOG.warn(
Copy link
Member

Choose a reason for hiding this comment

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

Please don't clean up all these logger usages in files that you don't otherwise touch. Lets fix them up in a dedicated PR.

@ndimiduk
Copy link
Member

Please do reviewers a favor and name the PR following the project conventions -- "jira_id jira_title"

@aalhour aalhour changed the title WIP: Add support for decommissioning RegionServers by hostname only HBASE-28342 Decommissioned hosts should be rejected by the HMaster Feb 13, 2024
@Apache-HBase
Copy link

🎊 +1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 0m 26s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+0 🆗 prototool 0m 0s prototool was not available.
+1 💚 hbaseanti 0m 0s Patch does not have any anti-patterns.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
_ master Compile Tests _
+0 🆗 mvndep 0m 37s Maven dependency ordering for branch
+1 💚 mvninstall 4m 13s master passed
+1 💚 compile 5m 10s master passed
+1 💚 checkstyle 1m 34s master passed
+1 💚 spotless 0m 39s branch has no errors when running spotless:check.
+1 💚 spotbugs 5m 28s master passed
_ Patch Compile Tests _
+0 🆗 mvndep 0m 11s Maven dependency ordering for patch
+1 💚 mvninstall 2m 41s the patch passed
+1 💚 compile 4m 27s the patch passed
+1 💚 cc 4m 27s the patch passed
+1 💚 javac 0m 33s hbase-protocol-shaded in the patch passed.
+1 💚 javac 0m 35s hbase-client in the patch passed.
+1 💚 javac 0m 15s hbase-zookeeper generated 0 new + 46 unchanged - 1 fixed = 46 total (was 47)
+1 💚 javac 2m 29s hbase-server in the patch passed.
+1 💚 javac 0m 35s hbase-thrift in the patch passed.
-0 ⚠️ checkstyle 0m 33s hbase-server: The patch generated 1 new + 8 unchanged - 0 fixed = 9 total (was 8)
+1 💚 whitespace 0m 1s The patch has no whitespace issues.
+1 💚 hadoopcheck 4m 59s Patch does not cause any errors with Hadoop 3.3.6.
+1 💚 hbaseprotoc 1m 39s the patch passed
+1 💚 spotless 0m 39s patch has no errors when running spotless:check.
+1 💚 spotbugs 6m 3s the patch passed
_ Other Tests _
+1 💚 asflicense 0m 36s The patch does not generate ASF License warnings.
48m 2s
Subsystem Report/Notes
Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5667/7/artifact/yetus-general-check/output/Dockerfile
GITHUB PR #5667
Optional Tests dupname asflicense javac spotbugs hadoopcheck hbaseanti spotless checkstyle compile cc hbaseprotoc prototool
uname Linux 8cd39e7be2e6 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/hbase-personality.sh
git revision master / a4002d6
Default Java Eclipse Adoptium-11.0.17+8
checkstyle https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5667/7/artifact/yetus-general-check/output/diff-checkstyle-hbase-server.txt
Max. process+thread count 81 (vs. ulimit of 30000)
modules C: hbase-protocol-shaded hbase-client hbase-zookeeper hbase-server hbase-thrift U: .
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5667/7/console
versions git=2.34.1 maven=3.8.6 spotbugs=4.7.3
Powered by Apache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

🎊 +1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 0m 31s Docker mode activated.
-0 ⚠️ yetus 0m 3s Unprocessed flag(s): --brief-report-file --spotbugs-strict-precheck --whitespace-eol-ignore-list --whitespace-tabs-ignore-list --quick-hadoopcheck
_ Prechecks _
_ master Compile Tests _
+0 🆗 mvndep 0m 36s Maven dependency ordering for branch
+1 💚 mvninstall 3m 40s master passed
+1 💚 compile 2m 40s master passed
+1 💚 shadedjars 6m 21s branch has no errors when building our shaded downstream artifacts.
+1 💚 javadoc 1m 41s master passed
_ Patch Compile Tests _
+0 🆗 mvndep 0m 13s Maven dependency ordering for patch
+1 💚 mvninstall 3m 29s the patch passed
+1 💚 compile 2m 37s the patch passed
+1 💚 javac 2m 37s the patch passed
+1 💚 shadedjars 6m 25s patch has no errors when building our shaded downstream artifacts.
+1 💚 javadoc 1m 42s the patch passed
_ Other Tests _
+1 💚 unit 0m 40s hbase-protocol-shaded in the patch passed.
+1 💚 unit 1m 41s hbase-client in the patch passed.
+1 💚 unit 0m 46s hbase-zookeeper in the patch passed.
+1 💚 unit 259m 5s hbase-server in the patch passed.
+1 💚 unit 7m 46s hbase-thrift in the patch passed.
304m 55s
Subsystem Report/Notes
Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5667/7/artifact/yetus-jdk11-hadoop3-check/output/Dockerfile
GITHUB PR #5667
Optional Tests javac javadoc unit shadedjars compile
uname Linux bc265e6845db 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/hbase-personality.sh
git revision master / a4002d6
Default Java Eclipse Adoptium-11.0.17+8
Test Results https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5667/7/testReport/
Max. process+thread count 4437 (vs. ulimit of 30000)
modules C: hbase-protocol-shaded hbase-client hbase-zookeeper hbase-server hbase-thrift U: .
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5667/7/console
versions git=2.34.1 maven=3.8.6
Powered by Apache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

🎊 +1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 0m 33s Docker mode activated.
-0 ⚠️ yetus 0m 3s Unprocessed flag(s): --brief-report-file --spotbugs-strict-precheck --whitespace-eol-ignore-list --whitespace-tabs-ignore-list --quick-hadoopcheck
_ Prechecks _
_ master Compile Tests _
+0 🆗 mvndep 0m 14s Maven dependency ordering for branch
+1 💚 mvninstall 2m 27s master passed
+1 💚 compile 2m 9s master passed
+1 💚 shadedjars 5m 20s branch has no errors when building our shaded downstream artifacts.
+1 💚 javadoc 1m 41s master passed
_ Patch Compile Tests _
+0 🆗 mvndep 0m 12s Maven dependency ordering for patch
+1 💚 mvninstall 3m 22s the patch passed
+1 💚 compile 2m 34s the patch passed
+1 💚 javac 2m 34s the patch passed
+1 💚 shadedjars 6m 10s patch has no errors when building our shaded downstream artifacts.
+1 💚 javadoc 1m 39s the patch passed
_ Other Tests _
+1 💚 unit 0m 51s hbase-protocol-shaded in the patch passed.
+1 💚 unit 2m 8s hbase-client in the patch passed.
+1 💚 unit 0m 45s hbase-zookeeper in the patch passed.
+1 💚 unit 287m 39s hbase-server in the patch passed.
+1 💚 unit 6m 44s hbase-thrift in the patch passed.
329m 38s
Subsystem Report/Notes
Docker ClientAPI=1.44 ServerAPI=1.44 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5667/7/artifact/yetus-jdk8-hadoop3-check/output/Dockerfile
GITHUB PR #5667
Optional Tests javac javadoc unit shadedjars compile
uname Linux 485b4ecc3f79 5.4.0-166-generic #183-Ubuntu SMP Mon Oct 2 11:28:33 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/hbase-personality.sh
git revision master / a4002d6
Default Java Temurin-1.8.0_352-b08
Test Results https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5667/7/testReport/
Max. process+thread count 5125 (vs. ulimit of 30000)
modules C: hbase-protocol-shaded hbase-client hbase-zookeeper hbase-server hbase-thrift U: .
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5667/7/console
versions git=2.34.1 maven=3.8.6
Powered by Apache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

@aalhour aalhour closed this Feb 14, 2024
@aalhour
Copy link
Contributor Author

aalhour commented Feb 14, 2024

Closed this PR in favor of a smaller and simpler solution. I will open a different PR with a fresh branch in a little bit.

@aalhour aalhour changed the title HBASE-28342 Decommissioned hosts should be rejected by the HMaster Decommissioned hosts should be rejected by the HMaster Feb 14, 2024
@aalhour aalhour changed the title Decommissioned hosts should be rejected by the HMaster HBASE-28342 Decommissioned hosts should be rejected by the HMaster Feb 14, 2024
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