| clear query|facets|time |
Search criteria: .
Results from 101 to 110 from
198 (0.332s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: sync vs. async vs. multi performances - Zookeeper - [mail # user]
|
|
...Sync calls have to make a complete roundtrip before the next call from that client will happen. It's not surprising at all that it would take quite a bit longer to do a sync call than an asy...
|
|
|
Author: Camille Fournier,
2012-02-14, 17:24
|
|
|
Re: [ANNOUNCE] Sijie Guo is now a bookkeeper committer - Zookeeper - [mail # dev]
|
|
...Congrats Sijie! C On Mon, Feb 13, 2012 at 3:08 PM, Benjamin Reed wrote: ...
|
|
|
Author: Camille Fournier,
2012-02-13, 20:09
|
|
|
Re: ZooKeeper Memory Usage - Zookeeper - [mail # user]
|
|
...That is interesting. Can you send us the stress test so we can investigate? Also, could you possibly run it on the new RC to see if it's still a problem? Thanks, C 2012/2/9 César...
|
|
|
Author: Camille Fournier,
2012-02-09, 14:59
|
|
|
Re: ZooKeeper Memory Usage - Zookeeper - [mail # user]
|
|
...This is really a question about how the jvm grows its heaps and resizes them. If the jvm cannot allocate enough memory for the process because you didn't set the max memory high enough, it w...
|
|
|
Author: Camille Fournier,
2012-02-09, 14:14
|
|
|
Re: Configuration management based on load - Zookeeper - [mail # user]
|
|
...No. ZooKeeper merely reports on state of things, it does not execute custom logic. You need to have your own servers that translate the information provided by ZooKeeper and cause system sta...
|
|
|
Author: Camille Fournier,
2012-01-31, 14:36
|
|
|
Re: [jira] [Commented] (ZOOKEEPER-1367) Data inconsistencies and unexpired ephemeral nodes after cluster restart - Zookeeper - [mail # dev]
|
|
...I debugged this on the plane. Due to Transaction log not saving create session. I think. Will give more details later. C On Jan 27, 2012 2:58 PM, "Patrick Hunt (Commented) (JIRA)...
|
|
|
Author: Camille Fournier,
2012-01-27, 20:42
|
|
|
Re: ZooKeeper User Group and upcoming meetup. - Zookeeper - [mail # dev]
|
|
...Will you have a dial-in for those of us out of town, or is this more informal than the last one? C On Tue, Jan 24, 2012 at 12:48 AM, Mahadev Konar w rote:...
|
|
|
Author: Camille Fournier,
2012-01-26, 02:33
|
|
|
Re: SendThread is exitting after OOMError(ZooKeeper-1100) - Zookeeper - [mail # dev]
|
|
...Can you open a new issue with this? Thanks, C On Tue, Jan 24, 2012 at 4:36 AM, Rakesh R wrote: e SendThread without intimating the users. again while sending the Disconnect...
|
|
|
Author: Camille Fournier,
2012-01-24, 20:07
|
|
|
Re: Healthcheck using the stat command - Zookeeper - [mail # user]
|
|
...If the node is "leader", "follower" or "observer" you are ok. That's all you should need to look for. ruok just checks to see if the port is responding and the code is running, pretty much. ...
|
|
|
Author: Camille Fournier,
2012-01-24, 04:29
|
|
|
Re: Timeouts and ping handling - Zookeeper - [mail # dev]
|
|
...Duh, I knew there was something I was forgetting. You can't process the session timeout faster than the server can process the full pipeline, so making pings come back faster just means you ...
|
|
|
Author: Camille Fournier,
2012-01-18, 23:21
|
|
|
|