Hudson build is back to normal: ZooKeeper-trunk #670

2010-01-18 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/670/




[jira] Commented: (ZOOKEEPER-458) connect_index in zookeeper handle might get out of bound.

2010-01-18 Thread Steven Cheng (JIRA)

[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12802085#action_12802085
 ] 

Steven Cheng commented on ZOOKEEPER-458:


Couldn't figure out where it's happening and I don't get quite the same error.

 connect_index in zookeeper handle might get out of bound.
 -

 Key: ZOOKEEPER-458
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-458
 Project: Zookeeper
  Issue Type: Bug
  Components: c client
Reporter: Mahadev konar
Assignee: Steven Cheng
 Fix For: 3.3.0

 Attachments: ZOOKEEPER-458.patch, ZOOKEEPER-458.patch, 
 ZOOKEEPER-458.patch, ZOOKEEPER-458.patch, ZOOKEEPER-458.patch, 
 ZOOKEEPER-458.patch, ZOOKEEPER-458.patch


 connect_index in zookeeper handle might get out of bound. the zokoeeper_init 
 method checks for index == count and sets it to zero. If the index becomes 
 greater than count, then it will go out of bounds.

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



[jira] Updated: (ZOOKEEPER-612) Make Zookeeper C client can be compiled by gcc of early version

2010-01-18 Thread Qian Ye (JIRA)

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

Qian Ye updated ZOOKEEPER-612:
--

Attachment: ZOOKEEPER-612.patch

New patch against trunk

 Make Zookeeper C client can be compiled by gcc of early version
 ---

 Key: ZOOKEEPER-612
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-612
 Project: Zookeeper
  Issue Type: Improvement
  Components: c client
Affects Versions: 3.2.1
 Environment: Linux
Reporter: Qian Ye
Assignee: Qian Ye
 Fix For: 3.3.0

 Attachments: patch, patch, ZOOKEEPER-612.patch, ZOOKEEPER-612.patch


 The original C Client, Version 3.2.1, cannot be compiled successfully by the 
 gcc of early version, due some declaration restriction. To compile the source 
 code on the server with gcc of early version, I made some modification on the 
 original source. What's more, some extra codes are added to make the client 
 be compatible with the hosts list format: ip1:port1, ip2:port2... There is 
 often a space after this kind of comma.

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