You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/03/18 18:58:29 UTC

[GitHub] [pulsar] sijie opened a new pull request #3858: Use `PULSAR_PREFIX_` for appending new keys

sijie opened a new pull request #3858: Use `PULSAR_PREFIX_` for appending new keys
URL: https://github.com/apache/pulsar/pull/3858
 
 
   *Motivation*
   
   Currently integration tests are broken due to #3827
   
   `PULSAR_` is used almost everywhere in our scripts. If we are using
   `PULSAR_` for appending new keys, then we are potentially appending
   a wrong key into the config file.
   
   Currently this happens on presto. We are appending `PULSAR_ROOT_LOGGER`
   into presto's config file and cause presto fail to load the config.
   
   *Modifications*
   
   Use `PULSAR_PREFIX_` instead of `PULSAR_`
   

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