milleruntime edited a comment on issue #1317:
URL: https://github.com/apache/accumulo/issues/1317#issuecomment-724283172


   > > . What do you think about a new type in core.metadata (similar to what I 
did for TabletFile) that could be used everywhere? And would we want to keep 
the ZK session Id?
   > 
   > I like that. That Location type in TabletMetadata could possibly extend 
it. Not sure about ZK session id would have to look at it. Using the same type 
to represent the same info throughout the code seems like a big win. Seems like 
it can follow the pattern of add it and then later adapt code to use it.
   
   Instead of a new type, since the class is much simpler than TabletFile, I am 
playing around with just moving TServerInstance from master to core and using 
it.  
https://github.com/apache/accumulo/blob/main/server/base/src/main/java/org/apache/accumulo/server/master/state/TServerInstance.java


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


Reply via email to