You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2018/03/30 04:05:05 UTC

[GitHub] reddycharan opened a new issue #1310: filter out confidential data (entry body and masterkey) from ProcessorV3 toString representation

reddycharan opened a new issue #1310: filter out confidential data (entry body and masterkey) from ProcessorV3 toString representation
URL: https://github.com/apache/bookkeeper/issues/1310
 
 
   
   **FEATURE REQUEST**
   
   1. Please describe the feature you are requesting.
   
   In certain logs instances of ProcessorV3 (for eg WriteEntryProcessorV3) are logged. For eg - https://github.com/apache/bookkeeper/blob/master/bookkeeper-common/src/main/java/org/apache/bookkeeper/common/util/OrderedScheduler.java#L172
   
   This would print output of toString method of WriteEntryProcessorV3, which gets its output from request.toString (https://github.com/apache/bookkeeper/blob/master/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PacketProcessorBaseV3.java#L94). request.toString would include all the fields of request like masterKey and body. For us 'body' is the customer data and masterKey contains ledger password details. So logging entry data and credentials details is not appropriate.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services