| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
57 (0.113s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Move/Rename api - Zookeeper - [mail # dev]
|
|
...Multi currently doesn't support the ability to encode a Get operation into the multi. So there's no way to atomically move data from one znode to another. There is a patch in progress to add...
|
|
|
Author: Marshall McMullen,
2013-01-12, 00:23
|
|
|
Re: Review Request: Add zk.updateServerList(newServerList) - Zookeeper - [mail # dev]
|
|
... Fixed. These are lines that have only whitespace. I'll remove them. Fixed. Fixed. Good suggestion. Fixed. Yep, I'll up...
|
|
|
Author: Marshall McMullen,
2012-11-14, 06:00
|
|
|
Re: Review Request: Add zk.updateServerList(newServerList) - Zookeeper - [mail # dev]
|
|
... Actually, removing the call to srand48 seems to have caused one of the new reconfig tests to fail as the expected distribution wasn't sufficiently random without it. I don't see any h...
|
|
|
Author: Marshall McMullen,
2012-11-06, 16:14
|
|
|
Re: Review Request: Add zk.updateServerList(newServerList) - Zookeeper - [mail # dev]
|
|
... Fixed. No, definitely not. Removed call to srand48. Nice catch. Fixed. Yes, and there were a few others in the file that I'd incorrectly added (...
|
|
|
Author: Marshall McMullen,
2012-11-06, 16:05
|
|
|
Re: Question of multi interface - Zookeeper - [mail # dev]
|
|
...This appears to be an oversight in the *java API *only. The C API supports *amulti* to do an asynchronous multi operation. The server side definitely supports it as well. I don't...
|
|
|
Author: Marshall McMullen,
2012-10-30, 16:34
|
|
|
Re: [jira] [Commented] (ZOOKEEPER-1568) multi should have a non-transaction version - Zookeeper - [mail # dev]
|
|
...I actually think there is a valid use case for this. Mostly for performance reasons. Because a multi is one transaction, it causes less permuation on the distributed and replicated state of ...
|
|
|
Author: Marshall McMullen,
2012-10-24, 17:02
|
|
|
Re: Review Request: Add zk.updateServerList(newServerList) - Zookeeper - [mail # dev]
|
|
...Thanks for the review Michi. I'll upload a new patch later today that fixes your comments. On Mon, Oct 15, 2012 at 5:46 PM, wrote: ...
|
|
|
Author: Marshall McMullen,
2012-10-16, 15:11
|
|
|
Re: Memory leaks in zoo_multi API - Zookeeper - [mail # user]
|
|
...We've done massive leak detection against this code with tcmalloc's debug library and not seen a memory leak. And we used Multi ops almost exclusively. Perhaps valgrind is doing a better job...
|
|
|
Author: Marshall McMullen,
2012-10-12, 22:34
|
|
|
Re: C client & reconfiguration - Zookeeper - [mail # dev]
|
|
...OK, that makes perfect sense.... thanks for clearing that up. Anyhow, I'm back working on zookeeper as we speak so hopefully in the next week or so I'll have something ready for you. &...
|
|
|
Author: Marshall McMullen,
2012-10-11, 04:25
|
|
|
Re: C client & reconfiguration - Zookeeper - [mail # dev]
|
|
...Alex, one thing I've been meaning to ask you regarding ZK-107 is why there exists a separate incremental and non-incremental reconfig interface. It seems things would be simpler on the clien...
|
|
|
Author: Marshall McMullen,
2012-10-11, 03:46
|
|
|
|