Nick Vatamaniuc

Results 338 comments of Nick Vatamaniuc

Clustering is a way to connect multiple Apache CouchDB nodes using Erlang's native clustering mechanism over TCP connections. At the HTTP API level it looks like a single Apache CouchDB...

> good news-- building CouchDB from main and using the config option you provided fixed it!! That's great to hear. Credit also goes to @rnewson for both fixing the ipv6...

> Might also make a PR to the docs on replication to add this stuff That would be great, please do. Contributions are always welcome!

Cheers, @ajithcnambiar! I'll close the issue then.

Wonder if it's the `artifacts` rebar config: https://github.com/davisp/jiffy/blob/9ea1b35b6e60ba21dfd4adbd18e7916a831fd7d4/rebar.config.script#L57 Maybe on Windows it should be something like: ```diff diff --git a/rebar.config.script b/rebar.config.script index 007e9b3..cc8f8cc 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -54,7...

Good idea. It could be done step-wise, one file or feature at a time. Move from one test suite to the other over time. We did it similarly with Javascript...

That's fair re: not having another language in the mix. Not all contributors might be versed in Python. So then we have Erlang, Python and Elixir. Going that route and...

stashing away the mochiweb pdict entries and clearing everything except those at the end makes sense. we may also have some stray messages in the mailbox and could be worth...

Thanks for creating the issue @jcoglan ! > to the captured seq value returns results out of order How did we determine they are out of order? Is that based...

> The first two _changes requests return an empty results array as expected, showing that a seq value continues to work after one round of splitting. Ah, that's good to...