[jira] Updated: (ZOOKEEPER-547) Sanity check in QuorumCnxn Manager and quorum communication port.

2009-11-17 Thread Benjamin Reed (JIRA)

 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Benjamin Reed updated ZOOKEEPER-547:


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

Committed revision 881623.

 Sanity check in QuorumCnxn Manager and quorum communication port.
 -

 Key: ZOOKEEPER-547
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-547
 Project: Zookeeper
  Issue Type: Bug
  Components: leaderElection, server
Affects Versions: 3.2.0, 3.2.1
Reporter: Mahadev konar
Assignee: Mahadev konar
 Fix For: 3.2.2, 3.3.0

 Attachments: ZOOKEEPER-547.patch, ZOOKEEPER-547.patch, 
 ZOOKEEPER-547.patch, ZOOKEEPER-547.patch


 We need to put some sanity checks in QuorumCnxnManager and the other quorum 
 port for rogue clients. Sometimes a clients might get misconfigured and they 
 might send random characters on such ports. We need to make sure that such 
 rogue clients do not bring down the clients and need to put in some sanity 
 checks with respect to packet lengths and deserialization.

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



[jira] Updated: (ZOOKEEPER-547) Sanity check in QuorumCnxn Manager and quorum communication port.

2009-11-16 Thread Mahadev konar (JIRA)

 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mahadev konar updated ZOOKEEPER-547:


Attachment: ZOOKEEPER-547.patch

this patch fixes the test case to pass.

 Sanity check in QuorumCnxn Manager and quorum communication port.
 -

 Key: ZOOKEEPER-547
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-547
 Project: Zookeeper
  Issue Type: Bug
  Components: leaderElection, server
Affects Versions: 3.2.0, 3.2.1
Reporter: Mahadev konar
Assignee: Mahadev konar
 Fix For: 3.2.2, 3.3.0

 Attachments: ZOOKEEPER-547.patch, ZOOKEEPER-547.patch, 
 ZOOKEEPER-547.patch, ZOOKEEPER-547.patch


 We need to put some sanity checks in QuorumCnxnManager and the other quorum 
 port for rogue clients. Sometimes a clients might get misconfigured and they 
 might send random characters on such ports. We need to make sure that such 
 rogue clients do not bring down the clients and need to put in some sanity 
 checks with respect to packet lengths and deserialization.

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



[jira] Updated: (ZOOKEEPER-547) Sanity check in QuorumCnxn Manager and quorum communication port.

2009-11-04 Thread Patrick Hunt (JIRA)

 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Patrick Hunt updated ZOOKEEPER-547:
---

Status: Open  (was: Patch Available)

Why did the unit tests fail?

 Sanity check in QuorumCnxn Manager and quorum communication port.
 -

 Key: ZOOKEEPER-547
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-547
 Project: Zookeeper
  Issue Type: Bug
  Components: leaderElection, server
Affects Versions: 3.2.1, 3.2.0
Reporter: Mahadev konar
Assignee: Mahadev konar
 Fix For: 3.3.0

 Attachments: ZOOKEEPER-547.patch, ZOOKEEPER-547.patch, 
 ZOOKEEPER-547.patch


 We need to put some sanity checks in QuorumCnxnManager and the other quorum 
 port for rogue clients. Sometimes a clients might get misconfigured and they 
 might send random characters on such ports. We need to make sure that such 
 rogue clients do not bring down the clients and need to put in some sanity 
 checks with respect to packet lengths and deserialization.

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



[jira] Updated: (ZOOKEEPER-547) Sanity check in QuorumCnxn Manager and quorum communication port.

2009-11-04 Thread Patrick Hunt (JIRA)

 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Patrick Hunt updated ZOOKEEPER-547:
---

Fix Version/s: 3.2.2

 Sanity check in QuorumCnxn Manager and quorum communication port.
 -

 Key: ZOOKEEPER-547
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-547
 Project: Zookeeper
  Issue Type: Bug
  Components: leaderElection, server
