[jira] [Commented] (ZOOKEEPER-1476) ipv6 reverse dns related timeouts on OSX connecting to localhost

2012-06-08 Thread Jilles van Gurp (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13291634#comment-13291634 ] Jilles van Gurp commented on ZOOKEEPER-1476: Here's a small program that

[jira] [Commented] (ZOOKEEPER-1476) ipv6 reverse dns related timeouts on OSX connecting to localhost

2012-06-08 Thread Jilles van Gurp (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13291636#comment-13291636 ] Jilles van Gurp commented on ZOOKEEPER-1476: To be clear, the problematic

ZooKeeper-trunk-WinVS2008 - Build # 408 - Still Failing

2012-06-08 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk-WinVS2008/408/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 74 lines...] [ivy:retrieve] confs: [default]

about zookeeper-cli have bug or some doubt

2012-06-08 Thread ??????????
to put the buffer back on the queue. // we use a recursive lock instead and only dequeue the buffer if a send was // successful lock_buffer_list(zh-to_send); /*first time lock the buffer, wfs 20120608 */ while (zh-to_send.head != 0 zh-state == ZOO_CONNECTED_STATE) { if(timeout

Re: about zookeeper-cli have bug or some doubt

2012-06-08 Thread Michi Mutsuzaki
on the queue.    // we use a recursive lock instead and only dequeue the buffer if a send was    // successful    lock_buffer_list(zh-to_send);  /*first time lock the buffer, wfs 20120608 */    while (zh-to_send.head != 0 zh-state == ZOO_CONNECTED_STATE) {        if(timeout!=0){            int

[jira] [Commented] (ZOOKEEPER-1477) Test failures with Java 7 on Mac OS X

2012-06-08 Thread Diwaker Gupta (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13291911#comment-13291911 ] Diwaker Gupta commented on ZOOKEEPER-1477: -- Scott: I've only tested this on

Re: about zookeeper-cli have bug or some doubt

2012-06-08 Thread Patrick Hunt
) send_buffer() // returns EWOULDBLOCK we'd have to put the buffer back on the queue. // we use a recursive lock instead and only dequeue the buffer if a send was // successful lock_buffer_list(zh-to_send); /*first time lock the buffer, wfs 20120608 */ while (zh-to_send.head

[jira] [Created] (ZOOKEEPER-1481) allow the C cli to run exists with a watcher

2012-06-08 Thread Patrick Hunt (JIRA)
Patrick Hunt created ZOOKEEPER-1481: --- Summary: allow the C cli to run exists with a watcher Key: ZOOKEEPER-1481 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1481 Project: ZooKeeper

[jira] [Updated] (ZOOKEEPER-1481) allow the C cli to run exists with a watcher

2012-06-08 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated ZOOKEEPER-1481: Attachment: ZOOKEEPER-1481.patch tested manually on the command line.

[jira] [Assigned] (ZOOKEEPER-1481) allow the C cli to run exists with a watcher

2012-06-08 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt reassigned ZOOKEEPER-1481: --- Assignee: Patrick Hunt allow the C cli to run exists with a watcher

Failed: ZOOKEEPER-1481 PreCommit Build #1090

2012-06-08 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/ZOOKEEPER-1481 Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/1090/ ### ## LAST 60 LINES OF THE CONSOLE ###

[jira] [Commented] (ZOOKEEPER-1481) allow the C cli to run exists with a watcher

2012-06-08 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13292105#comment-13292105 ] Hadoop QA commented on ZOOKEEPER-1481: -- -1 overall. Here are the results of

[jira] [Updated] (BOOKKEEPER-272) Provide automatic mechanism to know bookie failures

2012-06-08 Thread Rakesh R (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rakesh R updated BOOKKEEPER-272: Attachment: (was: BOOKKEEPER-272.patch) Provide automatic mechanism to know bookie

[jira] [Updated] (BOOKKEEPER-290) FileHandler leak at Bookkeeper server side - addEntry and readEntries for ledgerHandle

2012-06-08 Thread suja s (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] suja s updated BOOKKEEPER-290: -- Affects Version/s: (was: 4.1.0) 4.0.0 FileHandler leak at

[jira] [Commented] (BOOKKEEPER-290) FileHandler leak at Bookkeeper server side - addEntry and readEntries for ledgerHandle

2012-06-08 Thread suja s (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13291687#comment-13291687 ] suja s commented on BOOKKEEPER-290: --- Hi, The following is the scenario. 1. Create a

[jira] [Commented] (BOOKKEEPER-290) FileHandler leak at Bookkeeper server side - addEntry and readEntries for ledgerHandle

2012-06-08 Thread Flavio Junqueira (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13291688#comment-13291688 ] Flavio Junqueira commented on BOOKKEEPER-290: - This is still not enough

[jira] [Commented] (BOOKKEEPER-290) FileHandler leak at Bookkeeper server side - addEntry and readEntries for ledgerHandle

2012-06-08 Thread Sijie Guo (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13291693#comment-13291693 ] Sijie Guo commented on BOOKKEEPER-290: -- @suja yeah, this is an expected behavior

[jira] [Commented] (BOOKKEEPER-290) FileHandler leak at Bookkeeper server side - addEntry and readEntries for ledgerHandle

2012-06-08 Thread suja s (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13291714#comment-13291714 ] suja s commented on BOOKKEEPER-290: --- @Sijie I have tested setting openFileLimit and

[jira] [Commented] (BOOKKEEPER-290) FileHandler leak at Bookkeeper server side - addEntry and readEntries for ledgerHandle

2012-06-08 Thread Sijie Guo (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13291763#comment-13291763 ] Sijie Guo commented on BOOKKEEPER-290: -- @suja, the number of fds doesn't

[jira] [Comment Edited] (BOOKKEEPER-290) FileHandler leak at Bookkeeper server side - addEntry and readEntries for ledgerHandle

2012-06-08 Thread Sijie Guo (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13291763#comment-13291763 ] Sijie Guo edited comment on BOOKKEEPER-290 at 6/8/12 1:21 PM:

[jira] [Resolved] (BOOKKEEPER-290) FileHandler leak at Bookkeeper server side - addEntry and readEntries for ledgerHandle

2012-06-08 Thread suja s (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] suja s resolved BOOKKEEPER-290. --- Resolution: Invalid Invalidating as the number of fds doesn't increment after reaching

[jira] [Commented] (BOOKKEEPER-272) Provide automatic mechanism to know bookie failures

2012-06-08 Thread Ivan Kelly (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13291802#comment-13291802 ] Ivan Kelly commented on BOOKKEEPER-272: --- New patch is a lot clearer. Comments