You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Flavio Paiva Junqueira (JIRA)" <ji...@apache.org> on 2008/09/15 19:29:46 UTC

[jira] Created: (ZOOKEEPER-141) Remove challenge on QuorumCnxManager

Remove challenge on QuorumCnxManager
------------------------------------

                 Key: ZOOKEEPER-141
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-141
             Project: Zookeeper
          Issue Type: Improvement
            Reporter: Flavio Paiva Junqueira
            Priority: Minor


The patch of JIRA 127 replaces InetSocket objects with server ids on QuorumCnxManager. Server ids are unique by assumption, and can be used instead of the randomly generated challenges we have currently. I suggest that we make this modification, and we use server ids as the challenge values instead of randomly generated numbers.

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


[jira] Closed: (ZOOKEEPER-141) Remove challenge on QuorumCnxManager

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

Patrick Hunt closed ZOOKEEPER-141.
----------------------------------


> Remove challenge on QuorumCnxManager
> ------------------------------------
>
>                 Key: ZOOKEEPER-141
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-141
>             Project: Zookeeper
>          Issue Type: Improvement
>            Reporter: Flavio Paiva Junqueira
>            Priority: Minor
>
> The patch of JIRA 127 replaces InetSocket objects with server ids on QuorumCnxManager. Server ids are unique by assumption, and can be used instead of the randomly generated challenges we have currently. I suggest that we make this modification, and we use server ids as the challenge values instead of randomly generated numbers.

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


[jira] Resolved: (ZOOKEEPER-141) Remove challenge on QuorumCnxManager

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

Flavio Paiva Junqueira resolved ZOOKEEPER-141.
----------------------------------------------

    Resolution: Fixed

> Remove challenge on QuorumCnxManager
> ------------------------------------
>
>                 Key: ZOOKEEPER-141
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-141
>             Project: Zookeeper
>          Issue Type: Improvement
>            Reporter: Flavio Paiva Junqueira
>            Priority: Minor
>
> The patch of JIRA 127 replaces InetSocket objects with server ids on QuorumCnxManager. Server ids are unique by assumption, and can be used instead of the randomly generated challenges we have currently. I suggest that we make this modification, and we use server ids as the challenge values instead of randomly generated numbers.

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