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
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
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
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
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
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)