Skip to content
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
wants to merge 2,901 commits into from

Conversation

zyxxoo
Copy link

@zyxxoo zyxxoo commented Jul 19, 2021

No description provided.

saintstack and others added 30 commits February 8, 2021 14:38
…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>
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: Guanghao Zhang <zghao@apache.org>
Signed-off-by: XinSun <ddupgs@gmail.com>
)

Signed-off-by: Wellington Chevreuil <wchevreuil@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)
Apache9 and others added 20 commits June 30, 2021 11:46
…on server's death (apache#3430)

Signed-off-by: Xin Sun <ddupgs@gmail.com>
…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
…Utils.printThreadInfo() (apache#3442)

Signed-off-by: Michael Stack <stack@apache.org>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
…e#3445)

Signed-off-by: Michael Stack <stack@apache.org>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
Signed-off-by: Viraj Jasani <vjasani@apache.org>
(cherry picked from commit 82c44b4)
…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
Signed-off-by: Duo Zhang <zhangduo@apache.org>
Signed-off-by: Pankaj Kumar <pankajkumar@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>
pom.xml Outdated Show resolved Hide resolved
@Apache9
Copy link
Contributor

Apache9 commented Jul 22, 2021

HBase 2.0.x is alread EOL. If this is for 2.x only, please open a PR against branch-2?

Thanks.

@zyxxoo
Copy link
Author

zyxxoo commented Jul 22, 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

@saintstack
Copy link
Contributor

Closing in favor of #3515

@saintstack
Copy link
Contributor

Actually close!

@saintstack saintstack closed this Aug 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet