ctubbsii opened a new issue #1805:
URL: https://github.com/apache/accumulo/issues/1805


   Currently, tablet information is obscured when printed in certain places 
(like in logs, metrics, or on the website). The implementation is basically a 
hash of the tablet's endRow using a SHA-256 MessageDigest, and then 
base64-encoded to a String.
   
   The implementation seems to exist in multiple places. It should move to a 
single implementation in one place (probably KeyExtent).
   
   This was identified while reviewing PR #1798; the diff for that PR (once 
finalized) will be useful in identifying places where this obscuring is 
implemented.


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