Description
1. Sometimes you might want to run zkServer.sh with different JVMFLAGS than for clients. Make zkServer.sh consult the SERVER_JVMFLAGS variable and, if it exists, add it to the beginning of the existing JVMFLAGS setting.
2. Sometimes you might want to run zkCli.sh with different JVMFLAGS than for servers. Make zkCli.sh consult the CLIENT_JVMFLAGS variable and, if it exists, add it to the beginning of the existing JVMFLAGS setting.
Attachments
Attachments
Issue Links
- is depended upon by
-
ZOOKEEPER-1376 zkServer.sh does not correctly check for $SERVER_JVMFLAGS
- Resolved