dlmarion commented on code in PR #3926:
URL: https://github.com/apache/accumulo/pull/3926#discussion_r1401122231
##########
server/base/src/main/java/org/apache/accumulo/server/util/ManagerMetadataUtil.java:
##########
@@ -177,45 +175,11 @@ private static KeyExtent fixSplit(ServerContext context,
TableId tableId, Text m
}
}
- /**
- * Update the last location if the location mode is "assignment". This will
delete the previous
- * last location if needed and set the new last location
- *
- * @param context The server context
- * @param tabletMutator The mutator being built
- * @param location The new location
- * @param lastLocation The previous last location, which may be null
- */
- public static void updateLastForAssignmentMode(ClientContext context,
- Ample.TabletUpdates<?> tabletMutator, TServerInstance location, Location
lastLocation) {
+ public static void updateLastLocation(Ample.TabletUpdates<?> tabletMutator,
Review Comment:
Moved method in a26fec3
--
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]