Re: [PR] HDDS-11523. Support Listener OM [ozone]

2025-08-04 Thread via GitHub
Copilot commented on code in PR #7262: URL: https://github.com/apache/ozone/pull/7262#discussion_r2252216405 ## hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/ratis/OzoneManagerRatisServer.java: ## @@ -408,10 +422,44 @@ public void removeOMFromRatisRing(OMNo

Re: [PR] HDDS-11523. Support Listener OM [ozone]

2025-07-31 Thread via GitHub
symious commented on PR #7262: URL: https://github.com/apache/ozone/pull/7262#issuecomment-3138810753 @ChenSammi First 2 points finished, PTAL. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to th

Re: [PR] HDDS-11523. Support Listener OM [ozone]

2025-04-01 Thread via GitHub
ChenSammi commented on PR #7262: URL: https://github.com/apache/ozone/pull/7262#issuecomment-2771426868 Thanks @symious for working on this. I have roughly gone through the code, and tested it locally. Here are the findings. a. transfer leader to listener code fails as expected, but the

Re: [PR] HDDS-11523. Support Listener OM [ozone]

2025-03-21 Thread via GitHub
symious commented on PR #7262: URL: https://github.com/apache/ozone/pull/7262#issuecomment-2742488849 @ChenSammi Updated, PTAL. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific commen

Re: [PR] HDDS-11523. Support Listener OM [ozone]

2025-03-20 Thread via GitHub
ChenSammi commented on PR #7262: URL: https://github.com/apache/ozone/pull/7262#issuecomment-2742305533 @symious , could you solve the conflicts when you have time? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] HDDS-11523. Support Listener OM [ozone]

2025-02-12 Thread via GitHub
ivandika3 commented on PR #7262: URL: https://github.com/apache/ozone/pull/7262#issuecomment-2653002471 @sadanand48 Thanks for the review. > At what point does the listener transition into a voting member/follower Ratis listener (https://issues.apache.org/jira/browse/RATIS-1298)