zymap commented on code in PR #4009:
URL: https://github.com/apache/bookkeeper/pull/4009#discussion_r1251391155
##########
bookkeeper-server/src/main/java/org/apache/bookkeeper/client/BookKeeperAdmin.java:
##########
@@ -1084,17 +1084,17 @@ private Map<Integer, BookieId>
getReplacementBookiesByIndexes(
BookieId bookie = ensemble.get(bookieIndex);
bookiesToExclude.add(bookie);
}
-
+ List<BookieId> newEnsemble = new ArrayList<>(ensemble);
Review Comment:
If I understand correctly, this isn't a bug, right? I mean, this hasn't any
impact on the existing logic and result, right?
--
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 comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]