ddanielr commented on PR #5081: URL: https://github.com/apache/accumulo/pull/5081#issuecomment-2489194053
> > Yeah the whole reason for the property was that there wasn't a way to do a lookup of the obfuscated value to match a tablet. > > @ddanielr - Do you think this is a sufficient solution and I can / should revert my Monitor changes? The monitor currently shows the table ID and obfuscated value so a user can take those inputs and provide them to a shell session. While the information can be obtained from a grep command, I'm assuming that `getSplits` does not provide the necessary information without the `-v` flag. So while the functionality is there, it's technically hidden from the user by default. Since this is a standard action used in troubleshooting, I would be in favor of reverting the change if we added a shell command that takes the tableID and obfuscated value and returns the correct tablet ID. -- 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]
