[
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
[
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
[
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
[
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
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
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
[
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
> --
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
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
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
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
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
[
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
[
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
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
[
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
[
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
[
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
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
[
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
[
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
> --
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
[
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.
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
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
25 matches
Mail list logo