| clear query|facets|time |
Search criteria: .
Results from 101 to 110 from
123 (0.09s).
|
|
|
Loading phrases to help you refine your search...
|
|
RE: ZK107 - Allow dynamic changes to server cluster membership - Zookeeper - [mail # dev]
|
|
...That would be great. I will upload it soon, by next year you'll have it for sure :) Alex ...
|
|
|
Author: Alexander Shraer,
2011-12-15, 00:20
|
|
|
RE: ZK107 - Allow dynamic changes to server cluster membership - Zookeeper - [mail # dev]
|
|
...Hi, We've made some modifications since that patch, so it's not completely uptodate. Mostly what's currently missing is testing of this feature, and yes, I hope that this will be...
|
|
|
Author: Alexander Shraer,
2011-12-14, 23:47
|
|
|
RE: Questions on Zab phases - Zookeeper - [mail # user]
|
|
...Hi Andre, I'm not an author of the paper you mention, but I might be able to answer. The protocol implemented in the code is described here: https://cwiki.apach e.org/confluence/...
|
|
|
Author: Alexander Shraer,
2011-12-08, 21:32
|
|
|
RE: How zab avoid split-brain problem? - Zookeeper - [mail # dev]
|
|
...Hi Peter, We're currently working on adding dynamic reconfiguration functionality to Zookeeper. I hope that it will get in to the next release of ZK (after 3.4) . With this you'l...
|
|
|
Author: Alexander Shraer,
2011-08-30, 23:04
|
|
|
RE: How zab avoid split-brain problem? - Zookeeper - [mail # dev]
|
|
...Hi Peter, It's the second option. The servers don't know if the leader failed or was partitioned from them. So each group of 3 servers in your scenario can't distinguish the situ...
|
|
|
Author: Alexander Shraer,
2011-08-30, 19:21
|
|
|
RE: Adding nodes to an ensemble - Zookeeper - [mail # user]
|
|
...Hi, Currently you have to restart the nodes to change the configuration (rollin g restart, i.e., every time you bring nodes up after changing the cfg files you must ensure that ...
|
|
|
Author: Alexander Shraer,
2011-08-12, 19:53
|
|
|
RE: Using system property to configure clientPortAddress - Zookeeper - [mail # user]
|
|
...Hi Sergei, I'm doing something similar for ZOOKEEPER-107 (dynamically changing cluster config, eliminating the need for rolling restarts). I've split the config file in two...
|
|
|
Author: Alexander Shraer,
2011-07-22, 16:14
|
|
|
RE: what would happen with this case ? (ZAB protocol question) - Zookeeper - [mail # user]
|
|
...Hi Ted, In your scenario there is no problem I can see. The problem is in another scenario I described in the JIRA - there C has seen more proposals than B but B has seen more commits ...
|
|
|
Author: Alexander Shraer,
2011-07-21, 20:42
|
|
|
RE: what would happen with this case ? (ZAB protocol question) - Zookeeper - [mail # user]
|
|
...I think you're right - there is a bug here. As I mentioned, when a server starts-up it locally commits all ops it has e ver received (see ZKDataBase.loadDataBase). More importantly - ...
|
|
|
Author: Alexander Shraer,
2011-07-21, 20:11
|
|
|
RE: what would happen with this case ? (ZAB protocol question) - Zookeeper - [mail # user]
|
|
...Hi, If I understand it correctly, when a server starts-up it locally commits al l ops it has ever received (see ZKDataBase.loadDataBase) . Leader election then chooses the node t...
|
|
|
Author: Alexander Shraer,
2011-07-21, 18:04
|
|
|
|