Re: porting multi() to zookeeper 3.3

2012-06-28 Thread Patrick Hunt
On Wed, Jun 27, 2012 at 10:11 PM, Ted Yu yuzhih...@gmail.com wrote: For Ted's question, developers and ops at the company I mentioned would be able to give their answer. We have a general policy of not adding new features to fix releases. What testing have you done with 3.4.3 that concerns

[jira] [Created] (ZOOKEEPER-1495) ZK clieent hangs when using a function not available on the server.

2012-06-28 Thread nkeywal (JIRA)
nkeywal created ZOOKEEPER-1495: -- Summary: ZK clieent hangs when using a function not available on the server. Key: ZOOKEEPER-1495 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1495 Project:

[jira] [Updated] (ZOOKEEPER-1495) ZK clieent hangs when using a function not available on the server.

2012-06-28 Thread nkeywal (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] nkeywal updated ZOOKEEPER-1495: --- Attachment: 1495.br33.v3.patch ZK clieent hangs when using a function not available on the

[jira] [Commented] (ZOOKEEPER-1381) Add a method to get the zookeeper server version from the client

2012-06-28 Thread nkeywal (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13402919#comment-13402919 ] nkeywal commented on ZOOKEEPER-1381: Some process stuff: I created ZOOKEEPER-1495

[jira] [Commented] (ZOOKEEPER-1496) Ephemeral node not getting cleared even after client has exited

2012-06-28 Thread Rakesh R (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13403003#comment-13403003 ] Rakesh R commented on ZOOKEEPER-1496: - When I go through the SessionTrackerImpl,

Re: porting multi() to zookeeper 3.3

2012-06-28 Thread Ted Yu
See Jesse's comment: https://issues.apache.org/jira/browse/HBASE-2611?focusedCommentId=13402863page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13402863 Cheers On Thu, Jun 28, 2012 at 12:07 AM, Patrick Hunt ph...@apache.org wrote: On Wed, Jun 27, 2012 at 10:11 PM,

Re: porting multi() to zookeeper 3.3

2012-06-28 Thread Patrick Hunt
On Thu, Jun 28, 2012 at 6:54 AM, Ted Yu yuzhih...@gmail.com wrote: See Jesse's comment: https://issues.apache.org/jira/browse/HBASE-2611?focusedCommentId=13402863page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13402863 Sounds like a reasonable concern. In their

[jira] [Commented] (BOOKKEEPER-302) No more messages delivered when hub server scans messages over two ledgers.

2012-06-28 Thread Ivan Kelly (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13403194#comment-13403194 ] Ivan Kelly commented on BOOKKEEPER-302: --- Fix is good +1. Committing.

Query regarding issue with zookeeper restart

2012-06-28 Thread suja
Hi, I am currently facing an issue with zookeeper restart. Version used is 3.4.3 Following is the scenario. While setting the currentEpoch or acceptedEpoch to file, the zookeeper process was abruptly killed. This lead to an empty file being left under the dataDir (acceptedEpoch or

Query regarding issue with zookeeper restart

2012-06-28 Thread suja
Hi, I am currently facing an issue with zookeeper restart. Version used is 3.4.3 Following is the scenario. While setting the currentEpoch or acceptedEpoch to file, the zookeeper process was abruptly killed. This lead to an empty file being left under the dataDir (acceptedEpoch or

[jira] [Commented] (BOOKKEEPER-302) No more messages delivered when hub server scans messages over two ledgers.

2012-06-28 Thread Ivan Kelly (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13403198#comment-13403198 ] Ivan Kelly commented on BOOKKEEPER-302: --- Just to summarize, due to the changes

[jira] [Updated] (ZOOKEEPER-1427) Writing to local files is done non-atomically

2012-06-28 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated ZOOKEEPER-1427: Priority: Critical (was: Major) Fix Version/s: 3.4.4 Writing to local

[jira] [Updated] (ZOOKEEPER-1427) Writing to local files is done non-atomically

2012-06-28 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated ZOOKEEPER-1427: Fix Version/s: 3.5.0 Writing to local files is done non-atomically

[jira] [Commented] (BOOKKEEPER-309) Protocol changes in hedwig to support JMS spec

2012-06-28 Thread Mridul Muralidharan (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13402907#comment-13402907 ] Mridul Muralidharan commented on BOOKKEEPER-309: {quote} so for

[jira] [Commented] (BOOKKEEPER-310) Changes in hedwig server to support JMS spec

2012-06-28 Thread Mridul Muralidharan (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13402909#comment-13402909 ] Mridul Muralidharan commented on BOOKKEEPER-310: If it is unexpected,

RE: Race condition between LedgerChecker and Ensemble reformation from client

2012-06-28 Thread Uma Maheswara Rao G
Yes, Flavio there is no duplication of code. Fragment replication part I moved from BKAdmin to LedgerFragmentReplicator class.See initial patch at BK-299. This is just like a helper class for BKadmin for replicating Fragment. Directly I used this FragmentReplicator part for Replication Wroker.

[jira] [Commented] (BOOKKEEPER-247) Detection of under replication

2012-06-28 Thread Uma Maheswara Rao G (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13402964#comment-13402964 ] Uma Maheswara Rao G commented on BOOKKEEPER-247: I think we have to

[jira] [Updated] (BOOKKEEPER-247) Detection of under replication

2012-06-28 Thread Uma Maheswara Rao G (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uma Maheswara Rao G updated BOOKKEEPER-247: --- Attachment: BOOKKEEPER-247.patch Ivan, I have generated a patch with

Build failed in Jenkins: bookkeeper-trunk #581

2012-06-28 Thread Apache Jenkins Server
See https://builds.apache.org/job/bookkeeper-trunk/581/ -- [...truncated 63213 lines...] 115 KB 116 KB 116 KB 117 KB 117 KB 118 KB 118 KB 119 KB 119 KB 120 KB 121 KB 121 KB 122 KB 122 KB 123 KB 123 KB 124 KB

[jira] [Commented] (BOOKKEEPER-322) New protobufs generates findbugs errors

2012-06-28 Thread Sijie Guo (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13403086#comment-13403086 ] Sijie Guo commented on BOOKKEEPER-322: -- the patch looks good. +1.

[jira] [Commented] (BOOKKEEPER-78) filterable metadata fields in Hedwig's message definition

2012-06-28 Thread Sijie Guo (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-78?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13403094#comment-13403094 ] Sijie Guo commented on BOOKKEEPER-78: - Let me summary the idea I described in

[jira] [Commented] (BOOKKEEPER-247) Detection of under replication

2012-06-28 Thread Uma Maheswara Rao G (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13403152#comment-13403152 ] Uma Maheswara Rao G commented on BOOKKEEPER-247: How about skipping

Jenkins build is back to normal : bookkeeper-trunk #583

2012-06-28 Thread Apache Jenkins Server
See https://builds.apache.org/job/bookkeeper-trunk/583/changes

[jira] [Resolved] (BOOKKEEPER-261) Let a hedwig-client discover the region of the hedwig-server cluster it is connected to

2012-06-28 Thread Aniruddha (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aniruddha resolved BOOKKEEPER-261. -- Resolution: Duplicate Marked this as a duplicate. See

[jira] [Updated] (BOOKKEEPER-323) Hedwig tooling

2012-06-28 Thread Aniruddha (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aniruddha updated BOOKKEEPER-323: - Description: -Create a channel over which we can issue commands to a particular hedwig hub

[jira] [Updated] (BOOKKEEPER-323) Hedwig tooling

2012-06-28 Thread Flavio Junqueira (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Flavio Junqueira updated BOOKKEEPER-323: Fix Version/s: 4.2.0 Hedwig tooling --

RE: Race condition between LedgerChecker and Ensemble reformation from client

2012-06-28 Thread Rakesh R
Hi Ivan, Sorry for joining late to the discussion, I had few internal production issues. 1. If the failed bookie is not in the last ensemble of the ledger, recover as normal. 2. If the failed bookie is in the last ensemble of the ledger, we reopen the ledger using fencing. This stops the client