| clear query|facets|time |
Search criteria: .
Results from 51 to 60 from
123 (0.169s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: [VOTE] Release ZooKeeper 3.4.5 (candidate 0) - Zookeeper - [mail # dev]
|
|
...Hi Mahadev, ZOOKEEPER-1560 and ZOOKEEPER-1561 indicate a potentially serious issue, introduced recently in ZOOKEEPER-1437. Please consider this w.r.t. the 3.4.5 release. Best Reg...
|
|
|
Author: Alexander Shraer,
2012-10-11, 21:42
|
|
|
Re: C client & reconfiguration - Zookeeper - [mail # dev]
|
|
...great! thanks guys, your help is really appreciated!! please use the latest ZK-107 patch as I've changed some parts of the C implementation recently. Don't hesitate to ask me for any c...
|
|
|
Author: Alexander Shraer,
2012-10-10, 21:48
|
|
|
C client & reconfiguration - Zookeeper - [mail # dev]
|
|
...Hi All, If you're using (or familiar with) the ZooKeeper C client and would like to help out with ZooKeeper 107, we still need a couple of basic C tests for it. There are currently ple...
|
|
|
Author: Alexander Shraer,
2012-10-10, 18:52
|
|
|
[ZOOKEEPER-1539] Tests in QuorumUtil.startAll() and JMXenv - Zookeeper - [issue]
|
|
...Consider the following test:@Testpublic void newTest() throws Exception { QuorumUtil qu = new QuorumUtil(3); qu.startAll();}Although it doesn't seem like ...
|
|
|
http://issues.apache.org/jira/browse/ZOOKEEPER-1539
Author: Alexander Shraer,
2012-09-23, 02:49
|
|
|
Re: Zookeeper in Kafka has gets a very low Performance - Zookeeper - [mail # user]
|
|
...Sorry, I meant zk-1355 not 1411 Sent from mobile On Sep 13, 2012, at 6:44 AM, Alexander Shraer wrote: le have an observer and connect your readers to it. Then you'll ...
|
|
|
Author: Alexander Shraer,
2012-09-13, 14:08
|
|
|
Re: Zookeeper in Kafka has gets a very low Performance - Zookeeper - [mail # user]
|
|
...You can try connecting readers and writers to different servers. For example have an observer and connect your readers to it. Then you'll need to extern ally detect the observer's fail...
|
|
|
Author: Alexander Shraer,
2012-09-13, 13:44
|
|
|
Re: Zookeeper in Kafka has gets a very low Performance - Zookeeper - [mail # user]
|
|
...Maybe it has something to do with the frequent writes delaying reads ? If a write is submitted to a follower and then a read (getData), no matter if the write and the read are to the same da...
|
|
|
Author: Alexander Shraer,
2012-09-13, 05:07
|
|
|
Re: question about getChildren and queue recipe - Zookeeper - [mail # dev]
|
|
...Hi Flavio, Yes, an ArrayList for example, sorted by creation order. Even currently although DataNode stores it as a Set, when you retrieve the list of children DataTree will convert th...
|
|
|
Author: Alexander Shraer,
2012-09-05, 15:12
|
|
|
Re: question about getChildren and queue recipe - Zookeeper - [mail # dev]
|
|
...Thanks Flavio. But what about just storing the list of children on the server in the order of their creation ? Wouldn't this be consistent with the sequential id and also cheap ? or am I mis...
|
|
|
Author: Alexander Shraer,
2012-09-04, 23:34
|
|
|
question about getChildren and queue recipe - Zookeeper - [mail # dev]
|
|
...Hi, I have 2 questions: - why was it decided not to guarantee any order on the list returned from getChildren, given that many use-cases require looking on the child with the smallest ...
|
|
|
Author: Alexander Shraer,
2012-09-04, 01:10
|
|
|
|