PHOENIX-6222 Bump default HBase version to 2.2.6 and 2.3.3#964
Conversation
|
💔 -1 overall
This message was automatically generated. |
|
Corresponding Jira issue for this one? What are we getting with the newer versions? (i.e. do we explicitly require fixes from them) |
Sorry, cut-and-paste error. I've updated the commit and PR message.
No, I haven't identified specific fixes for known problems. I made the PR now, because we are nearing 5.1, and I want to see the test results for the current HBase versions.
|
|
💔 -1 overall
This message was automatically generated. |
|
+1 (non-binding) for using latest patch releases. I am just thinking from 5.1 and 4.16 release stability viewpoint that at least if we get to see results of all tests, upgrading HBase versions might not be that much of a big deal and we could see all test results. Thought? |
|
Thanks @virajjasani. The precommit tests are irrelevant for this patch, as those are run with 2.1.9, which is the almost certainly the final 2.1 release, and hasn't been changed. I consider HBase patch release upgrades to be generally low risk, unless there is a breaking API change, which usually manifests at compile time. ATM precommit runs the full test suite, it only skips modules if there are no changes in the module, nor in its dependencies. Flakey tests are a huge problem, and we really should take them more seriously as a project. I haven't had a chance to look at recent flakeys, and I cannot promise that I will in near future, but I REALLY would like to have the tests stabilized by the time we release 5.1 . |
|
My bad, I forgot for a moment that 2.1 is the default profile. Still I believe it's worth getting this patch in, at least multibranch master will start running tests for 2.3 profile with 2.3.3 release line and we can keep an eye for some days.
I agree, will be happy to help on this. |
|
@stoty we should also bump |
No. The provided HBase dependency versions here will get overridden with the proper versions from the phoenix parent module. |
Got it, makes sense, we are good then. Thank you @stoty ! |
That's correct, I confirmed that a couple of days back by running |
No description provided.