You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2020/11/24 20:30:25 UTC

[GitHub] [accumulo] ctubbsii opened a new issue #1805: Tablet obscuring should be consolidated to one place in the code

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:
users@infra.apache.org



[GitHub] [accumulo] ctubbsii closed issue #1805: Tablet obscuring should be consolidated to one place in the code

Posted by GitBox <gi...@apache.org>.
ctubbsii closed issue #1805:
URL: https://github.com/apache/accumulo/issues/1805


   


----------------------------------------------------------------
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:
users@infra.apache.org