busbey commented on a change in pull request #1798:
URL: https://github.com/apache/accumulo/pull/1798#discussion_r530376166



##########
File path: core/src/main/java/org/apache/accumulo/core/conf/Property.java
##########
@@ -83,6 +83,14 @@
   RPC_SASL_QOP("rpc.sasl.qop", "auth", PropertyType.STRING,
       "The quality of protection to be used with SASL. Valid values are 
'auth', 'auth-int',"
           + " and 'auth-conf'"),
+  /**
+   * @since 2.1.0
+   */
+  SYSTEM_TOKEN_HASH_TYPE("system.token.hash.type", 
Constants.PW_HASH_ALGORITHM_OUTDATED,

Review comment:
       I personally think `instance` seems an appropriate prefix, so it would 
be `instance.system.token.hash.type`.




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