Affects Versions: 3.2.0, 3.2.1
Reporter: Mahadev konar
Assignee: Mahadev konar
 Fix For: 3.2.2, 3.3.0

 Attachments: ZOOKEEPER-547.patch, ZOOKEEPER-547.patch, 
 ZOOKEEPER-547.patch


 We need to put some sanity checks in QuorumCnxnManager and the other quorum 
 port for rogue clients. Sometimes a clients might get misconfigured and they 
 might send random characters on such ports. We need to make sure that such 
 rogue clients do not bring down the clients and need to put in some sanity 
 checks with respect to packet lengths and deserialization.

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



[jira] Updated: (ZOOKEEPER-547) Sanity check in QuorumCnxn Manager and quorum communication port.

2009-10-23 Thread Mahadev konar (JIRA)

 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mahadev konar updated ZOOKEEPER-547:


Attachment: ZOOKEEPER-547.patch

added a testcase in QuorumpeerMainTest. 

 Sanity check in QuorumCnxn Manager and quorum communication port.
 -

 Key: ZOOKEEPER-547
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-547
 Project: Zookeeper
  Issue Type: Bug
  Components: leaderElection, server
Affects Versions: 3.2.0, 3.2.1
Reporter: Mahadev konar
Assignee: Mahadev konar
 Fix For: 3.3.0

 Attachments: ZOOKEEPER-547.patch, ZOOKEEPER-547.patch


 We need to put some sanity checks in QuorumCnxnManager and the other quorum 
 port for rogue clients. Sometimes a clients might get misconfigured and they 
 might send random characters on such ports. We need to make sure that such 
 rogue clients do not bring down the clients and need to put in some sanity 
 checks with respect to packet lengths and deserialization.

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



[jira] Updated: (ZOOKEEPER-547) Sanity check in QuorumCnxn Manager and quorum communication port.

2009-10-23 Thread Mahadev konar (JIRA)

 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mahadev konar updated ZOOKEEPER-547:


Status: Patch Available  (was: Open)

 Sanity check in QuorumCnxn Manager and quorum communication port.
 -

 Key: ZOOKEEPER-547
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-547
 Project: Zookeeper
  Issue Type: Bug
  Components: leaderElection, server
Affects Versions: 3.2.1, 3.2.0
Reporter: Mahadev konar
Assignee: Mahadev konar
 Fix For: 3.3.0

 Attachments: ZOOKEEPER-547.patch, ZOOKEEPER-547.patch


 We need to put some sanity checks in QuorumCnxnManager and the other quorum 
 port for rogue clients. Sometimes a clients might get misconfigured and they 
 might send random characters on such ports. We need to make sure that such 
 rogue clients do not bring down the clients and need to put in some sanity 
 checks with respect to packet lengths and deserialization.

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



[jira] Updated: (ZOOKEEPER-547) Sanity check in QuorumCnxn Manager and quorum communication port.

2009-10-23 Thread Mahadev konar (JIRA)

 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mahadev konar updated ZOOKEEPER-547:


Status: Open  (was: Patch Available)

 Sanity check in QuorumCnxn Manager and quorum communication port.
 -

 Key: ZOOKEEPER-547
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-547
 Project: Zookeeper
  Issue Type: Bug
  Components: leaderElection, server
Affects Versions: 3.2.1, 3.2.0
Reporter: Mahadev konar
Assignee: Mahadev konar
 Fix For: 3.3.0

 Attachments: ZOOKEEPER-547.patch, ZOOKEEPER-547.patch


 We need to put some sanity checks in QuorumCnxnManager and the other quorum 
 port for rogue clients. Sometimes a clients might get misconfigured and they 
 might send random characters on such ports. We need to make sure that such 
 rogue clients do not bring down the clients and need to put in some sanity 
 checks with respect to packet lengths and deserialization.

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



[jira] Updated: (ZOOKEEPER-547) Sanity check in QuorumCnxn Manager and quorum communication port.

2009-10-23 Thread Mahadev konar (JIRA)

 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mahadev konar updated ZOOKEEPER-547:


