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 2018/02/28 02:44:22 UTC

[GitHub] sijie opened a new pull request #1307: Fix pulsar standalone script to allow zookeeper use 4letter commands

sijie opened a new pull request #1307: Fix pulsar standalone script to allow zookeeper use 4letter commands
URL: https://github.com/apache/incubator-pulsar/pull/1307
 
 
   ### Motivation
   
   In the new zookeeper version, zookeeper disabled 4letter commands for security concerns. The standalone starter is still using 4letter commands for checking connectivities with zookeeper.
   
   ### Modifications
   
   add `-Dzookeeper.4lw.commands.whitelist='*'` for starting standalone to allow using 4lw commands.
   
   ### Result
   
   pulsar functions can start correctly.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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