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

    https://github.com/apache/storm/pull/1710#discussion_r81219539
  
    --- Diff: storm-core/src/jvm/org/apache/storm/Config.java ---
    @@ -926,10 +926,10 @@
         public static final String UI_HTTPS_NEED_CLIENT_AUTH = 
"ui.https.need.client.auth";
     
         /**
    -     * The host that Pacemaker is running on.
    +     * The list of servers that Pacemaker is running on.
          */
    -    @isString
    -    public static final String PACEMAKER_HOST = "pacemaker.host";
    +    @isStringList
    +    public static final String PACEMAKER_SERVERS = "pacemaker.servers";
    --- End diff --
    
    @HeartSaVioR Yep, the 1.x-branch PR will leave pacemaker.host in, but have 
it deprecated.


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