Nick Vatamaniuc

Results 338 comments of Nick Vatamaniuc

I tried running with `--disable-jit` but I got an assert failure in a different place. In this case first == htop. I wonder if that's a false positive case? Just...

I think was was fixed on master?: ```javascript var s_Version = function() { const verSplit = Array(3); let vv = 125; for (let n = 0; n < 3; n++)...

With `include_docs=true` tweaking `[fabric] all_docs_concurrency = 10` might have an effect. https://github.com/apache/couchdb/blob/main/src/fabric/src/fabric_view_all_docs.erl#L297 That spawns 10 background workers at the fabric (cluster level) to open 10 documents in parallel, but that...

@luca-simonetti thanks for trying the concurrency setting. Yeah, memory leak is plausible we have debugged a number of those last few years. Some in OTP 25 and 24: * https://github.com/erlang/otp/issues/8044...

> for an extreme test we tried to set [fabric] all_docs_concurrency = 10000 (ten thousands) and it suddenly worked perfectly for the first 8.000 requests. > After restarting couchdb it...

I just rebuilt all the 3.3.3 packages to use the latest Erlang patch version 24.3.4.17. If you update from the deb repo you should get the latest version from there:...

I think I see the same issue when building with `--enable-fips` with Erlang 26 on Debian Bookworm. ``` ~/otp_src_26.2.5.2$ openssl version OpenSSL 3.0.13 30 Jan 2024 (Library: OpenSSL 3.0.13 30...

Thank you for your report @juanbrein `{'EXIT',nodistribution}}` indicates an issue with erlang distribution (that's the erlang VM inter-node clustering system). Unfortunately I don't use couchdb with docker much so don't...

@kmiller68 noticed it as well on Sonoma with Intel arch and tried to fix in https://github.com/tc39/test262/pull/4492