| clear query|facets|time |
Search criteria: .
Results from 61 to 70 from
123 (0.065s).
|
|
|
Loading phrases to help you refine your search...
|
|
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
|
|
|
Re: Dynamic reconfiguration - Zookeeper - [mail # user]
|
|
...On second thought, your scenario would not be possible even if you initiate a server with the current config plus only itself. I agree that you should not do union of old and new confi...
|
|
|
Author: Alexander Shraer,
2012-07-28, 23:36
|
|
|
Re: Dynamic reconfiguration - Zookeeper - [mail # user]
|
|
...I suggest that you start each server with only itself and the current leader in the config file. I agree that we should find a better way like simply st arting it with the current conf...
|
|
|
Author: Alexander Shraer,
2012-07-28, 23:01
|
|
|
Re: Dynamic reconfiguration - Zookeeper - [mail # user]
|
|
...yes, if the server reboots (this is when it would read the config file). Otherwise, it has the last config in memory (this is held in a QuorumVerifier object in QuorumPeer) and it doesn't lo...
|
|
|
Author: Alexander Shraer,
2012-07-28, 18:15
|
|
|
|