You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by asdf2014 <gi...@git.apache.org> on 2017/07/10 03:53:00 UTC

[GitHub] zookeeper issue #302: ZOOKEEPER-2837: Add a special START_SERVER_JVMFLAGS op...

Github user asdf2014 commented on the issue:

    https://github.com/apache/zookeeper/pull/302
  
    Even if had been fixed the issues by adding the `START_SERVER_JVMFLAGS` option, but i still don't understand why the execution of `mntr` 4lw command would use the `JVMFLAGS` option. I list the process call links about executing command, but still cannot figure out.
    
    ```java
    org.apache.zookeeper.server.WorkerService.ScheduledWorkRequest#run
    org.apache.zookeeper.server.NIOServerCnxnFactory.IOWorkRequest#doWork
    org.apache.zookeeper.server.NIOServerCnxn#doIO
    org.apache.zookeeper.server.NIOServerCnxn#checkFourLetterWord
    org.apache.zookeeper.server.command.CommandExecutor#getCommand
    org.apache.zookeeper.server.command.AbstractFourLetterCommand#start
    org.apache.zookeeper.server.command.MonitorCommand#commandRun
    ```
    
    @hanm @shralex @afine PTAL.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---