You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@fluo.apache.org by GitBox <gi...@apache.org> on 2020/01/14 18:34:12 UTC

[GitHub] [fluo-muchos] keith-turner opened a new issue #308: Explore placing automatically generated props in another file

keith-turner opened a new issue #308: Explore placing automatically generated props in another file
URL: https://github.com/apache/fluo-muchos/issues/308
 
 
   Some ansible task modify the muchos props file.  This could be surprising for a user that wishes to get repeatable performance from a config file.  Also, there may be confusing cases when running multiple clusters concurrently.  One possible way to avoid this would be to generate another file for automatic props per cluster.  This file could possibly be placed in `conf/auto/<cluster>.props`.  The python library for reading config files seems to easily support multiple props files.
   
   https://stackoverflow.com/questions/4029946/multiple-configuration-files-with-python-configparser
   
   I think this change could be beneficial from a usability perspective.  However,  I am uncertain about how much complexity it could add to the implementation.  If the implementation complexity is too high, it may not be worthwhile.
   

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

[GitHub] [fluo-muchos] keith-turner commented on issue #308: Explore placing automatically generated props in another file

Posted by GitBox <gi...@apache.org>.
keith-turner commented on issue #308: Explore placing automatically generated props in another file
URL: https://github.com/apache/fluo-muchos/issues/308#issuecomment-574312901
 
 
   Opened this issue based on the following comment.
   
   https://github.com/apache/fluo-muchos/pull/304#discussion_r363978658

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

[GitHub] [fluo-muchos] keith-turner commented on issue #308: Explore placing automatically generated props in another file

Posted by GitBox <gi...@apache.org>.
keith-turner commented on issue #308: Explore placing automatically generated props in another file
URL: https://github.com/apache/fluo-muchos/issues/308#issuecomment-574313579
 
 
   https://docs.python.org/2/library/configparser.html#ConfigParser.RawConfigParser.read

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