由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - zookeeper
相关主题
Design thought.. Sugguestions?问个java logger的问题
能这样编网站吗?简单算法问题
SCJP书上某习题一问Web service framework choice?
java的一个问题Re: How to debug servlet?
NoThread concurrencyRe: 如何Debug 在JNI 里调用的DLL? (急)
distributedRe: The real Risk
版上有懂zookeeper原理的吗JVM
Pretty good writeup comparing EJB3 and Spring Good Debugging Tools?
相关话题的讨论汇总
话题: zookeeper话题: want话题: what话题: curator话题: using
进入Java版参与讨论
1 (共1页)
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.

1 (共1页)
进入Java版参与讨论
相关主题
Good Debugging Tools?NoThread concurrency
Database Pooling 的问题distributed
Java2D ComponentColorModel question版上有懂zookeeper原理的吗
JDBC vs Application ServerPretty good writeup comparing EJB3 and Spring
Design thought.. Sugguestions?问个java logger的问题
能这样编网站吗?简单算法问题
SCJP书上某习题一问Web service framework choice?
java的一个问题Re: How to debug servlet?
相关话题的讨论汇总
话题: zookeeper话题: want话题: what话题: curator话题: using