[jira] Created: (ZOOKEEPER-757) zkpython acl/auth usage broken

2010-04-28 Thread Kapil Thangavelu (JIRA)
zkpython acl/auth usage broken -- Key: ZOOKEEPER-757 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-757 Project: Zookeeper Issue Type: Bug Components: contrib-bindings Affects Versions: 3.3.0,

[jira] Updated: (ZOOKEEPER-757) zkpython acl/auth usage broken

2010-04-28 Thread Kapil Thangavelu (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kapil Thangavelu updated ZOOKEEPER-757: --- Attachment: patch-test-acl-verify.diff sample script that exhibits the problem,

[jira] Updated: (ZOOKEEPER-757) zkpython acl/auth usage needs documentation + unit test

2010-04-28 Thread Kapil Thangavelu (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kapil Thangavelu updated ZOOKEEPER-757: --- Attachment: working-test-acl-verify.diff working minimal test of acl

[jira] Updated: (ZOOKEEPER-757) zkpython acl/auth usage needs documentation + unit test

2010-04-28 Thread Kapil Thangavelu (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kapil Thangavelu updated ZOOKEEPER-757: --- Attachment: (was: patch-test-acl-verify.diff) zkpython acl/auth usage needs

[jira] Created: (ZOOKEEPER-758) zkpython segfaults on invalid acl with missing key

2010-04-28 Thread Kapil Thangavelu (JIRA)
zkpython segfaults on invalid acl with missing key -- Key: ZOOKEEPER-758 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-758 Project: Zookeeper Issue Type: Bug Components:

[jira] Updated: (ZOOKEEPER-758) zkpython segfaults on invalid acl with missing key

2010-04-28 Thread Kapil Thangavelu (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kapil Thangavelu updated ZOOKEEPER-758: --- Attachment: invalid-acl-fix-and-test.diff patch for zkpython to verify acl keys

[jira] Created: (ZOOKEEPER-763) Deadlock on close w/ zkpython / c client

2010-05-04 Thread Kapil Thangavelu (JIRA)
Deadlock on close w/ zkpython / c client Key: ZOOKEEPER-763 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-763 Project: Zookeeper Issue Type: Bug Components: c client,

[jira] Updated: (ZOOKEEPER-763) Deadlock on close w/ zkpython / c client

2010-05-04 Thread Kapil Thangavelu (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kapil Thangavelu updated ZOOKEEPER-763: --- Attachment: deadlock.py a simple example that exhibits deadlock behavior on

[jira] Updated: (ZOOKEEPER-763) Deadlock on close w/ zkpython / c client

2010-05-05 Thread Kapil Thangavelu (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kapil Thangavelu updated ZOOKEEPER-763: --- Attachment: stack-trace-deadlock.txt A gdb stack trace on the process after it

[jira] Updated: (ZOOKEEPER-763) Deadlock on close w/ zkpython / c client

2010-05-05 Thread Kapil Thangavelu (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kapil Thangavelu updated ZOOKEEPER-763: --- Attachment: deadlock_v2.py new version of the deadlock script that uses an

[jira] Commented: (ZOOKEEPER-763) Deadlock on close w/ zkpython / c client

2010-05-05 Thread Kapil Thangavelu (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12864523#action_12864523 ] Kapil Thangavelu commented on ZOOKEEPER-763: works for me on a couple of

[jira] Created: (ZOOKEEPER-768) zkpython segfault (assertion error in io thread)

2010-05-06 Thread Kapil Thangavelu (JIRA)
zkpython segfault (assertion error in io thread) Key: ZOOKEEPER-768 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-768 Project: Zookeeper Issue Type: Bug Components:

[jira] Updated: (ZOOKEEPER-768) zkpython segfault (assertion error in io thread)

2010-05-06 Thread Kapil Thangavelu (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kapil Thangavelu updated ZOOKEEPER-768: --- Attachment: zkpython-segfault-client-log.txt client log with debug logging on.

[jira] Commented: (ZOOKEEPER-768) zkpython segfault on close (assertion error in io thread)

2010-05-06 Thread Kapil Thangavelu (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12864873#action_12864873 ] Kapil Thangavelu commented on ZOOKEEPER-768: i've uploaded the core file

[jira] Updated: (ZOOKEEPER-768) zkpython segfault on close (assertion error in io thread)

2010-05-06 Thread Kapil Thangavelu (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kapil Thangavelu updated ZOOKEEPER-768: --- Attachment: zkpython-segfault-on-close-core.bz2 Compressed the core file is

[jira] Created: (ZOOKEEPER-770) Slow add_auth calls with multi-threaded client

2010-05-06 Thread Kapil Thangavelu (JIRA)
Slow add_auth calls with multi-threaded client -- Key: ZOOKEEPER-770 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-770 Project: Zookeeper Issue Type: Bug Components: c client,

[jira] Updated: (ZOOKEEPER-770) Slow add_auth calls with multi-threaded client

2010-05-06 Thread Kapil Thangavelu (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kapil Thangavelu updated ZOOKEEPER-770: --- Attachment: authtest.py script that demonstrates that time for auth callbacks is

[jira] Created: (ZOOKEEPER-771) zkpython return without exception set on invalid auth scheme

2010-05-07 Thread Kapil Thangavelu (JIRA)
zkpython return without exception set on invalid auth scheme Key: ZOOKEEPER-771 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-771 Project: Zookeeper Issue Type: Bug

[jira] Updated: (ZOOKEEPER-771) zkpython return without exception set on invalid auth scheme

2010-05-07 Thread Kapil Thangavelu (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kapil Thangavelu updated ZOOKEEPER-771: --- Attachment: autherrorreturn.py sample script that reproduces the error.

[jira] Updated: (ZOOKEEPER-771) zkpython return without exception set on invalid auth scheme

2010-05-07 Thread Kapil Thangavelu (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kapil Thangavelu updated ZOOKEEPER-771: --- Priority: Minor (was: Major) zkpython return without exception set on invalid

[jira] Created: (ZOOKEEPER-772) zkpython segfaults when watcher from async get children is invoked.

2010-05-10 Thread Kapil Thangavelu (JIRA)
zkpython segfaults when watcher from async get children is invoked. --- Key: ZOOKEEPER-772 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-772 Project: Zookeeper Issue

[jira] Updated: (ZOOKEEPER-772) zkpython segfaults when watcher from async get children is invoked.

2010-05-10 Thread Kapil Thangavelu (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-772?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kapil Thangavelu updated ZOOKEEPER-772: --- Attachment: asyncgetchildren.py script that segfaults with async get children

[jira] Updated: (ZOOKEEPER-772) zkpython segfaults when watcher from async get children is invoked.

2010-05-10 Thread Kapil Thangavelu (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-772?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kapil Thangavelu updated ZOOKEEPER-772: --- Attachment: zkpython-testasyncgetchildren.diff segfault script as patch for

[jira] Created: (ZOOKEEPER-777) setting acl on a non existant node should return no node error

2010-05-21 Thread Kapil Thangavelu (JIRA)
setting acl on a non existant node should return no node error -- Key: ZOOKEEPER-777 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-777 Project: Zookeeper Issue Type: Bug

[jira] Commented: (ZOOKEEPER-733) use netty to handle client connections

2010-06-14 Thread Kapil Thangavelu (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12878607#action_12878607 ] Kapil Thangavelu commented on ZOOKEEPER-733: Hi folks, I just wanted to note

[jira] Reopened: (ZOOKEEPER-772) zkpython segfaults when watcher from async get children is invoked.

2010-08-02 Thread Kapil Thangavelu (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-772?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kapil Thangavelu reopened ZOOKEEPER-772: Can this patch be applied on the 3.3 branch as well? zkpython segfaults when

[jira] Commented: (ZOOKEEPER-808) Web-based Administrative Interface

2010-08-15 Thread Kapil Thangavelu (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12898778#action_12898778 ] Kapil Thangavelu commented on ZOOKEEPER-808: Does that mean that this web