Status: Patch Available  (was: Open)

 Sanity check in QuorumCnxn Manager and quorum communication port.
 -

 Key: ZOOKEEPER-547
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-547
 Project: Zookeeper
  Issue Type: Bug
  Components: leaderElection, server
Affects Versions: 3.2.1, 3.2.0
Reporter: Mahadev konar
Assignee: Mahadev konar
 Fix For: 3.3.0

 Attachments: ZOOKEEPER-547.patch, ZOOKEEPER-547.patch, 
 ZOOKEEPER-547.patch


 We need to put some sanity checks in QuorumCnxnManager and the other quorum 
 port for rogue clients. Sometimes a clients might get misconfigured and they 
 might send random characters on such ports. We need to make sure that such 
 rogue clients do not bring down the clients and need to put in some sanity 
 checks with respect to packet lengths and deserialization.

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



[jira] Updated: (ZOOKEEPER-547) Sanity check in QuorumCnxn Manager and quorum communication port.

2009-10-23 Thread Mahadev konar (JIRA)

 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mahadev konar updated ZOOKEEPER-547:


Attachment: ZOOKEEPER-547.patch

a minor change in the test so that buff is set to 0 when writing out invalid 
packets.

 Sanity check in QuorumCnxn Manager and quorum communication port.
 -

 Key: ZOOKEEPER-547
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-547
 Project: Zookeeper
  Issue Type: Bug
  Components: leaderElection, server
Affects Versions: 3.2.0, 3.2.1
Reporter: Mahadev konar
Assignee: Mahadev konar
 Fix For: 3.3.0

 Attachments: ZOOKEEPER-547.patch, ZOOKEEPER-547.patch, 
 ZOOKEEPER-547.patch


 We need to put some sanity checks in QuorumCnxnManager and the other quorum 
 port for rogue clients. Sometimes a clients might get misconfigured and they 
 might send random characters on such ports. We need to make sure that such 
 rogue clients do not bring down the clients and need to put in some sanity 
 checks with respect to packet lengths and deserialization.

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



[jira] Updated: (ZOOKEEPER-547) Sanity check in QuorumCnxn Manager and quorum communication port.

2009-10-08 Thread Mahadev konar (JIRA)

 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mahadev konar updated ZOOKEEPER-547:


  Component/s: server
   leaderElection
Affects Version/s: 3.2.0
   3.2.1

 Sanity check in QuorumCnxn Manager and quorum communication port.
 -

 Key: ZOOKEEPER-547
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-547
 Project: Zookeeper
  Issue Type: Bug
  Components: leaderElection, server
Affects Versions: 3.2.0, 3.2.1
Reporter: Mahadev konar
Assignee: Mahadev konar
 Fix For: 3.3.0


 We need to put some sanity checks in QuorumCnxnManager and the other quorum 
 port for rogue clients. Sometimes a clients might get misconfigured and they 
 might send random characters on such ports. We need to make sure that such 
 rogue clients do not bring down the clients and need to put in some sanity 
 checks with respect to packet lengths and deserialization.

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



[jira] Updated: (ZOOKEEPER-547) Sanity check in QuorumCnxn Manager and quorum communication port.

2009-10-08 Thread Mahadev konar (JIRA)

 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mahadev konar updated ZOOKEEPER-547:


Fix Version/s: 3.3.0

 Sanity check in QuorumCnxn Manager and quorum communication port.
 -

 Key: ZOOKEEPER-547
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-547
 Project: Zookeeper
  Issue Type: Bug
  Components: leaderElection, server
Affects Versions: 3.2.0, 3.2.1
Reporter: Mahadev konar
Assignee: Mahadev konar
 Fix For: 3.3.0


 We need to put some sanity checks in QuorumCnxnManager and the other quorum 
 port for rogue clients. Sometimes a clients might get misconfigured and they 
 might send random characters on such ports. We need to make sure that such 
 rogue clients do not bring down the clients and need to put in some sanity 
 checks with respect to packet lengths and deserialization.

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