-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
HBASE-26097: to resolve hbase version 2.x protobuf version conflict #3502
Closed
Conversation
This file contains 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
…illegal tablename error Revert of a revert -- i.e. a reapply -- that adds in the JIRA # missing from original commit.
Signed-off-by: Viraj Jasani <vjasani@apache.org> Signed-off-by: stack <stack@apache.org>
…java.io.IOException: Invalid HFile block magic" (apache#2882) Signed-off-by: Ramkrishna <ramkrishna@apache.org> Signed-off-by: stack <stack@apache.org>
…he#2938) Signed-off-by: Viraj Jasani <vjasani@apache.org> Signed-off-by: stack <stack@apache.org> Signed-off-by: Wellington Chevreuil <wchevreuil@apache.org>
…he double comparison process (apache#2741) Signed-off-by: niuyulin <nyl353@163.com> Signed-off-by: stack <stack@apache.org>
Signed-off-by: Viraj Jasani <vjasani@apache.org>
…2951) Signed-off-by: Viraj Jasani <vjasani@apache.org>
Signed-off-by: Viraj Jasani <vjasani@apache.org>
apache#2959) Signed-off-by: Bharath Vissapragada <bharathv@apache.org>
Signed-off-by: Bharath Vissapragada <bharathv@apache.org>
…iately without retrying (apache#2943) Signed-off-by: Wellington Chevreuil <wchevreuil@apache.org> Signed-off-by: stack <stack@apache.org> Signed-off-by: shahrs87
…r methods Signed-off-by: Duo Zhang <zhangduo@apache.org>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
…ngs (apache#2965) ProtobufLogReader#readNext may be called by code that attempts to advance the reader but does not necessarily expect to succeed, for example WALEntryStream#tryAdvanceEntry. Much of the logging in this method is at TRACE level. Other logging at WARN level will be frequently emitted, as often as several per minute, and this will cause false positive assessment from operators that they are experiencing a bug. Fix the mixed intent with respect to log levels in readNext. Log at only DEBUG level or below. Signed-off-by: Sean Busbey <busbey@apache.org>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
Signed-off-by: Peter Somogyi <psomogyi@apache.org> Signed-off-by: Duo Zhang <zhangduo@apache.org> Closes apache#2983
…apache#2990) Signed-off-by: Xu Cang <xucang@apache.org> Signed-off-by: Andrew Purtell <apurtell@apache.org>
…cases where set exclude-namespace/exclude-table-cfs (apache#2969) Signed-off-by: Wellington Chevreuil <wchevreuil@apache.org>
ServerCall.java: calling wrapWithSasl() was moved to getResponse(), so the SASL wrapping is delayed until the reply is sent back to the client. Signed-off-by: Peter Somogyi <psomogyi@apache.org>
Signed-off-by: Yulin Niu <niuyulin@apache.org>
Signed-off-by: Guanghao Zhang <zghao@apache.org>
Signed-off-by: XinSun <ddupgs@gmail.com>
This reverts commit cb40b81.
…e to EOF (apache#2990)" This reverts commit d724d05.
apache#2785) Signed-off-by: stack <stack@apache.org>
…ble (apache#2796) Signed-off-by: Duo Zhang <zhangduo@apache.org>
Signed-off-by: Duo Zhang <zhangduo@apache.org> Signed-off-by: Pankaj Kumar<pankajkumar@apache.org> (cherry picked from commit 5d9a6ed)
…apache#3008) Signed-off-by: Andrew Purtell <apurtell@apache.org>
…on server's death (apache#3430) Signed-off-by: Xin Sun <ddupgs@gmail.com>
…lockCache (apache#3420) (cherry picked from commit 147b030)
…he#3417) Signed-off-by: Michael Stack <stack@apache.org>
…pache#3439) (apache#3438) Signed-off-by: Andrew Purtell <apurtell@apache.org> Signed-off-by: Bharath Vissapragada <bharathv@apache.org>
apache#3419) * HBASE-26027 The calling of HTable.batch blocked at AsyncRequestFutureImpl.waitUntilDone caused by ArrayStoreException
Signed-off-by: Duo Zhang <zhangduo@apache.org>
…Utils.printThreadInfo() (apache#3442) Signed-off-by: Michael Stack <stack@apache.org> Signed-off-by: Duo Zhang <zhangduo@apache.org>
…ir configured individually (apache#3432) Signed-off-by: Duo Zhang <zhangduo@apache.org>
…d creating regionPlan (ADDENDUM) (apache#3455) Signed-off-by: David Manning <david.manning@salesforce.com> Signed-off-by: Bharath Vissapragada <bharathv@apache.org>
… for most methods (apache#3459) Signed-off-by: Xiaolin Ha <haxiaolin@apache.org>
…Changed is wrong (apache#3461) Signed-off-by: Yulin Niu <niuyulin@apache.org
apache#3462) Signed-off-by: Yulin Niu <niuyulin@apache.org>
Signed-off-by: Duo Zhang <zhangduo@apache.org> Signed-off-by: Pankaj Kumar <pankajkumar@apache.org>
…3470) Signed-off-by: Yulin Niu <niuyulin@apache.org>
…backport Signed-off-by: Duo Zhang <zhangduo@apache.org> Signed-off-by: stack <stack@duboce.net> Reviewed-by: Nick Dimiduk <ndimiduk@apache.org>
…s NullPointerException (apache#3480) Signed-off-by: Duo Zhang <zhangduo@apache.org> Signed-off-by: Anoop Sam John <anoopsamjohn@apache.org> Signed-off-by: Reid Chan <reidchan@apache.org>
…r some operations (apache#3436) (apache#3486) Signed-off-by: Michael Stack <stack@apache.org>
…backport (apache#3475) Signed-off-by: Duo Zhang <zhangduo@apache.org> Signed-off-by: stack <stack@duboce.net> Reviewed-by: Nick Dimiduk <ndimiduk@apache.org>
…ing CombinedBlockCache (apache#3473) Signed-off-by Anoop Sam John <anoopsamjohn@apache.org> Signed-off-by Reid Chan <reidchan@apache.org>
javeme
reviewed
Jul 20, 2021
HBase 2.0.x is alread EOL. If this is for 2.x only, please open a PR against branch-2? Thanks. |
Hi, i have opened a new PR #3515, please review again |
Closing in favor of #3515 |
Actually close! |
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.