x****d 发帖数: 1766 | 1 I like zookeeper, some said the basic layer need improvement, but it is
working well now.
Anyone using it in real life? can you tell us about it?
If I want to build something similar like zookeeper using java only, what
would you sugguest? |
g*****g 发帖数: 34805 | 2 You may want to check out Curator, which makes Zookeeper much easier.
Zookeeper can have reliability issues at times, and it's difficult to debug.
But that was my experience from 2 years ago, things may have improved.
And you don't want to reinvent the wheel.
【在 x****d 的大作中提到】 : I like zookeeper, some said the basic layer need improvement, but it is : working well now. : Anyone using it in real life? can you tell us about it? : If I want to build something similar like zookeeper using java only, what : would you sugguest?
|
x****d 发帖数: 1766 | 3 thanks,i know about curator.
Can you provide your use case please? what did you use zookeeper for? thanks
debug.
【在 g*****g 的大作中提到】 : You may want to check out Curator, which makes Zookeeper much easier. : Zookeeper can have reliability issues at times, and it's difficult to debug. : But that was my experience from 2 years ago, things may have improved. : And you don't want to reinvent the wheel.
|
g*****g 发帖数: 34805 | 4 We generate a feed from DB and cache it in S3 in fixed interval. Obviously
only one node in the cluster should be doing this, and we don't want any
node different from others.
thanks
【在 x****d 的大作中提到】 : thanks,i know about curator. : Can you provide your use case please? what did you use zookeeper for? thanks : : debug.
|
x****d 发帖数: 1766 | 5 thanks. do you have any idea what kind of info the znode stores? And what
kind of Znode you use?
Never mind if you don't want to go into too much details. I can understand.
But I would really appreciate further information. Again, thanks goodbug. |
g**e 发帖数: 6127 | 6 leader election, distributed lock
thanks
【在 x****d 的大作中提到】 : thanks,i know about curator. : Can you provide your use case please? what did you use zookeeper for? thanks : : debug.
|