| clear query|facets|time |
Search criteria: .
Results from 31 to 40 from
57 (0.105s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Asynchronous multi(..) support - Zookeeper - [mail # dev]
|
|
...It's already in there.... In the C API, it's called zoo_amulti. On Mon, May 21, 2012 at 9:41 AM, Narayanan A R wrote: ...
|
|
|
Author: Marshall McMullen,
2012-05-21, 15:47
|
|
|
Re: A question about Followers - Zookeeper - [mail # dev]
|
|
...This will be possible with https://issues.apache.org/jira/browse/ZOOKEEPER-107. Until that's finished, your best best is a rolling restart. On Mon, Apr 9, 2012 at 8:06 AM, fupeilong_20...
|
|
|
Author: Marshall McMullen,
2012-04-09, 16:03
|
|
|
Re: Please vote for ZOOKEEPER-107 to be presented in the Hadoop Summit - Zookeeper - [mail # user]
|
|
...Yep absolutely. If you get accepted and need any assistance let me know. On Mon, Mar 12, 2012 at 4:03 PM, Alexander Shraer wrote nd-operations...
|
|
|
Author: Marshall McMullen,
2012-03-12, 23:24
|
|
|
Re: Review Request: ZOOKEEPER-1407 Support GetData and GetChildren in Multi - Zookeeper - [mail # dev]
|
|
...Also, not sure how this will be staged in with https://issues.apache.org/jira/browse/ZOOKEEPER-1344 that adds chroot support to the multiop. But might want to look at those changes to see ho...
|
|
|
Author: Marshall McMullen,
2012-03-10, 03:24
|
|
|
Re: Review Request: ZOOKEEPER-1407 Support GetData and GetChildren in Multi - Zookeeper - [mail # dev]
|
|
...I completely agree with Ted on the need for unit tests. Everything looks correct, but tests would make me feel much more confident. On Fri, Mar 9, 2012 at 12:02 PM, Ted Dunning w...
|
|
|
Author: Marshall McMullen,
2012-03-10, 03:23
|
|
|
Re: multi() and getData() - Zookeeper - [mail # dev]
|
|
...So as to avoid not holding up your very appreciated work on 1407, how about you create a separate jira case to add support to the C client for supporting GetData in a Multi. Perhaps Ge...
|
|
|
Author: Marshall McMullen,
2012-03-09, 00:47
|
|
|
Re: multi() and getData() - Zookeeper - [mail # dev]
|
|
...Obviously this patch also neglected to add support to the C client (though honestly that's a lot harder than the java side). If you don't plan to do the C client, then I can pick up that wor...
|
|
|
Author: Marshall McMullen,
2012-03-09, 00:20
|
|
|
Re: multi() and getData() - Zookeeper - [mail # dev]
|
|
...Multi op was designed to support transactional consistency. GetData() is not a transaction and as such didn't fit under the original design of Multi. That being said, it wouldn't be ha...
|
|
|
Author: Marshall McMullen,
2012-03-07, 06:17
|
|
|
Re: Create nested paths - Zookeeper - [mail # user]
|
|
...Check is just handled the same as the other ops. In the PrepRequestProcessor stage if the requested path doesn't exist, then it aborts the multi with an error. On Thu, Mar 1, 2012 at 1...
|
|
|
Author: Marshall McMullen,
2012-03-01, 23:28
|
|
|
Re: Create nested paths - Zookeeper - [mail # user]
|
|
...Yes, the results are guaranteed to be the same order of the requests. However, the first one that fails will cause the entire multi to be aborted. So, if say the first one fails, then ...
|
|
|
Author: Marshall McMullen,
2012-03-01, 23:27
|
|
|
|