[jira] Updated: (ZOOKEEPER-790) Last processed zxid set prematurely while establishing leadership

2010-07-21 Thread Flavio Paiva Junqueira (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Flavio Paiva Junqueira updated ZOOKEEPER-790: - Status: Open (was: Patch Available) Just in case will cancel and

[jira] Created: (ZOOKEEPER-826) cli.c should not call zoo_add_auth immediately after zookeeper_init()

2010-07-21 Thread Michi Mutsuzaki (JIRA)
cli.c should not call zoo_add_auth immediately after zookeeper_init() -- Key: ZOOKEEPER-826 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-826 Project: Zookeeper

[jira] Updated: (ZOOKEEPER-790) Last processed zxid set prematurely while establishing leadership

2010-07-21 Thread Flavio Paiva Junqueira (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Flavio Paiva Junqueira updated ZOOKEEPER-790: - Attachment: ZOOKEEPER-790.patch I realized that while working on the

[jira] Updated: (ZOOKEEPER-790) Last processed zxid set prematurely while establishing leadership

2010-07-21 Thread Flavio Paiva Junqueira (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Flavio Paiva Junqueira updated ZOOKEEPER-790: - Status: Patch Available (was: Open) Last processed zxid set

[jira] Commented: (ZOOKEEPER-826) cli.c should not call zoo_add_auth immediately after zookeeper_init()

2010-07-21 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12890595#action_12890595 ] Patrick Hunt commented on ZOOKEEPER-826: actually afaik it's ok to do this, the

[jira] Commented: (ZOOKEEPER-826) cli.c should not call zoo_add_auth immediately after zookeeper_init()

2010-07-21 Thread Michi Mutsuzaki (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12890615#action_12890615 ] Michi Mutsuzaki commented on ZOOKEEPER-826: --- It's related to this ticket:

[jira] Assigned: (ZOOKEEPER-827) enable r/o mode in C client library

2010-07-21 Thread Sergey Doroshenko (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Doroshenko reassigned ZOOKEEPER-827: --- Assignee: Sergey Doroshenko enable r/o mode in C client library

[jira] Created: (ZOOKEEPER-827) enable r/o mode in C client library

2010-07-21 Thread Sergey Doroshenko (JIRA)
enable r/o mode in C client library --- Key: ZOOKEEPER-827 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-827 Project: Zookeeper Issue Type: Sub-task Reporter: Sergey Doroshenko Implement

[jira] Updated: (ZOOKEEPER-827) enable r/o mode in C client library

2010-07-21 Thread Sergey Doroshenko (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Doroshenko updated ZOOKEEPER-827: Attachment: ZOOKEEPER-827.patch Workable version of r/o functionality. To get

[jira] Updated: (ZOOKEEPER-827) enable r/o mode in C client library

2010-07-21 Thread Sergey Doroshenko (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Doroshenko updated ZOOKEEPER-827: Status: Patch Available (was: Open) enable r/o mode in C client library

[jira] Updated: (ZOOKEEPER-784) server-side functionality for read-only mode

2010-07-21 Thread Sergey Doroshenko (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Doroshenko updated ZOOKEEPER-784: Status: Open (was: Patch Available) server-side functionality for read-only

[jira] Updated: (ZOOKEEPER-823) update ZooKeeper java client to optionally use Netty for connections

2010-07-21 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated ZOOKEEPER-823: --- Attachment: ZOOKEEPER-823.patch This patch builds on the patch for ZOOKEEPER-733

[jira] Commented: (ZOOKEEPER-823) update ZooKeeper java client to optionally use Netty for connections

2010-07-21 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12890942#action_12890942 ] Patrick Hunt commented on ZOOKEEPER-823: Hm... seems to be an intermittent issue

[jira] Updated: (ZOOKEEPER-823) update ZooKeeper java client to optionally use Netty for connections

2010-07-21 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated ZOOKEEPER-823: --- Attachment: ZOOKEEPER-823.patch fixed a timing problem with nio introduced during the