Uh oh!
There was an error while loading. Please reload this page.
[DO_NOT_MERGE] HBASE-28035 ConnectionFactory.createConnection does not work with any… - #5365
[DO_NOT_MERGE] HBASE-28035 ConnectionFactory.createConnection does not work with any…#5365NihalJain wants to merge 1 commit into
Conversation
…thing except ThreadPoolExecutor
NihalJain
commented
Aug 21, 2023
Copyied below from JIRA: I have been able to write a UT to verify the same and ran it on a branch not having above-mentioned change (HBASE-22244) i.e. branch-2.1 where the test passes while for branch-2, having this change, the test fails with following: Also it worth noting that the issue does not exist in master, i think its because of HBASE-21723 which removes |
Apache-HBase
commented
Aug 21, 2023
Apache-HBase
commented
Aug 21, 2023
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Aug 21, 2023
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Aug 21, 2023
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Aug 21, 2023
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Aug 21, 2023
💔 -1 overall
This message was automatically generated. |
NihalJain
commented
Aug 23, 2023
As seen in https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5365/2/artifact/yetus-jdk11-hadoop3-check/output/patch-unit-hbase-server.txt the new test fails due to the mentioned issue. logs from jenkins copied below: |
…thing except ThreadPoolExecutor