| clear query|facets|time |
Search criteria: .
Results from 61 to 70 from
126 (0.081s).
|
|
|
Loading phrases to help you refine your search...
|
|
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
|
|
|
Re: Node being there and not at the same time - Zookeeper - [mail # user]
|
|
...This sounds like a good idea. I'm not sure how easy it would be to implement as the client may need to be in a new sort of "conditional" state. Alex On Thu, Aug 30, 2012 at 10:50...
|
|
|
Author: Alexander Shraer,
2012-08-31, 06:04
|
|
|
Re: Node being there and not at the same time - Zookeeper - [mail # user]
|
|
...Bill, I'm sorry - you were right and I totally quoted the wrong place in the code. The code that ensures that a client doesn't "go back in time" by connecting to a server that is less ...
|
|
|
Author: Alexander Shraer,
2012-08-31, 05:21
|
|
|
Re: Node being there and not at the same time - Zookeeper - [mail # user]
|
|
...Hi Bill, agreed - if the client's session expires than this is possible. Although I don't believe that this is what's happening here since peers usually catch up on commits really quic...
|
|
|
Author: Alexander Shraer,
2012-08-27, 17:40
|
|
|
Re: Node being there and not at the same time - Zookeeper - [mail # user]
|
|
...Bill, if I understand correctly this shouldn't be possible - the client will not be able to connect to a server that is less up-to-date than that same client. So if the create complete...
|
|
|
Author: Alexander Shraer,
2012-08-25, 01:11
|
|
|
Re: 1 unit test failure of Zab1_0Test.java in zookeeper-3.4.3 - Zookeeper - [mail # dev]
|
|
...FYI this was solved by changing the hard-wired port to PortAssignment.uniqu e() On Wed, Aug 22, 2012 at 8:50 AM, Liping Zhang wrote: t e be to [EMAIL PROTECTED]%3E 4225885....
|
|
|
Author: Alexander Shraer,
2012-08-22, 23:48
|
|
|
zookeeper reconfig - please review - Zookeeper - [mail # dev]
|
|
...Hi All, I've uploaded a new patch for ZK-107 which includes many more tests. While one can always do more, it seems like the patch is in a good state, and I'd appreciate it if the comm...
|
|
|
Author: Alexander Shraer,
2012-08-21, 06:30
|
|
|
Re: Dynamic reconfiguration - Zookeeper - [mail # user]
|
|
...Yes, this way two new guys will not connect to each other because they dont k now about each other. Every quorum including a bew guy must include at least one old guy that knows the la...
|
|
|
Author: Alexander Shraer,
2012-07-29, 01:00
|
|
|
|