-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Backport "HBASE-28868 Add missing permission check for updateRSGroupConfig in branch-2" to branch-2.5 #6282
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
Closed
Conversation
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
Contributor
NihalJain
commented
Sep 23, 2024
- Backports HBASE-28868 Add missing permission check for updateRSGroupConfig in b… #6277
…e is empty (apache#5375) Signed-off-by: Duo Zhang <zhangduo@apache.org>
Co-authored-by: Rahul Kumar <rahul.kumar@rahulku-ltmdgmc.internal.salesforce.com>
…pache#5391) Signed-off-by: Duo Zhang <zhangduo@apache.org> Signed-off-by: Andrew Purtell <apurtell@apache.org> Signed-off-by: Aman Poonia <aman.poonia.29@gmail.com> Signed-off-by: David Manning <david.manning@salesforce.com>
…commit phase (apache#5437) Signed-off-by: Duo Zhang <zhangduo@apache.org> Signed-off-by: Andrew Purtell <apurtell@apache.org> Signed-off-by: Aman Poonia <aman.poonia.29@gmail.com>
…r snapshot commit phase
…zer (apache#5446) Signed-off-by: Wellington Chevreuil <wchevreuil@apache.org> (cherry picked from commit 3bf3b96)
apache#5447) Signed-off-by: Nick Dimiduk <ndimiduk@apache.org> Reviewed-by: Duo Zhang <zhangduo@apache.org>
…ny in Procedure.proto (apache#5411) Bump the hbase thirdparty dependency to 4.1.5 where we relocated the proto files in protobuf-java jar The generated protobuf messages are OK since we do not need to change any non generated java code Signed-off-by: Nick Dimiduk <ndimiduk@apache.org> Signed-off-by: Nihal Jain <nihaljain@apache.org> (cherry picked from commit eb24001)
… stopping (apache#5453) Signed-off-by: GeorryHuang <huangzhuoyue@apache.org> Signed-off-by: Xiaolin Ha <haxiaolin@apache.org> (cherry picked from commit 6455c49)
…(HMaster) (apache#5432) The RegionState for meta region could be null for a fresh new cluster, we should also wait a bit to let it finish the initialization. Signed-off-by: Duo Zhang <zhangduo@apache.org> (cherry picked from commit 865a595)
Signed-off-by: GeorryHuang <huangzhuoyue@apache.org> (cherry picked from commit f15ff5b)
…tion is null (apache#5456) Signed-off-by: Wellington Chevreuil <wchevreuil@apache.org> Signed-off-by: David Manning <david.manning@salesforce.com>
…alues (apache#5450) reduce test dataset size by 20% to fit heap with safety margin Signed-off-by: Duo Zhang <zhangduo@apache.org> Signed-off-by: Peter Somogyi <psomogyi@apache.org> (cherry picked from commit 0d15d03)
…y-tests (apache#5458) Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.35 to 3.1.37. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](gitpython-developers/GitPython@3.1.35...3.1.37) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Duo Zhang <zhangduo@apache.org> (cherry picked from commit 991d4aa)
Signed-off-by: Duo Zhang <zhangduo@apache.org> Signed-off-by: Peter Somogyi <psomogyi@apache.org>
…nd RELEASENOTES.md Signed-off-by: Andrew Purtell <apurtell@apache.org>
Signed-off-by: Andrew Purtell <apurtell@apache.org>
…heckOnlineRegionsReport to tryLock (apache#5442) * To prevent threads from being blocked by the lock of RegionStateNode, modify the way of acquiring the RegionStateNode lock in checkOnlineRegionsReport to tryLock. Co-authored-by: lvhaiping.lhp <lvhaiping.lhp@alibaba-inc.com> Signed-off-by: Duo Zhang <zhangduo@apache.org> (cherry picked from commit e07d1fe)
Co-authored-by: Ray Mattingly <rmattingly@hubspot.com> Signed-off-by: Duo Zhang <zhangduo@apache.org> Signed-off-by: Bryan Beaudreault <bbeaudreault@apache.org> (cherry picked from commit 1641a4a)
…ndler (apache#5473) Co-authored-by: Ray Mattingly <rmattingly@hubspot.com> Signed-off-by: Duo Zhang <zhangduo@apache.org> Signed-off-by: Bryan Beaudreault <bbeaudreault@apache.org>
…a table in HBase shell, the log prompt will report an error. (apache#5460) Co-authored-by: xiaozhang <issac.zhang@huolala.cn> Signed-off-by: Duo Zhang <zhangduo@apache.org> (cherry picked from commit 13d46e7)
…nt branches (apache#5434) Signed-off-by: Duo Zhang <zhangduo@apache.org> (cherry picked from commit 6febf48)
… region location (apache#5463) Ensure that hbck will report as inconsistent regions where previously a location was reported but now the region location is null, if it is not expected to be offline. Signed-off-by: Duo Zhang <zhangduo@apache.org> Signed-off-by: Viraj Jasani <vjasani@apache.org> Reviewed-by: Shanmukha Haripriya Kota <skota@cloudera.com>
apache#5476) Signed-off-by: Wellington Chevreuil <wchevreuil@apache.org>
…e#5489) Backport of apache#5475 (cherry picked from commit 0d04a60) Signed-off-by: Andrew Purtell <apurtell@apache.org>
… for challenge response" to branch-2.x (apache#5472) (apache#5496) - Backport HBASE-23881 "Netty SASL implementation does not wait for challenge response" - Backport HBASE-24263 "TestDelegationToken is broken" - Fix assertion to check for InvalidToken.class.getName() to ensure bug is fixed Signed-off-by: Duo Zhang <zhangduo@apache.org> Signed-off-by: Wellington Chevreuil <wchevreuil@apache.org>
…string is not match format (apache#5494) Signed-off-by: Duo Zhang <zhangduo@apache.org> (cherry picked from commit 027a119)
…implementations (apache#5506) Signed-off-by: Peter Somogyi <psomogyi@apache.org>
Signed-off-by: Viraj Jasani <vjasani@apache.org> Signed-off-by: Bryan Beaudreault <bbeaudreault@apache.org>
…d be less (apache#6104) (apache#6105) Signed-off-by: Viraj Jasani <vjasani@apache.org>
…pache#6107) Signed-off-by: Duo Zhang <zhangduo@apache.org>
…ache#6110) Signed-off-by: Duo Zhang <zhangduo@apache.org> Signed-off-by: Viraj Jasani <vjasani@apache.org> Signed-off-by: Pankaj Kumar <pankajkumar@apache.org> (cherry picked from commit c264299)
apache#6065) Signed-off-by: Nick Dimiduk <ndimiduk@apache.org> Signed-off-by: Pankaj Kumar <pankajkumar@apache.org> Co-authored-by: Charles Connell <cconnell@hubspot.com>
…hbase.io.compress.zstd.buffersize is not configured (apache#6114) (apache#6121) Signed-off-by: Duo Zhang <zhangduo@apache.org> Reviewed-by: Vineet Kumar Maheshwari <vineet.4008@gmail.com> (cherry picked from commit 73f2710) (cherry picked from commit c6e819e)
…leads Spark miss data (apache#6120) Change-Id: I7449f2b776369777600c583d22b811e1931e6559 Signed-off-by: Pankaj <pankajkumar@apache.org> 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 17a68ae)
…ca region (apache#6123) Signed-off-by: Duo Zhang <zhangduo@apache.org> Signed-off-by: Pankaj Kumar <pankajkumar@apache.org>
Signed-off-by: Nihal Jain <nihaljain@apache.org> (cherry picked from commit 34898bf)
…pache#6156) Signed-off-by: Duo Zhang <zhangduo@apache.org> Signed-off-by: Pankaj <pankajkumar@apache.org> Signed-off-by: Istvan Toth <stoty@apache.org>
… from output tarball (apache#6157) (apache#6161) Signed-off-by: Duo Zhang <zhangduo@apache.org> (cherry picked from commit 98e7e1b)
…ache#6174) Signed-off-by: Duo Zhang <zhangduo@apache.org> (cherry picked from commit 18ddef1)
…eTransition if procedure is initialised by next Active master (apache#6180) Added masterActiveTime as fencing token for remote procedures Signed-off-by: Duo Zhang <zhangduo@apache.org> Reviewed-by: Aman Poonia <aman.poonia.29@gmail.com>
…fined order (apache#6168) Signed-off-by: Nick Dimiduk <ndimiduk@apache.org> Co-authored-by: Charles Connell <cconnell@hubspot.com>
…ks a connection to ZooKeeper (apache#6207) Signed-off-by: Duo Zhang <zhangduo@apache.org> Co-authored-by: rodenli <rodenli@tencent.com> (cherry picked from commit 4da8880)
…procedure.jsp while Master is initializing (apache#6210) Signed-off-by: Duo Zhang <zhangduo@apache.org> (cherry picked from commit 6a5757d)
(cherry picked from commit ffa6482bc810e55f8ce27e584addf126b3fb1357) Signed-off-by: Duo Zhang <zhangduo@apache.org>
…ame of the datanode (apache#6148) (apache#6212) Co-authored-by: wangxin <wangxin9702@gmail.com> Signed-off-by: Duo Zhang <zhangduo@apache.org> Signed-off-by: Nihal Jain <nihaljain@apache.org> Reviewed-by: Vineet Kumar Maheshwari <vineet.4008@gmail.com> Reviewed-by: guluo <lupeng_nwpu@qq.com> (cherry picked from commit 241bbaf) Co-authored-by: WangXin <1458451310@qq.com> (cherry picked from commit f4a1904)
… all background tasks are finished (apache#6263) (apache#6271) Signed-off-by: Andrew Purtell <apurtell@apache.org> (cherry picked from commit 52082bc) (cherry picked from commit 0dc334f)
…ranch-2 (apache#6277) Signed-off-by: Duo Zhang <zhangduo@apache.org> (cherry picked from commit cf9c1d5)
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
Contributor
Author
|
oops seems raised for 2.5 twice. closing, will open for branch-2.6 again |
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.