| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
57 (0.182s).
|
|
|
Loading phrases to help you refine your search...
|
|
[ZOOKEEPER-1400] Allow logging via callback instead of raw FILE pointer - Zookeeper - [issue]
|
|
...The existing logging framework inside the C client uses a raw FILE*. Using a FILE* is very limiting and potentially dangerous. A safer alternative is to just provide a callback that the C cl...
|
|
|
http://issues.apache.org/jira/browse/ZOOKEEPER-1400
Author: Marshall McMullen,
2013-05-20, 18:16
|
|
|
Quorum failure with concurrent client connections? - Zookeeper - [mail # dev]
|
|
...I'm debugging a problem we're seeing where after quorum loss quorum does not recover as I expect it should. It seems that I've isolated the problem to quorum not be re-established if there a...
|
|
|
Author: Marshall McMullen,
2013-05-13, 17:48
|
|
|
Re: [ANNOUNCE] New ZooKeeper committer: Alex Shraer - Zookeeper - [mail # user]
|
|
...Congrats Alex!! Loved working with you ZOOKEEPER-107 and look forward to future endeavors too. On Mon, May 13, 2013 at 10:46 AM, Patrick Hunt wrote: ...
|
|
|
Author: Marshall McMullen,
2013-05-13, 17:10
|
|
|
Re: zookeeper_interest returning ZOK on Connection Loss - Zookeeper - [mail # dev]
|
|
...We already have a ZOO_NOTCONNECTED_STATE. Seems like that should work for these purposes... On Wed, Mar 27, 2013 at 11:23 AM, Michi Mutsuzaki wrote: ...
|
|
|
Author: Marshall McMullen,
2013-03-27, 17:49
|
|
|
Re: recursive delete in multi - Zookeeper - [mail # dev]
|
|
...I agree, sounds like a good enhancement. And far safer and less race-condition prone too. Feel free to open a Jira on this as we don't have one on it yet. On Wed, Mar 13, 2013 at 9:25...
|
|
|
Author: Marshall McMullen,
2013-03-14, 04:01
|
|
|
Re: recursive delete in multi - Zookeeper - [mail # dev]
|
|
...No plans to add that at this point that I know of. Certainly haven't seen any jira for this. On Wed, Mar 13, 2013 at 4:54 PM, Ted Yu wrote: ...
|
|
|
Author: Marshall McMullen,
2013-03-14, 03:22
|
|
|
Re: quorum size - Zookeeper - [mail # user]
|
|
...There is a patch available to add this functionality to zookeeper: https://issues.apache.org/jira/browse/ZOOKEEPER-107 On Tue, Feb 19, 2013 at 4:04 PM, Pramod Srinivasan wrote: ...
|
|
|
Author: Marshall McMullen,
2013-02-19, 23:18
|
|
|
Re: async multi requests in the Java client - Zookeeper - [mail # dev]
|
|
...As far as I know it was not intentional. My best guess here is that is was due to different people working on different parts of Multi. Ted did the original Java client work but didn't...
|
|
|
Author: Marshall McMullen,
2013-02-01, 22:04
|
|
|
[ZOOKEEPER-1594] TestReconfig intermittently fails - Zookeeper - [issue]
|
|
...We've seen an intermittent failure in one of the C client tests TestReconfig which was committed as part of ZOOKEEPER-1355.The test that is failing is failing before any rebalancing algorith...
|
|
|
http://issues.apache.org/jira/browse/ZOOKEEPER-1594
Author: Marshall McMullen,
2013-01-22, 06:58
|
|
|
Re: Move/Rename api - Zookeeper - [mail # dev]
|
|
...Actually I thought about this some more and one workaround you could do I suppose is do the Get outside of the Multi and use that for the Create/Set in the Multi followed by a Delete against...
|
|
|
Author: Marshall McMullen,
2013-01-12, 03:30
|
|
|
|