You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Jared Cantwell (JIRA)" <ji...@apache.org> on 2010/08/26 16:49:53 UTC

[jira] Created: (ZOOKEEPER-855) clientPortBindAddress should be clientPortAddress

clientPortBindAddress should be clientPortAddress
-------------------------------------------------

                 Key: ZOOKEEPER-855
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-855
             Project: Zookeeper
          Issue Type: Bug
          Components: documentation
    Affects Versions: 3.3.1, 3.3.0
            Reporter: Jared Cantwell


The server documentation states that the configuration parameter for binding to a specific ip address is clientPortBindAddress.  The code believes the parameter is clientPortAddress.  The documentation for 3.3.X versions needs changed to reflect the correct parameter .  This parameter was added in ZOOKEEPER-635.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ZOOKEEPER-855) clientPortBindAddress should be clientPortAddress

Posted by "Patrick Hunt (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ZOOKEEPER-855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Patrick Hunt updated ZOOKEEPER-855:
-----------------------------------

    Fix Version/s: 3.4.0
                   3.3.2
         Assignee: Jared Cantwell

> clientPortBindAddress should be clientPortAddress
> -------------------------------------------------
>
>                 Key: ZOOKEEPER-855
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-855
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 3.3.0, 3.3.1
>            Reporter: Jared Cantwell
>            Assignee: Jared Cantwell
>            Priority: Trivial
>             Fix For: 3.3.2, 3.4.0
>
>         Attachments: ZOOKEEPER-855.patch
>
>
> The server documentation states that the configuration parameter for binding to a specific ip address is clientPortBindAddress.  The code believes the parameter is clientPortAddress.  The documentation for 3.3.X versions needs changed to reflect the correct parameter .  This parameter was added in ZOOKEEPER-635.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (ZOOKEEPER-855) clientPortBindAddress should be clientPortAddress

Posted by "Flavio Junqueira (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ZOOKEEPER-855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12922238#action_12922238 ] 

Flavio Junqueira commented on ZOOKEEPER-855:
--------------------------------------------

+1, I'll commit this in a minute.

> clientPortBindAddress should be clientPortAddress
> -------------------------------------------------
>
>                 Key: ZOOKEEPER-855
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-855
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 3.3.0, 3.3.1
>            Reporter: Jared Cantwell
>            Assignee: Jared Cantwell
>            Priority: Trivial
>             Fix For: 3.3.2, 3.4.0
>
>         Attachments: ZOOKEEPER-855.patch
>
>
> The server documentation states that the configuration parameter for binding to a specific ip address is clientPortBindAddress.  The code believes the parameter is clientPortAddress.  The documentation for 3.3.X versions needs changed to reflect the correct parameter .  This parameter was added in ZOOKEEPER-635.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ZOOKEEPER-855) clientPortBindAddress should be clientPortAddress

Posted by "Jared Cantwell (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ZOOKEEPER-855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jared Cantwell updated ZOOKEEPER-855:
-------------------------------------

    Priority: Trivial  (was: Major)

> clientPortBindAddress should be clientPortAddress
> -------------------------------------------------
>
>                 Key: ZOOKEEPER-855
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-855
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 3.3.0, 3.3.1
>            Reporter: Jared Cantwell
>            Priority: Trivial
>
> The server documentation states that the configuration parameter for binding to a specific ip address is clientPortBindAddress.  The code believes the parameter is clientPortAddress.  The documentation for 3.3.X versions needs changed to reflect the correct parameter .  This parameter was added in ZOOKEEPER-635.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ZOOKEEPER-855) clientPortBindAddress should be clientPortAddress

Posted by "Flavio Junqueira (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ZOOKEEPER-855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Flavio Junqueira updated ZOOKEEPER-855:
---------------------------------------

    Attachment: ZOOKEEPER-855.patch

I'm uploading the patch I committed. The original patch was modifying the html instead of the xml source.

> clientPortBindAddress should be clientPortAddress
> -------------------------------------------------
>
>                 Key: ZOOKEEPER-855
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-855
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 3.3.0, 3.3.1
>            Reporter: Jared Cantwell
>            Assignee: Jared Cantwell
>            Priority: Trivial
>             Fix For: 3.3.2, 3.4.0
>
>         Attachments: ZOOKEEPER-855.patch, ZOOKEEPER-855.patch
>
>
> The server documentation states that the configuration parameter for binding to a specific ip address is clientPortBindAddress.  The code believes the parameter is clientPortAddress.  The documentation for 3.3.X versions needs changed to reflect the correct parameter .  This parameter was added in ZOOKEEPER-635.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ZOOKEEPER-855) clientPortBindAddress should be clientPortAddress

