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 2018/01/25 20:21:41 UTC

[GitHub] ctubbsii commented on a change in pull request #366: ACCUMULO-4779 Speedup Property by precomputing and avoiding sync

ctubbsii commented on a change in pull request #366: ACCUMULO-4779 Speedup Property by precomputing and avoiding sync
URL: https://github.com/apache/accumulo/pull/366#discussion_r163955055
 
 

 ##########
 File path: core/src/main/java/org/apache/accumulo/core/conf/Property.java
 ##########
 @@ -709,7 +727,20 @@ public boolean isSensitive() {
    * @return true if property is sensitive
    */
   public static boolean isSensitive(String key) {
 
 Review comment:
   I had thought we had a similar method for Experimental and Deprecated with arbitrary keys also, which would check based on the prefix... but perhaps not. I don't see it, but it could be useful for the shell config command output.

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