Github user knusbaum commented on a diff in the pull request:

    https://github.com/apache/storm/pull/838#discussion_r45116436
  
    --- Diff: storm-core/src/jvm/backtype/storm/Config.java ---
    @@ -778,6 +792,47 @@
         public static final String UI_HTTPS_NEED_CLIENT_AUTH = 
"ui.https.need.client.auth";
     
         /**
    +     * The host that Pacemaker is running on.
    +     */
    +    @isString
    +    public static final String PACEMAKER_HOST = "pacemaker.host";
    +
    +    /**
    +     * The port Pacemaker should run on. Clients should
    +     * connect to this port to submit or read heartbeats.
    +     */
    +    @isNumber
    +    @isPositiveNumber
    +    public static final String PACEMAKER_PORT = "pacemaker.port";
    +
    +    /**
    +     * The maximum number of threads that should be used by the Pacemaker.
    +     * When Pacemaker gets loaded it will spawn new threads, up to 
    +     * this many total, to handle the load.
    +     */
    +    @isNumber
    +    @isPositiveNumber
    +    public static final String PACEMAKER_MAX_THREADS = 
"pacemaker.max.threads";
    +
    +    /**
    +     * This parameter is used by the storm-deploy project to configure the
    +     * jvm options for the nimbus daemon.
    --- End diff --
    
    *nimbus* daemon


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to