[GitHub] [accumulo] keith-turner commented on issue #1317: Provide single-line output of tablet info.

2020-11-09 Thread GitBox
keith-turner commented on issue #1317: URL: https://github.com/apache/accumulo/issues/1317#issuecomment-724278849 >. 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?

[GitHub] [accumulo] keith-turner commented on issue #1317: Provide single-line output of tablet info.

2020-11-05 Thread GitBox
keith-turner commented on issue #1317: URL: https://github.com/apache/accumulo/issues/1317#issuecomment-722764991 For my previous comment, the Location type will not really work for this case. Need a type that just encapsulates `(server,session)` for the set of live tservers.

[GitHub] [accumulo] keith-turner commented on issue #1317: Provide single-line output of tablet info.

2020-11-05 Thread GitBox
keith-turner commented on issue #1317: URL: https://github.com/apache/accumulo/issues/1317#issuecomment-722763864 @milleruntime I suspect the code could be moved to accumulo core OR reimplemented in core (and existing code migrated to Ample). One possible way to add it to ample would be

[GitHub] [accumulo] keith-turner commented on issue #1317: Provide single-line output of tablet info.

2019-08-15 Thread GitBox
keith-turner commented on issue #1317: Provide single-line output of tablet info. URL: https://github.com/apache/accumulo/issues/1317#issuecomment-521765040 > What is the proper way to determine status? Could use [TabletLocationState.getState()][2]. One way to get