Uh oh!
There was an error while loading. Please reload this page.
HBASE-23993 Use loopback for zk standalone server in minizkcluster - #1291
Conversation
Apache-HBase
commented
Mar 15, 2020
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 15, 2020
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 15, 2020
💔 -1 overall
This message was automatically generated. |
| define_test "set_peer_bandwidth: works with peer bandwidth upper limit" do | ||
| cluster_key = "localhost:2181:/hbase-test" | ||
| cluster_key = MiniZookeeperCluster::HOST + ":2181:/hbase-test" |
There was a problem hiding this comment.
Test failure looks related to this one. Does the MiniZookeeperCluster need initialization before?
There was a problem hiding this comment.
Thank you for taking a look @HorizonNet ... Let me see.
There was a problem hiding this comment.
s/MiniZookeeperCluster::HOST/MiniZooKeeperCluster::HOST/
... the 'k' capitialization. Joy!
Apache-HBase
commented
Mar 15, 2020
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 15, 2020
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 15, 2020
🎊 +1 overall
This message was automatically generated. |
HorizonNet
commented
Mar 16, 2020
Is the build still running or is it just dead? |
@HorizonNet Looks sick. I see this: Waiting to resume part of HBase-PreCommit-GitHub-PR » PR-1291 #2: Waiting to resume part of HBase-PreCommit-GitHub-PR » PR-1291 #2: Waiting to resume part of HBase-PreCommit-GitHub-PR » PR-1291 #2: Waiting to resume part of HBase-PreCommit-GitHub-PR » PR-1291 #2: Waiting for next available executor on ‘H5’ Let me retry. I killed it and restarted the build. Will probably get same thing. Will keep an eye on it. On the failed TestAsyncTableGetMultiThreaded, there seems to be a general issue around cluster shutdown in teardown. I'll work on that next. Unrelated to this patch it seems (just tried locally with and w/o the patch) |
saintstack
commented
Mar 16, 2020
Now I see this... .... Will wait a while. |
Apache-HBase
commented
Mar 16, 2020
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 16, 2020
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 16, 2020
💔 -1 overall
This message was automatically generated. |
Apache9
commented
Mar 17, 2020
IIRC, some secure related tests will fail on some platform if we use 127.0.0.1 instead of localhost... |
saintstack
commented
Mar 17, 2020
@Apache9 You know which? I want to push this because it 'fixes' a general issue where standalone zk cluster won't come up because client and server can't find each other. |
Apache9
commented
Mar 17, 2020
Never mind, only a small part of the UTs are secure and it only fails on a specific platform. If someone hit it let's try to fix it then. |
Apache9
commented
Mar 17, 2020
The hbase-shell failure related? |
Apache-HBase
commented
Mar 17, 2020
🎊 +1 overall
This message was automatically generated. |
saintstack
commented
Mar 17, 2020
Did a new push w/ checkstyle fix. Checked shell test locally and seems fine. Lets see. |
Apache-HBase
commented
Mar 17, 2020
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 17, 2020
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 17, 2020
💔 -1 overall
This message was automatically generated. |
hbase-zookeeper/src/main/java/org/apache/hadoop/hbase/zookeeper/MiniZooKeeperCluster.java Have client and server use loopback instead of 'localhost'
saintstack
commented
Mar 17, 2020
The shell failures were legit. For the other tests that are failing, OOME. |
Apache-HBase
commented
Mar 18, 2020
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 18, 2020
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 18, 2020
💔 -1 overall
This message was automatically generated. |
saintstack
commented
Mar 18, 2020
Shell tests pass now. The remaining timeout seems unrelated and I'm working on these tests that don't complete in a follow-up. Merging. |
…1291) hbase-zookeeper/src/main/java/org/apache/hadoop/hbase/zookeeper/MiniZooKeeperCluster.java Have client and server use loopback instead of 'localhost' Signed-off-by: Duo Zhang <zhangduo@apache.org> Signed-off-by: Jan Hentschel <janh@apache.org>
…pache#1291) hbase-zookeeper/src/main/java/org/apache/hadoop/hbase/zookeeper/MiniZooKeeperCluster.java Have client and server use loopback instead of 'localhost' Signed-off-by: Duo Zhang <zhangduo@apache.org> Signed-off-by: Jan Hentschel <janh@apache.org>
…pache#1291) hbase-zookeeper/src/main/java/org/apache/hadoop/hbase/zookeeper/MiniZooKeeperCluster.java Have client and server use loopback instead of 'localhost' Signed-off-by: Duo Zhang <zhangduo@apache.org> Signed-off-by: Jan Hentschel <janh@apache.org>
hbase-zookeeper/src/main/java/org/apache/hadoop/hbase/zookeeper/MiniZooKeeperCluster.java
Have client and server use loopback instead of 'localhost'