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 2022/09/30 11:58:50 UTC

[GitHub] [accumulo] cshannon commented on pull request #2986: Re-add getProperties() to InstanceOperations

cshannon commented on PR #2986:
URL: https://github.com/apache/accumulo/pull/2986#issuecomment-1263481085

   > Is there a use case for this method? Or is it just to return the same properties set by the new method?
   
   The use case is getting back what properties were set in ZK explicitly which is going to be useful when making configuration changes. The other method returns the entire configuration so you get back a couple hundred properties but most are going to be either values stored in the properties file or defaults. This allows you to find out exactly what was overridden so can be used to mutate using the new modify properties api.


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

To unsubscribe, e-mail: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org