-
Notifications
You must be signed in to change notification settings - Fork 3.4k
[DO_NOT_MERGE] HBASE-28035 ConnectionFactory.createConnection does not work with any… #5365
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
base: branch-2
Are you sure you want to change the base?
Conversation
…thing except ThreadPoolExecutor
1ad808f to
c7f720f
Compare
|
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 |
|
💔 -1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
|
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