[jira] Commented: (ZOOKEEPER-320) call auth completion in free_completions()

2009-02-17 Thread Chris Darroch (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12674452#action_12674452 ] Chris Darroch commented on ZOOKEEPER-320: - I should perhaps clarify that the rea

[jira] Commented: (ZOOKEEPER-316) configure option --without-cppunit does not work

2009-02-17 Thread Mahadev konar (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12674407#action_12674407 ] Mahadev konar commented on ZOOKEEPER-316: - ./configure --without-cppunit make

[jira] Updated: (ZOOKEEPER-320) call auth completion in free_completions()

2009-02-17 Thread Chris Darroch (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Darroch updated ZOOKEEPER-320: Attachment: ZOOKEEPER-320-319.patch This patch includes auth data locking as per ZOOKEEP

[jira] Updated: (ZOOKEEPER-320) call auth completion in free_completions()

2009-02-17 Thread Chris Darroch (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Darroch updated ZOOKEEPER-320: Attachment: ZOOKEEPER-320.patch This patch does not include locking for the auth data, a

[jira] Created: (ZOOKEEPER-320) call auth completion in free_completions()

2009-02-17 Thread Chris Darroch (JIRA)
call auth completion in free_completions() -- Key: ZOOKEEPER-320 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-320 Project: Zookeeper Issue Type: Bug Components: c client Affects V

Re: NIO: too many open files

2009-02-17 Thread Mahadev Konar
Hi Manos, The number of open files allowed for a process can be changed. 1024 is usually a very small number. You should change that to a bigger number to enable zookeeper to run. Ulimit -a should show you the number of open files allowed. It can be changed using ulimit -n. Also, the default f

[jira] Updated: (ZOOKEEPER-319) add locking around auth info in zhandle_t

2009-02-17 Thread Chris Darroch (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Darroch updated ZOOKEEPER-319: Attachment: ZOOKEEPER-319.patch > add locking around auth info in zhandle_t > --

[jira] Created: (ZOOKEEPER-319) add locking around auth info in zhandle_t

2009-02-17 Thread Chris Darroch (JIRA)
add locking around auth info in zhandle_t - Key: ZOOKEEPER-319 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-319 Project: Zookeeper Issue Type: Bug Components: c client Affects Ver

NIO: too many open files

2009-02-17 Thread Manos Kapritsos
Hi all, in my experiments with Zookeeper I have tried to have 1024 clients connected simultaneously to a single server. When that happens i get a "Too many open files" exception on the server side. It is my understanding that this is the NR_OPEN limit imposed by the kernel. Although it is pos

What are you using ZooKeeper for?

2009-02-17 Thread Patrick Hunt
If you are using ZK and can publicly share this information please update the wiki "PoweredBy" page: http://wiki.apache.org/hadoop/ZooKeeper/PoweredBy Patrick

ZooKeeper Roadmap - 3.2.0 and beyond.

2009-02-17 Thread Patrick Hunt
Apache release 3.1.0 has shipped and I'm already looking forward to 3.2.0. ;-) In particular I believe we should look at the following going forward. Of course ZooKeeper is open to submissions in that aren't on this list. If you have any suggestions please feel free to enter a JIRA, submit a

Suggestions for testing JMX code in ZK server?

2009-02-17 Thread Patrick Hunt
Anyone have suggestions for JMX testing best practices? This is one thing we are currently lacking, I'd like to add tests in 3.2. I found this which has some good insight: http://weblogs.java.net/blog/dwalend/archive/2008/06/jmx_and_testdri_1.html any other suggestions? Patrick

[jira] Commented: (ZOOKEEPER-318) remove locking in zk_hashtable.c or add locking in collect_keys()

2009-02-17 Thread Chris Darroch (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12674354#action_12674354 ] Chris Darroch commented on ZOOKEEPER-318: - The attached patch file removes locki

[jira] Updated: (ZOOKEEPER-318) remove locking in zk_hashtable.c or add locking in collect_keys()

2009-02-17 Thread Chris Darroch (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Darroch updated ZOOKEEPER-318: Attachment: zk_hashtable.patch > remove locking in zk_hashtable.c or add locking in coll

[jira] Created: (ZOOKEEPER-318) remove locking in zk_hashtable.c or add locking in collect_keys()

2009-02-17 Thread Chris Darroch (JIRA)
remove locking in zk_hashtable.c or add locking in collect_keys() - Key: ZOOKEEPER-318 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-318 Project: Zookeeper Issue Type: Bu

[jira] Commented: (ZOOKEEPER-317) avoid exporting functions which may be static

2009-02-17 Thread Chris Darroch (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12674332#action_12674332 ] Chris Darroch commented on ZOOKEEPER-317: - Fair 'nuff. I'm used to working in t

[jira] Commented: (ZOOKEEPER-317) avoid exporting functions which may be static

2009-02-17 Thread Mahadev konar (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12674330#action_12674330 ] Mahadev konar commented on ZOOKEEPER-317: - I agree with ben. I think it should b

[jira] Commented: (ZOOKEEPER-317) avoid exporting functions which may be static

2009-02-17 Thread Benjamin Reed (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12674325#action_12674325 ] Benjamin Reed commented on ZOOKEEPER-317: - i think this is an extremely strict i

[jira] Created: (ZOOKEEPER-317) avoid exporting functions which may be static

2009-02-17 Thread Chris Darroch (JIRA)
avoid exporting functions which may be static - Key: ZOOKEEPER-317 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-317 Project: Zookeeper Issue Type: Improvement Components: c client

[jira] Commented: (ZOOKEEPER-273) Zookeeper c client build should not depend on CPPUNIT

2009-02-17 Thread Mahadev konar (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12674304#action_12674304 ] Mahadev konar commented on ZOOKEEPER-273: - thanks for pointing it out chris. I h

[jira] Updated: (ZOOKEEPER-316) configure option --without-cppunit does not work

2009-02-17 Thread Mahadev konar (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mahadev konar updated ZOOKEEPER-316: Affects Version/s: 3.1.0 > configure option --without-cppunit does not work > --

[jira] Created: (ZOOKEEPER-316) configure option --without-cppunit does not work

2009-02-17 Thread Mahadev konar (JIRA)
configure option --without-cppunit does not work Key: ZOOKEEPER-316 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-316 Project: Zookeeper Issue Type: Bug Reporter: Mahadev ko

[jira] Updated: (ZOOKEEPER-315) add forrest docs for bookkeeper.

2009-02-17 Thread Mahadev konar (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mahadev konar updated ZOOKEEPER-315: Affects Version/s: 3.1.0 Fix Version/s: 3.2.0 > add forrest docs for bookkeeper.

[jira] Created: (ZOOKEEPER-315) add forrest docs for bookkeeper.

2009-02-17 Thread Mahadev konar (JIRA)
add forrest docs for bookkeeper. Key: ZOOKEEPER-315 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-315 Project: Zookeeper Issue Type: Improvement Reporter: Mahadev konar we should have for

[jira] Created: (ZOOKEEPER-314) add wiki docs for bookeeper.

2009-02-17 Thread Mahadev konar (JIRA)
add wiki docs for bookeeper. Key: ZOOKEEPER-314 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-314 Project: Zookeeper Issue Type: Improvement Affects Versions: 3.1.0 Reporter: Mahadev konar