Robert Newson
Robert Newson
@tudordumitriu hm, those fixes do not appear to be present in 3.2.2.
we will figure out why the fixes did not get released yet and make a new release that includes them in due course.
You are correct that the iteration count is too low (the previous scheme is a single pass SHA1, which is as low as it goes). the blocker here, for increasing...
``` [notice] 2020-11-12T12:42:34.897280Z [email protected] 92483dbd6f localhost:15984 127.0.0.1 foo GET /db1/_design/foo/_view/bar?include_docs=true&reduce=false 500 aborted 3091 [error] 2020-11-12T12:42:34.897318Z [email protected] 92483dbd6f Response abnormally terminated: multiple_responses_attempted ``` This is how a response is logged if...
@NagaPranavi9 it is not implemented yet, we'll close the issue as and when that happens.
Is it fixed by 882e7161acb692d3e721c7653d8cdc2e5e65d2ef?
also its implied the nodes are ipv6-only so if this is a cluster I don't think they can connect without a separate change in `vm.args` to switch the distribution protocol...
fixed by https://github.com/apache/couchdb/pull/4404
reusing an erlang process between requests is surprising to me but I can't find docs that reassure me that this was ever a promise from mochiweb. however, if true, it...
chatted with davisp and he confirms the general problem too. 🤷 he did have a better suggestion for fix. 1) record the pdict keys at the start of _our_ handle_request...