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 2020/06/15 19:29:15 UTC

[GitHub] [accumulo] keith-turner opened a new issue #1627: Add method to get properties with prefix to PluginEnvironment.Configuration

keith-turner opened a new issue #1627:
URL: https://github.com/apache/accumulo/issues/1627


   [PluginEnvironment.Configuration](https://github.com/apache/accumulo/blob/db9c2b975f2db1b3903402dea69e32a014d122da/core/src/main/java/org/apache/accumulo/core/client/PluginEnvironment.java#L39) is a stable interface that allows plugins to access Accumulo's configuration.  Sometimes plugins need all properties with a certain prefix which currently requires iterating over all properties.  Accumulo's internal configuration class efficiently supports this in some cases.  It would be nice to add a method that supports efficiently getting props with a prefix to PluginEnvironment.Configuration.
   
   Noticed this while working on the TooManyDeletesSelector as part of #1605 which needs to get all summarizer properties.


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



[GitHub] [accumulo] ctubbsii closed issue #1627: Add method to get properties with prefix to PluginEnvironment.Configuration

Posted by GitBox <gi...@apache.org>.
ctubbsii closed issue #1627:
URL: https://github.com/apache/accumulo/issues/1627


   


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



[GitHub] [accumulo] jkosh44 commented on issue #1627: Add method to get properties with prefix to PluginEnvironment.Configuration

Posted by GitBox <gi...@apache.org>.
jkosh44 commented on issue #1627:
URL: https://github.com/apache/accumulo/issues/1627#issuecomment-687869871


   Hey @keith-turner is this still relevant? If so I'd like to give it a shot.


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



[GitHub] [accumulo] jkosh44 edited a comment on issue #1627: Add method to get properties with prefix to PluginEnvironment.Configuration

Posted by GitBox <gi...@apache.org>.
jkosh44 edited a comment on issue #1627:
URL: https://github.com/apache/accumulo/issues/1627#issuecomment-687869871


   Hey @keith-turner is this still relevant? If so I'd like to give it a shot.
   
   Also my one question is, should sensitive properties be included or excluded from the result?


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