Posted by "Jared Cantwell (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ZOOKEEPER-855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jared Cantwell updated ZOOKEEPER-855:
-------------------------------------

    Attachment: ZOOKEEPER-855.patch

Documentation patch.

> clientPortBindAddress should be clientPortAddress
> -------------------------------------------------
>
>                 Key: ZOOKEEPER-855
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-855
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 3.3.0, 3.3.1
>            Reporter: Jared Cantwell
>            Priority: Trivial
>         Attachments: ZOOKEEPER-855.patch
>
>
> The server documentation states that the configuration parameter for binding to a specific ip address is clientPortBindAddress.  The code believes the parameter is clientPortAddress.  The documentation for 3.3.X versions needs changed to reflect the correct parameter .  This parameter was added in ZOOKEEPER-635.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ZOOKEEPER-855) clientPortBindAddress should be clientPortAddress

Posted by "Jared Cantwell (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ZOOKEEPER-855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jared Cantwell updated ZOOKEEPER-855:
-------------------------------------

    Status: Patch Available  (was: Open)

Simple patch.

> clientPortBindAddress should be clientPortAddress
> -------------------------------------------------
>
>                 Key: ZOOKEEPER-855
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-855
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 3.3.1, 3.3.0
>            Reporter: Jared Cantwell
>            Priority: Trivial
>         Attachments: ZOOKEEPER-855.patch
>
>
> The server documentation states that the configuration parameter for binding to a specific ip address is clientPortBindAddress.  The code believes the parameter is clientPortAddress.  The documentation for 3.3.X versions needs changed to reflect the correct parameter .  This parameter was added in ZOOKEEPER-635.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (ZOOKEEPER-855) clientPortBindAddress should be clientPortAddress

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ZOOKEEPER-855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12922512#action_12922512 ] 

Hudson commented on ZOOKEEPER-855:
----------------------------------

Integrated in ZooKeeper-trunk #971 (See [https://hudson.apache.org/hudson/job/ZooKeeper-trunk/971/])
    ZOOKEEPER-855. clientPortBindAddress should be clientPortAddress
  (Jared Cantwell via fpj)


> clientPortBindAddress should be clientPortAddress
> -------------------------------------------------
>
>                 Key: ZOOKEEPER-855
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-855
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 3.3.0, 3.3.1
>            Reporter: Jared Cantwell
>            Assignee: Jared Cantwell
>            Priority: Trivial
>             Fix For: 3.3.2, 3.4.0
>
>         Attachments: ZOOKEEPER-855.patch, ZOOKEEPER-855.patch
>
>
> The server documentation states that the configuration parameter for binding to a specific ip address is clientPortBindAddress.  The code believes the parameter is clientPortAddress.  The documentation for 3.3.X versions needs changed to reflect the correct parameter .  This parameter was added in ZOOKEEPER-635.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ZOOKEEPER-855) clientPortBindAddress should be clientPortAddress

Posted by "Flavio Junqueira (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ZOOKEEPER-855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Flavio Junqueira updated ZOOKEEPER-855:
---------------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

Thanks, Jared, I have just committed this:

Branch 3.3: Committed revision 1024022.
Trunk: Committed revision 1024029.

> clientPortBindAddress should be clientPortAddress
> -------------------------------------------------
>
>                 Key: ZOOKEEPER-855
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-855
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 3.3.0, 3.3.1
>            Reporter: Jared Cantwell
>            Assignee: Jared Cantwell
>            Priority: Trivial
>             Fix For: 3.3.2, 3.4.0
>
>         Attachments: ZOOKEEPER-855.patch, ZOOKEEPER-855.patch
>
>
> The server documentation states that the configuration parameter for binding to a specific ip address is clientPortBindAddress.  The code believes the parameter is clientPortAddress.  The documentation for 3.3.X versions needs changed to reflect the correct parameter .  This parameter was added in ZOOKEEPER-635.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.