[jira] [Commented] (ZOOKEEPER-1463) external inline function is not compatible with C99

2012-05-09 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13272144#comment-13272144 ] Hadoop QA commented on ZOOKEEPER-1463: -- -1 overall. Here are the results of test

Failed: ZOOKEEPER-1463 PreCommit Build #1067

2012-05-09 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/ZOOKEEPER-1463 Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/1067/ ### ## LAST 60 LINES OF THE CONSOLE ### [

[jira] [Updated] (ZOOKEEPER-1463) external inline function is not compatible with C99

2012-05-09 Thread Michael Hu (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Hu updated ZOOKEEPER-1463: -- Attachment: (was: zookeeper-1463.patch) > external inline function is not compatibl

[jira] [Commented] (ZOOKEEPER-1455) there is no way to determine if a session is sasl authenticated or not

2012-05-09 Thread Eugene Koontz (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13272016#comment-13272016 ] Eugene Koontz commented on ZOOKEEPER-1455: -- Currently, in the code for both s

[jira] [Commented] (ZOOKEEPER-1167) C api lacks synchronous version of sync() call.

2012-05-09 Thread Marshall McMullen (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13271926#comment-13271926 ] Marshall McMullen commented on ZOOKEEPER-1167: -- I may not get to this for

[jira] [Commented] (ZOOKEEPER-1444) Idle session-less connections never time out

2012-05-09 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13271914#comment-13271914 ] Hadoop QA commented on ZOOKEEPER-1444: -- -1 overall. Here are the results of test

Failed: ZOOKEEPER-1444 PreCommit Build #1066

2012-05-09 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/ZOOKEEPER-1444 Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/1066/ ### ## LAST 60 LINES OF THE CONSOLE ### [

[jira] [Commented] (ZOOKEEPER-1448) Node+Quota creation in transaction log can crash leader startup

2012-05-09 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13271899#comment-13271899 ] Patrick Hunt commented on ZOOKEEPER-1448: - Is this ready for review? If so ple

[jira] [Updated] (ZOOKEEPER-1463) external inline function is not compatible with C99

2012-05-09 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated ZOOKEEPER-1463: Fix Version/s: 3.5.0 3.4.4 > external inline function is not com

[jira] [Commented] (ZOOKEEPER-1463) external inline function is not compatible with C99

2012-05-09 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13271896#comment-13271896 ] Patrick Hunt commented on ZOOKEEPER-1463: - Thanks Michael. Could you attach at

[jira] [Assigned] (ZOOKEEPER-1463) external inline function is not compatible with C99

2012-05-09 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt reassigned ZOOKEEPER-1463: --- Assignee: Michael Hu > external inline function is not compatible with C99 >

[jira] [Updated] (ZOOKEEPER-1167) C api lacks synchronous version of sync() call.

2012-05-09 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated ZOOKEEPER-1167: Fix Version/s: (was: 3.4.3) 3.4.4 > C api lacks synchronous

[jira] [Assigned] (ZOOKEEPER-1167) C api lacks synchronous version of sync() call.

2012-05-09 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt reassigned ZOOKEEPER-1167: --- Assignee: Marshall McMullen > C api lacks synchronous version of sync() call.

[jira] [Commented] (ZOOKEEPER-1444) Idle session-less connections never time out

2012-05-09 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13271889#comment-13271889 ] Patrick Hunt commented on ZOOKEEPER-1444: - Not usually, trunk is pretty solid

[jira] [Updated] (ZOOKEEPER-1462) Read-only server does not initialize database properly

2012-05-09 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated ZOOKEEPER-1462: Fix Version/s: 3.5.0 > Read-only server does not initialize database properly > ---

Re: Ephermal node and notifications for stateless sessions

2012-05-09 Thread Patrick Hunt
Part of what you're asking about is available. "if the heartbeat goes away, the nodes created by that client should get deleted". That's available in the current REST proxy in src/contrib/rest. See the SPEC.txt file there for more details. Patrick On Mon, May 7, 2012 at 10:22 PM, Narayanan A R w

[jira] [Commented] (ZOOKEEPER-1437) Client uses session before SASL authentication complete

2012-05-09 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13271839#comment-13271839 ] Patrick Hunt commented on ZOOKEEPER-1437: - Granted doing what I suggested (rem

[jira] [Commented] (ZOOKEEPER-1437) Client uses session before SASL authentication complete

2012-05-09 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13271832#comment-13271832 ] Patrick Hunt commented on ZOOKEEPER-1437: - I don't think we should have the "r

Re: ZK to coordinate across data centers

2012-05-09 Thread Narayanan A R
Thank you! On Wed, May 9, 2012 at 1:46 PM, Camille Fournier wrote: > You can't do ZK guaranteed live at all times across an even number of > data centers. If you want to guarantee quorum even if you lose a > datacenter you need an odd number of datacenters for your quorum, in > your case, that w

[jira] [Commented] (ZOOKEEPER-1318) In Python binding, get_children (and get and exists, and probably others) with expired session doesn't raise exception properly

2012-05-09 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13271794#comment-13271794 ] Patrick Hunt commented on ZOOKEEPER-1318: - Yes, that seems fine to me given th

Re: ZK to coordinate across data centers

2012-05-09 Thread Camille Fournier
You can't do ZK guaranteed live at all times across an even number of data centers. If you want to guarantee quorum even if you lose a datacenter you need an odd number of datacenters for your quorum, in your case, that would be 3. I don't have load numbers available to share unfortunately, and rea

[jira] [Created] (ZOOKEEPER-1464) document that event notification is single threaded in java/c client implementations

2012-05-09 Thread Patrick Hunt (JIRA)
Patrick Hunt created ZOOKEEPER-1464: --- Summary: document that event notification is single threaded in java/c client implementations Key: ZOOKEEPER-1464 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1464

Re: ZK to coordinate across data centers

2012-05-09 Thread Narayanan A R
It is between the data centers. So the BCP requirement is to keep offering locks reliably for all data centers (about 2 to 4 data centers) even if the network connectivity between the data centers goes down or servers die in one DC. The load is spiky and not constant. The worst case peak could be

Re: ZK to coordinate across data centers

2012-05-09 Thread Camille Fournier
What's your BCP requirements? Do you need to span clusters because you need continued availability if one cluster goes down? What write throughput do you expect to need, how many clients do you anticipate serving, how many locks will they need? Write throughput does go down when you span clusters,

[jira] [Commented] (BOOKKEEPER-237) Automatic recovery of under-replicated ledgers and its entries

2012-05-09 Thread Rakesh R (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13271166#comment-13271166 ] Rakesh R commented on BOOKKEEPER-237: - Thanks again Flavio for the detailed info:)

ZooKeeper_branch33_solaris - Build # 178 - Failure

2012-05-09 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch33_solaris/178/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 95503 lines...] [junit] 2012-05-09 07:01:56,9