Uh oh!
There was an error while loading. Please reload this page.
HBASE-25910 - Fix port assignment test - #3308
Conversation
disabling the port auto assignment and check the exception root cause against BindException.
test succeeded with hdfs cache being disabled.
Apache-HBase
commented
May 26, 2021
🎊 +1 overall
This message was automatically generated. |
Uh oh!
There was an error while loading. Please reload this page.
Apache-HBase
commented
May 26, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
May 26, 2021
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
May 26, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
May 26, 2021
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
May 26, 2021
🎊 +1 overall
This message was automatically generated. |
virajjasani
left a comment
There was a problem hiding this comment.
Left few comments, almost there. Nice work @vli02
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Apache-HBase
commented
May 27, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
May 27, 2021
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
May 27, 2021
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
May 27, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
May 27, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
May 28, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
May 28, 2021
💔 -1 overall
This message was automatically generated. |
virajjasani
left a comment
There was a problem hiding this comment.
Pending with one last comment. Once done, will merge it.
Uh oh!
There was an error while loading. Please reload this page.
Apache-HBase
commented
May 28, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
May 28, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
May 28, 2021
🎊 +1 overall
This message was automatically generated. |
Signed-off-by: David Manning <david.manning@salesforce.com> Signed-off-by: Viraj Jasani <vjasani@apache.org>
Signed-off-by: David Manning <david.manning@salesforce.com> Signed-off-by: Viraj Jasani <vjasani@apache.org>
Signed-off-by: David Manning <david.manning@salesforce.com> Signed-off-by: Viraj Jasani <vjasani@apache.org>
Apache-HBase
commented
May 28, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
May 28, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
May 28, 2021
🎊 +1 overall
This message was automatically generated. |
Signed-off-by: David Manning <david.manning@salesforce.com> Signed-off-by: Viraj Jasani <vjasani@apache.org>
Disabled port auto assignment when port is in use.
Disabled hdfs cache as restart mini cluster will fail in one jvm if hdfs cache is enabled.
Use exception root case to determine address/port in use with BindException.