| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
18 (0.125s).
|
|
|
Loading phrases to help you refine your search...
|
|
upgrading zookeeper - Zookeeper - [mail # user]
|
|
...Hi all, We are currently running v3.3.5 and I need to move the ensemble over to new boxes, so while I'm doing that I thought I might as well see if it's feasible to upgrade as well. Re...
|
|
|
Author: Ishaaq Chandy,
2013-01-04, 05:45
|
|
|
semaphore recipe - Zookeeper - [mail # user]
|
|
...Hi all, Am looking for a recipe to implement distributed semaphores in zk. Any suggestions? Thanks, Ishaaq...
|
|
|
Author: Ishaaq Chandy,
2012-10-18, 04:16
|
|
|
Re: split ZK cluster across DCs? - Zookeeper - [mail # user]
|
|
...Ok, I guess that means we're better of with keeping all the zk nodes in our main DC and letting our app nodes on the remote DC do the hop for ZK comms. Thanks for the input! On 2...
|
|
|
Author: Ishaaq Chandy,
2012-10-01, 05:50
|
|
|
split ZK cluster across DCs? - Zookeeper - [mail # user]
|
|
...Hi all, We're in the process of understanding the implications of splitting some of the nodes of our system into a different DC. The DC will be situated in a different continent to be geogra...
|
|
|
Author: Ishaaq Chandy,
2012-09-28, 04:13
|
|
|
Re: 2 server cluster? - Zookeeper - [mail # user]
|
|
...Interestingly, we had a server kernel crash a few days ago which meant that we only had two nodes up out of three. Which makes me wonder if three is really a suboptimal cluster size. Perhaps...
|
|
|
Author: Ishaaq Chandy,
2012-09-12, 03:34
|
|
|
Re: Error in zookeeper recipes documention of " Leader Election" - Zookeeper - [mail # user]
|
|
...Yes, I mentioned this over a year and a half ago: - http://zookeeper-user.578899.n2.nabble.com/leader-election-td6086870.html - looks like it still hasn't been rectified. Ishaaq ...
|
|
|
Author: Ishaaq Chandy,
2012-09-11, 01:26
|
|
|
Re: Input on a change - Zookeeper - [mail # dev]
|
|
...Fair enough, if you think it is an anti-pattern then perhaps you can suggest an alternative that allows one to write tests that are (in descending order of priority): 1. Quick and easy...
|
|
|
Author: Ishaaq Chandy,
2012-04-16, 16:52
|
|
|
Re: Input on a change - Zookeeper - [mail # dev]
|
|
...I'd go so far as to say that even the server-code should avoid System.exit. Just because it is "meant" to be a standalone system doesn't mean that code that makes it impossible to embed it s...
|
|
|
Author: Ishaaq Chandy,
2012-04-16, 03:20
|
|
|
Re: puzzling BadVersionException - Zookeeper - [mail # user]
|
|
...Ok, false alarm - the problem was a mis-configuration in our code that was causing multiple processes to update that znode whereas only one should have. Apologies for wasting your time...
|
|
|
Author: Ishaaq Chandy,
2011-10-11, 05:55
|
|
|
Re: puzzling BadVersionException - Zookeeper - [mail # user]
|
|
...Technically we don't need the contents as we're going to overwrite it anyway, we're just asserting the fact that we're the only one writing to that node. Was just checking if it is a k...
|
|
|
Author: Ishaaq Chandy,
2011-10-11, 02:09
|
|
|
|