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 2019/09/04 17:52:28 UTC

[GitHub] [accumulo] hkeebler commented on issue #1330: Fix #1090 Consolidate/Simplfy ServerOpts

hkeebler commented on issue #1330: Fix #1090 Consolidate/Simplfy ServerOpts
URL: https://github.com/apache/accumulo/pull/1330#issuecomment-528012029
 
 
   Latest commit addresses the following suggestions:
   - dropping option over deprecation
   - using ClientOpts legacyOpts model (overkill for just the safemode option but sets it up for future changes like the --address )
   
   >  Perhaps if we kept a static map of known replacements, we could provide a more specific warning message here.
   ` value = Property.isValidBooleanPropertyKey(key) ? "true" : "";`
   

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


With regards,
Apache Git Services