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/05/21 16:43:00 UTC

[GitHub] [accumulo] hkeebler edited a comment on issue #886: Log if general.classpaths or general.dynamic.classpaths is set

hkeebler edited a comment on issue #886: Log if general.classpaths or general.dynamic.classpaths is set
URL: https://github.com/apache/accumulo/issues/886#issuecomment-494456455
 
 
   @ctubbsii  If a property is set and is deprecated a warning is logged by server.ServerUtil in the respective service log at system startup.  The general.dynamic.classpath property is 'zk mutable: no'  and cannot be set in the shell or java api InstanceOperation.setProperty() so I believe it is already properly logging the deprecation.
   
   The only change here,   I believe, is to mark the property deprecated in Property.java.  
   
   Note that the properties are printed at service startup with empty values.  What if an empty property with deprecated set NOT be printed?  
   

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