dlmarion commented on code in PR #3926:
URL: https://github.com/apache/accumulo/pull/3926#discussion_r1401102733
##########
server/manager/src/main/java/org/apache/accumulo/manager/Manager.java:
##########
@@ -1645,7 +1645,10 @@ void
getAssignments(SortedMap<TServerInstance,TabletServerStatus> currentStatus,
AssignmentParamsImpl params =
AssignmentParamsImpl.fromThrift(currentStatus, currentTServerGroups,
unassigned.entrySet().stream().collect(HashMap::new,
- (m, e) -> m.put(e.getKey(), e.getValue().getServerInstance()),
Map::putAll),
Review Comment:
Honestly, I don't remember. Looking at the code though, it was using the
value of the current location, or null. Instead of the last location or null.
--
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]