-
Notifications
You must be signed in to change notification settings - Fork 588
HDDS-2591. No tailMap needed for startIndex 0 in ContainerSet#listContainer #254
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
Conversation
dineshchitlangia
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 LGTM.
bharatviswa504
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
|
Thank You @adoroszlai for the contribution and @dineshchitlangia for the review. |
|
Thanks @dineshchitlangia for the review, @bharatviswa504 for reviewing and committing this. |
…gorithm Merge in SDPOZONE/component-ozone from SDPOZN-1710 to sdp-ozone-1.4 Squashed commit of the following: commit 03ed7e76c6f68584fcf674eaf7648e2b1abfb7a9 Author: Кирилл Сизов <[email protected]> Date: Fri Jun 20 11:02:37 2025 +0300 Address comments commit 0e83d4dc6d5635eedb00dd916cbaa7ee830f4a2c Author: Кирилл Сизов <[email protected]> Date: Thu Jun 19 20:14:26 2025 +0300 Fix findbugs ... and 2 more commits
…ly when SCM sees all 3 origin node replicas (apache#7834) (apache#254) * CDPD-78933. HDDS-12232. Move container from QUASI_CLODED to CLOSED only when SCM sees all 3 origin node replicas (apache#7834) Co-authored-by: S O'Donnell <[email protected]> (cherry picked from commit 0acb9ea) Change-Id: Iae9264799a5ebf3616c168ee370ec49c7191b372 * CDPD-79352. HDDS-12326. Allow Quasi_Closed to Closed if there is an unhealthy replica <= highest BCSID (apache#7869) (cherry picked from commit b97b7dc) Change-Id: I204af27c58773587ef23de0f36c31b5e7cd21305 * CDPD-80010. HDDS-12428. Avoid force closing OPEN/CLOSING replica of a CLOSED Container (apache#7985) (cherry picked from commit ed737b3) Change-Id: I1641484f9c86b30ce6511b7893c021a2ff0fc0d1 * CDPD-78959. HDDS-12236. ContainerStateMachine should not apply or write future transactions in the event of failure (apache#7862) (cherry picked from commit efbf79c) Change-Id: I2d32eec50d9465fd17224b2cbc6a018d90565f57 * CDPD-79945. HDDS-12421. ContainerReportHandler should not make the call to delete replicas (apache#7976) Co-authored-by: Siddhant Sangwan <[email protected]> Co-authored-by: Swaminathan Balachandran <[email protected]> (cherry picked from commit d95ca4c) Change-Id: I55ae2ee081f9a7cefb987339bd0be8708a079216 --------- Co-authored-by: Stephen O'Donnell <[email protected]> Co-authored-by: S O'Donnell <[email protected]> Co-authored-by: Swaminathan Balachandran <[email protected]> Co-authored-by: Siyao Meng <[email protected]> Co-authored-by: Siddhant Sangwan <[email protected]>
…LOSED only when SCM sees all 3 origin node replicas (apache#7834) (apache#254)" This reverts commit cc747dd.
What changes were proposed in this pull request?
Remove unnecessary
tailMapcall which returns a view of the entire map.https://issues.apache.org/jira/browse/HDDS-2591
How was this patch tested?
Added unit test to verify listing from the first key.