HBASE-29971 Upgrade to hbase-thirdparty 4.1.13#7869
Draft
Apache9 wants to merge 1 commit intoapache:masterfrom
Draft
HBASE-29971 Upgrade to hbase-thirdparty 4.1.13#7869Apache9 wants to merge 1 commit intoapache:masterfrom
Apache9 wants to merge 1 commit intoapache:masterfrom
Conversation
Contributor
Author
|
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. |
Contributor
Author
|
I've started a 10B ITBLL run based on branch-3 with this PR in place. Let's see the result. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.