HBASE-29971 Upgrade to hbase-thirdparty 4.1.13#7869
HBASE-29971 Upgrade to hbase-thirdparty 4.1.13#7869Apache9 wants to merge 1 commit intoapache:masterfrom
Conversation
|
Seems the failures are because of recursively class loading... While loading CodedInputStream we need to to ByteString and then ByteString needs CodedInputStream, and finally cause we call some methods in CodedInputStream before it is initialized and we gotten an NPE. This is the stacktrace In TestRandomRowFilter, this can be fixed by adding a Since the VarintExperiment enum does not take affect in our code as we will never change it, I prefer we just change the implementation of CodedInputStream.newInstance to not use it. Let's see if this can fix the problem for us. |
|
I've started a 10B ITBLL run based on branch-3 with this PR in place. Let's see the result. |
|
The 10B ITBLL failed at the 9th round's link generator job. Viewed the log, just because memory pressure. We have a chore to reduce the region split size so it generates too many regions then causes full GCs on region server and the system can not recover before the MR job failed because of timeout. No data corruption problem. I think the bump of hbase thirdparty is OK. |
No description provided.