keith-turner commented on issue #1453: Update Last Location. Solution for #1169 URL: https://github.com/apache/accumulo/pull/1453#issuecomment-595449419 @Manno15 it would be good to make the change in a single metadata table mutation so that its atomic. I think `TabletStateStore. setLocations()` is only used by the tablet server. The code in MetaDataStateStore, RootTabletStateStore, and LoggingTabletStateStore are implementations of the interface. I would remove the method `TabletStateStore. setLocations()` and add a method `TabletStateStore. setLocation(newLoc, prevLastLoc)` then update the implementations and the calling code.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
