Re: [I] Add "exp" to mandatory JWT claims [couchdb]

2024-05-16 Thread via GitHub
rnewson closed issue #5046: Add "exp" to mandatory JWT claims URL: https://github.com/apache/couchdb/issues/5046 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

Re: [PR] JWT: require valid `exp` claim by default [couchdb]

2024-05-16 Thread via GitHub
rnewson merged PR #5057: URL: https://github.com/apache/couchdb/pull/5057 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] Document the need to set couchdb/cookie [couchdb-pkg]

2024-05-16 Thread via GitHub
eanyanwu closed pull request #104: Document the need to set couchdb/cookie URL: https://github.com/apache/couchdb-pkg/pull/104 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

Re: [I] Slow couchdb after many queries [couchdb]

2024-05-16 Thread via GitHub
luca-simonetti commented on issue #5044: URL: https://github.com/apache/couchdb/issues/5044#issuecomment-2114782124 we installed the current couchdb version (3.3..3) using the official repository version for Ubuntu. I think erlang came bundled with it -- This is an automated message from

Re: [I] Slow couchdb after many queries [couchdb]

2024-05-16 Thread via GitHub
rnewson commented on issue #5044: URL: https://github.com/apache/couchdb/issues/5044#issuecomment-2114738743 you'll need to download or build 24.3.4.17 (https://www.erlang.org/patches/otp-24.3.4.17) and build couchdb against it. How did you install couchdb initially? We should

[PR] JWT: require valid `exp` claim by default [couchdb]

2024-05-16 Thread via GitHub
rnewson opened a new pull request, #5057: URL: https://github.com/apache/couchdb/pull/5057 ## Overview Users of JWT rightly expect tokens to be considered invalid once they expire. It is a surprise to some that this requires a change to the default configuration. In the interest of

Re: [I] Slow couchdb after many queries [couchdb]

2024-05-16 Thread via GitHub
luca-simonetti commented on issue #5044: URL: https://github.com/apache/couchdb/issues/5044#issuecomment-2114711940 ok, cool! How do I do that? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

Re: [I] Slow couchdb after many queries [couchdb]

2024-05-16 Thread via GitHub
rnewson commented on issue #5044: URL: https://github.com/apache/couchdb/issues/5044#issuecomment-2114699458 ok, let's get you onto 24.3.4.17, as we know there are bugs in earlier point releases of that series. Let's rule those out first. -- This is an automated message from the

Re: [I] Slow couchdb after many queries [couchdb]

2024-05-16 Thread via GitHub
luca-simonetti commented on issue #5044: URL: https://github.com/apache/couchdb/issues/5044#issuecomment-2114591131 > a memory leak around attachments is feasible, as they are handled as large binaries in erlang, and there have been some leaks in BEAM around that. > > What version of

Re: [I] Slow couchdb after many queries [couchdb]

2024-05-16 Thread via GitHub
rnewson commented on issue #5044: URL: https://github.com/apache/couchdb/issues/5044#issuecomment-2114581548 as for resharding, our advice to increase `q` would be to make a new, empty database with the new `q` and replicate from current db to the new on with admin credentials and no

Re: [I] Slow couchdb after many queries [couchdb]

2024-05-16 Thread via GitHub
rnewson commented on issue #5044: URL: https://github.com/apache/couchdb/issues/5044#issuecomment-2114574954 a memory leak around attachments is feasible, as they are handled as large binaries in erlang, and there have been some leaks in BEAM around that. What version of erlang is

Re: [PR] On ARM64 FreeBSD use QuickJS [couchdb]

2024-05-15 Thread via GitHub
nickva merged PR #5056: URL: https://github.com/apache/couchdb/pull/5056 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[PR] On ARM64 FreeBSD use QuickJS only [couchdb]

2024-05-15 Thread via GitHub
nickva opened a new pull request, #5056: URL: https://github.com/apache/couchdb/pull/5056 Better than not running any tests at all for now, at least -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

Re: [PR] Update `nose2` to 0.13 to remove the missing method warning. [couchdb]

2024-05-15 Thread via GitHub
iilyak commented on PR #5055: URL: https://github.com/apache/couchdb/pull/5055#issuecomment-2113454782 It is already 0.13 on main -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

Re: [PR] Update `nose2` to 0.13 to remove the missing method warning. [couchdb]

2024-05-15 Thread via GitHub
iilyak closed pull request #5055: Update `nose2` to 0.13 to remove the missing method warning. URL: https://github.com/apache/couchdb/pull/5055 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

Re: [PR] Update a few deps and improve CI [couchdb]

2024-05-15 Thread via GitHub
nickva merged PR #5054: URL: https://github.com/apache/couchdb/pull/5054 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[PR] Update `nose2` to 0.13 to remove the missing method warning. [couchdb]

2024-05-15 Thread via GitHub
iilyak opened a new pull request, #5055: URL: https://github.com/apache/couchdb/pull/5055 The `unittest.TestCase` class in python 3.12 has a new addDuration method. The nose extends that class without providing the implementation for the method. This has been fixed in following PR

Re: [PR] Add QuickJS as a Javascript engine option [couchdb]

2024-05-15 Thread via GitHub
nickva merged PR #4627: URL: https://github.com/apache/couchdb/pull/4627 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] Add QuickJS as a Javascript engine option [couchdb]

2024-05-15 Thread via GitHub
nickva commented on code in PR #4627: URL: https://github.com/apache/couchdb/pull/4627#discussion_r1601002604 ## src/couch_quickjs/src/couch_quickjs_scanner_plugin.erl: ## @@ -0,0 +1,493 @@ +% Licensed under the Apache License, Version 2.0 (the "License"); you may not +% use

Re: [PR] Add QuickJS as a Javascript engine option [couchdb]

2024-05-14 Thread via GitHub
nickva commented on code in PR #4627: URL: https://github.com/apache/couchdb/pull/4627#discussion_r1600878117 ## src/couch_quickjs/src/couch_quickjs_scanner_plugin.erl: ## @@ -0,0 +1,493 @@ +% Licensed under the Apache License, Version 2.0 (the "License"); you may not +% use

Re: [PR] Optimize getParams + Prettify utils [couchdb-fauxton]

2024-05-14 Thread via GitHub
RedYetiDev closed pull request #1431: Optimize getParams + Prettify utils URL: https://github.com/apache/couchdb-fauxton/pull/1431 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

Re: [PR] Add QuickJS as a Javascript engine option [couchdb]

2024-05-14 Thread via GitHub
jaydoane commented on code in PR #4627: URL: https://github.com/apache/couchdb/pull/4627#discussion_r1600715531 ## src/couch_quickjs/src/couch_quickjs_scanner_plugin.erl: ## @@ -0,0 +1,493 @@ +% Licensed under the Apache License, Version 2.0 (the "License"); you may not +% use

Re: [I] FreeBSD ARM64 CI Failures [couchdb]

2024-05-14 Thread via GitHub
dch commented on issue #4916: URL: https://github.com/apache/couchdb/issues/4916#issuecomment-2110913038 these are caused by a SIGSEGV in couchjs, during GC. worker threads are paused, main thread is in the middle of GC. Filed

[I] Placement manager hard-codes resource name [couchdb-helm]

2024-05-14 Thread via GitHub
paulnebel opened a new issue, #138: URL: https://github.com/apache/couchdb-helm/issues/138 **Describe the bug** The Placement Manager hard-codes the resource name to 'couchdb' in 'couchdb/ci/templates/placementmanager.yaml', line 37, of this chart and in

Re: [PR] Add QuickJS as a Javascript engine option [couchdb]

2024-05-13 Thread via GitHub
nickva commented on code in PR #4627: URL: https://github.com/apache/couchdb/pull/4627#discussion_r1599243497 ## rel/overlay/etc/default.ini: ## @@ -931,6 +934,11 @@ url = {{nouveau_url}} ;max_idle = 60 ;enable = true +[quickjs] +; Memory limit in bytes. Default is

Re: [PR] Add QuickJS as a Javascript engine option [couchdb]

2024-05-13 Thread via GitHub
jaydoane commented on code in PR #4627: URL: https://github.com/apache/couchdb/pull/4627#discussion_r1599170929 ## rel/overlay/etc/default.ini: ## @@ -931,6 +934,11 @@ url = {{nouveau_url}} ;max_idle = 60 ;enable = true +[quickjs] +; Memory limit in bytes. Default is

Re: [PR] Add QuickJS as a Javascript engine option [couchdb]

2024-05-13 Thread via GitHub
nickva commented on code in PR #4627: URL: https://github.com/apache/couchdb/pull/4627#discussion_r1599007142 ## LICENSE: ## @@ -2308,3 +2308,56 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express

Re: [PR] Add QuickJS as a Javascript engine option [couchdb]

2024-05-13 Thread via GitHub
nickva commented on code in PR #4627: URL: https://github.com/apache/couchdb/pull/4627#discussion_r1598983697 ## LICENSE: ## @@ -2308,3 +2308,56 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express

Re: [PR] Add QuickJS as a Javascript engine option [couchdb]

2024-05-13 Thread via GitHub
jaydoane commented on code in PR #4627: URL: https://github.com/apache/couchdb/pull/4627#discussion_r1598928015 ## LICENSE: ## @@ -2308,3 +2308,56 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express

Re: [PR] Use the built-in crypto:pbkdf2_hmac function [couchdb]

2024-05-13 Thread via GitHub
nickva merged PR #5053: URL: https://github.com/apache/couchdb/pull/5053 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] Use the built-in crypto:pbkdf2_hmac function [couchdb]

2024-05-13 Thread via GitHub
jaydoane commented on code in PR #5053: URL: https://github.com/apache/couchdb/pull/5053#discussion_r1598887861 ## rebar.config.script: ## @@ -80,9 +80,15 @@ BadErlang = fun(Ver) -> end end. +% crypto:pbkdf2_hmac/5 was blocking schedulers in +% versions < 24.3.4.17, <

[PR] Use the built-in crypto:pbkdf2_hmac function [couchdb]

2024-05-13 Thread via GitHub
nickva opened a new pull request, #5053: URL: https://github.com/apache/couchdb/pull/5053 The fix to make `crypto:pbkdf2_hmac/5` yield properly is now in all the supported Erlang/OTP versions, so we can switch to use it [1]. This also removes the build dependency on OpenSSL dev

Re: [PR] Update CI OSes [couchdb]

2024-05-13 Thread via GitHub
pgj commented on PR #5050: URL: https://github.com/apache/couchdb/pull/5050#issuecomment-2108224616 Your link points to RHEL8 which probably shares the same assets but managed differently? -- This is an automated message from the Apache Git Service. To respond to the message, please log

Re: [PR] Update CI OSes [couchdb]

2024-05-13 Thread via GitHub
nickva commented on PR #5050: URL: https://github.com/apache/couchdb/pull/5050#issuecomment-2108214397 8 support will go until 2029 at least https://access.redhat.com/support/policy/updates/errata/ Yeah, we'll definitely miss CentOS 7, it was a good helper finding various bugs all

Re: [PR] Update CI OSes [couchdb]

2024-05-13 Thread via GitHub
pgj commented on PR #5050: URL: https://github.com/apache/couchdb/pull/5050#issuecomment-2108160727 Hrm, CentOS 7 is supported until June 30, 2024. However, CentOS 8 was supported until end of 2021: https://endoflife.date/centos — personally, I will miss 7, it helped us to catch many

Re: [I] Nouveau trial run observations [couchdb]

2024-05-12 Thread via GitHub
janl commented on issue #5051: URL: https://github.com/apache/couchdb/issues/5051#issuecomment-2106163561 boo! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

Re: [PR] Add QuickJS as a Javascript engine option [couchdb]

2024-05-11 Thread via GitHub
nickva closed pull request #5052: Add QuickJS as a Javascript engine option URL: https://github.com/apache/couchdb/pull/5052 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[PR] Add QuickJS as a Javascript engine option [couchdb]

2024-05-11 Thread via GitHub
nickva opened a new pull request, #5052: URL: https://github.com/apache/couchdb/pull/5052 Test PR to run the full CI -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

Re: [PR] Update CI OSes [couchdb]

2024-05-11 Thread via GitHub
nickva merged PR #5050: URL: https://github.com/apache/couchdb/pull/5050 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] Add QuickJS as a Javascript engine option [couchdb]

2024-05-11 Thread via GitHub
nickva commented on code in PR #4627: URL: https://github.com/apache/couchdb/pull/4627#discussion_r1597477745 ## src/couch/src/couch_os_process.erl: ## @@ -92,7 +92,7 @@ readjson(OsProc) when is_record(OsProc, os_proc) -> case ?JSON_DECODE(Line) of

Re: [PR] Add QuickJS as a Javascript engine option [couchdb]

2024-05-11 Thread via GitHub
nickva commented on code in PR #4627: URL: https://github.com/apache/couchdb/pull/4627#discussion_r1597477465 ## src/couch/src/couch_os_process.erl: ## @@ -92,7 +92,7 @@ readjson(OsProc) when is_record(OsProc, os_proc) -> case ?JSON_DECODE(Line) of

Re: [PR] Add QuickJS as a Javascript engine option [couchdb]

2024-05-11 Thread via GitHub
jaydoane commented on code in PR #4627: URL: https://github.com/apache/couchdb/pull/4627#discussion_r1597476110 ## src/couch/src/couch_os_process.erl: ## @@ -92,7 +92,7 @@ readjson(OsProc) when is_record(OsProc, os_proc) -> case ?JSON_DECODE(Line) of

[PR] feat: wip Dockerfile for just Nouveau [couchdb-docker]

2024-05-11 Thread via GitHub
janl opened a new pull request, #255: URL: https://github.com/apache/couchdb-docker/pull/255 until the .deb is available on jFrog, get it from here and place it next to the Dockerfile https://clients.neighbourhood.ie/couchdb/couchdb-nouveau_3.3.3-022ffd1~debian-bookworm_amd64.deb

Re: [I] Nouveau trial run observations [couchdb]

2024-05-11 Thread via GitHub
rnewson commented on issue #5051: URL: https://github.com/apache/couchdb/issues/5051#issuecomment-2105744603 https://docs.couchdb.org/en/stable/api/server/common.html#post--_search_analyze -- This is an automated message from the Apache Git Service. To respond to the message, please log

[I] Nouveau trial run observations [couchdb]

2024-05-11 Thread via GitHub
janl opened a new issue, #5051: URL: https://github.com/apache/couchdb/issues/5051 Heya, I have the `nouveau` branch on `couchdb-pkg` a trial run and noticed the following things: - [ ] when installing into a system that has not had any CouchDB on it before, `apt install` fails with

Re: [PR] Update supported OSes [couchdb-pkg]

2024-05-11 Thread via GitHub
nickva merged PR #135: URL: https://github.com/apache/couchdb-pkg/pull/135 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] Add QuickJS as a Javascript engine option [couchdb]

2024-05-10 Thread via GitHub
nickva closed pull request #5049: Add QuickJS as a Javascript engine option URL: https://github.com/apache/couchdb/pull/5049 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[PR] Update supported OSes [couchdb-pkg]

2024-05-10 Thread via GitHub
nickva opened a new pull request, #135: URL: https://github.com/apache/couchdb-pkg/pull/135 Remove centos 7, bionic and buster. Also some left-over jessie and stretch references. Latest "CentOS" 9 is Almalinux 9.4 so add it to the makefile ruleset. -- This is an

Re: [PR] Remove buster, bionic and centos 7 [couchdb-ci]

2024-05-10 Thread via GitHub
nickva merged PR #67: URL: https://github.com/apache/couchdb-ci/pull/67 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[PR] Remove buster, bionic and centos 7 [couchdb-ci]

2024-05-10 Thread via GitHub
nickva opened a new pull request, #67: URL: https://github.com/apache/couchdb-ci/pull/67 Bionic support ended in April 2023 [1], and CentOS 7 and Buster [2] support is ending June 2024 [2][3]. We don't want to be distributuing potential unpatched security issues. [1]

[PR] Add QuickJS as a Javascript engine option [couchdb]

2024-05-10 Thread via GitHub
nickva opened a new pull request, #5049: URL: https://github.com/apache/couchdb/pull/5049 This is a test PR to run the full CI to check quickjs on other arches/os versions -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [I] Slow couchdb after many queries [couchdb]

2024-05-08 Thread via GitHub
luca-simonetti commented on issue #5044: URL: https://github.com/apache/couchdb/issues/5044#issuecomment-2101928684 I don't think the disk is the issue here: ``` procs ---memory-- ---swap-- -io -system-- --cpu- r b swpd free buff cache

Re: [PR] Update to latest Erlang 24 [couchdb-pkg]

2024-05-08 Thread via GitHub
nickva merged PR #134: URL: https://github.com/apache/couchdb-pkg/pull/134 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[PR] Update to latest Erlang 24 [couchdb-pkg]

2024-05-08 Thread via GitHub
nickva opened a new pull request, #134: URL: https://github.com/apache/couchdb-pkg/pull/134 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

Re: [PR] Update CI Erlang versions [couchdb]

2024-05-08 Thread via GitHub
nickva merged PR #5048: URL: https://github.com/apache/couchdb/pull/5048 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [I] Slow couchdb after many queries [couchdb]

2024-05-08 Thread via GitHub
nickva commented on issue #5044: URL: https://github.com/apache/couchdb/issues/5044#issuecomment-2100810799 > for an extreme test we tried to set [fabric] all_docs_concurrency = 1 (ten thousands) and it suddenly worked perfectly for the first 8.000 requests. > After restarting

Re: [I] Add `extraObjects` value that allows creating supportive / adhoc resources [couchdb-helm]

2024-05-08 Thread via GitHub
pierluigilenoci commented on issue #72: URL: https://github.com/apache/couchdb-helm/issues/72#issuecomment-2100308181 FYI https://github.com/helm/helm/issues/12653 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [I] Slow couchdb after many queries [couchdb]

2024-05-08 Thread via GitHub
luca-simonetti commented on issue #5044: URL: https://github.com/apache/couchdb/issues/5044#issuecomment-2100170944 for an extreme test we tried to set `[fabric] all_docs_concurrency = 1` (ten thousands) and it suddendly worked perfectly for the first 8.000 requests. Then it started

Re: [PR] upgrade dropwizard to 4.0.7 [couchdb]

2024-05-08 Thread via GitHub
rnewson merged PR #5047: URL: https://github.com/apache/couchdb/pull/5047 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [I] Slow couchdb after many queries [couchdb]

2024-05-08 Thread via GitHub
luca-simonetti commented on issue #5044: URL: https://github.com/apache/couchdb/issues/5044#issuecomment-2099806428 and this is the current state of _node/_local/_system it doesn't look too bad I guess... ```json { "uptime": 77078, "memory": { "other":

Re: [PR] Update Erlang 24,25,26 [couchdb-ci]

2024-05-08 Thread via GitHub
nickva merged PR #66: URL: https://github.com/apache/couchdb-ci/pull/66 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] Update Erlang 24,25,26 [couchdb-ci]

2024-05-08 Thread via GitHub
nickva commented on code in PR #66: URL: https://github.com/apache/couchdb-ci/pull/66#discussion_r1593429669 ## README.md: ## @@ -49,7 +49,7 @@ On the other hand, some OSes won't run older Erlangs because of library changes, Just specify on the command line any of the

Re: [PR] Update Erlang 24,25,26 [couchdb-ci]

2024-05-08 Thread via GitHub
big-r81 commented on code in PR #66: URL: https://github.com/apache/couchdb-ci/pull/66#discussion_r1593424887 ## README.md: ## @@ -49,7 +49,7 @@ On the other hand, some OSes won't run older Erlangs because of library changes, Just specify on the command line any of the

[PR] Update Erlang 24,25,26 [couchdb-ci]

2024-05-07 Thread via GitHub
nickva opened a new pull request, #66: URL: https://github.com/apache/couchdb-ci/pull/66 24.3.4.17 25.3.2.12 26.2.5 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[PR] Update CI Erlang versions [couchdb]

2024-05-07 Thread via GitHub
nickva opened a new pull request, #5048: URL: https://github.com/apache/couchdb/pull/5048 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

Re: [I] Slow couchdb after many queries [couchdb]

2024-05-07 Thread via GitHub
luca-simonetti commented on issue #5044: URL: https://github.com/apache/couchdb/issues/5044#issuecomment-2099742866 > which version of erlang are you using? ```json { "javascript_engine": { "version": "78", "name": "spidermonkey" },

[PR] upgrade dropwizard to 4.0.7 [couchdb]

2024-05-07 Thread via GitHub
rnewson opened a new pull request, #5047: URL: https://github.com/apache/couchdb/pull/5047 ## Overview This release is addressing https://github.com/advisories/GHSA-rggv-cv7r-mw98 via upgrade to Jetty 11.0.20. ## Testing recommendations N/A ## Related Issues or

Re: [I] Slow couchdb after many queries [couchdb]

2024-05-07 Thread via GitHub
rnewson commented on issue #5044: URL: https://github.com/apache/couchdb/issues/5044#issuecomment-2099175091 which version of erlang are you using? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

Re: [PR] feat: allow configure persistentVolumeClaimRetentionPolicy [couchdb-helm]

2024-05-07 Thread via GitHub
willholley merged PR #136: URL: https://github.com/apache/couchdb-helm/pull/136 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] feat: allow configure persistentVolumeClaimRetentionPolicy [couchdb-helm]

2024-05-07 Thread via GitHub
ByJacob commented on PR #136: URL: https://github.com/apache/couchdb-helm/pull/136#issuecomment-2098742057 > thanks @ByJacob - can you increment the chart version? done :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [PR] feat: allow configure persistentVolumeClaimRetentionPolicy [couchdb-helm]

2024-05-07 Thread via GitHub
ByJacob commented on PR #136: URL: https://github.com/apache/couchdb-helm/pull/136#issuecomment-2098548671 > Thanks for the PR! Can you rebase on master? I'm happy to merge this (assuming tests pass), though it's probably worth adding a comment that this is a beta feature in Kubernetes so

Re: [PR] Update CouchDB to Version 3.3.3 [couchdb-helm]

2024-05-07 Thread via GitHub
willholley merged PR #137: URL: https://github.com/apache/couchdb-helm/pull/137 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[PR] Update CouchDB to Version 3.3.3 [couchdb-helm]

2024-05-07 Thread via GitHub
flabbamann opened a new pull request, #137: URL: https://github.com/apache/couchdb-helm/pull/137 What this PR does / why we need it: Release Notes: https://docs.couchdb.org/en/latest/whatsnew/3.3.html#version-3-3-3 Which issue this PR fixes *(optional, in

Re: [I] Slow couchdb after many queries [couchdb]

2024-05-06 Thread via GitHub
nickva commented on issue #5044: URL: https://github.com/apache/couchdb/issues/5044#issuecomment-2097377016 @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: *

Re: [PR] Add QuickJS as a Javascript engine option [couchdb]

2024-05-06 Thread via GitHub
nickva commented on code in PR #4627: URL: https://github.com/apache/couchdb/pull/4627#discussion_r1591574543 ## src/docs/src/config/quickjs.rst: ## @@ -0,0 +1,122 @@ +.. Licensed under the Apache License, Version 2.0 (the "License"); you may not +.. use this file except in

Re: [PR] Add QuickJS as a Javascript engine option [couchdb]

2024-05-06 Thread via GitHub
big-r81 commented on code in PR #4627: URL: https://github.com/apache/couchdb/pull/4627#discussion_r1591573085 ## src/docs/src/config/quickjs.rst: ## @@ -0,0 +1,122 @@ +.. Licensed under the Apache License, Version 2.0 (the "License"); you may not +.. use this file except in

Re: [PR] Add QuickJS as a Javascript engine option [couchdb]

2024-05-06 Thread via GitHub
nickva commented on code in PR #4627: URL: https://github.com/apache/couchdb/pull/4627#discussion_r1591467410 ## src/couch_quickjs/test/couch_quickjs_tests.erl: ## @@ -0,0 +1,71 @@ +% Licensed under the Apache License, Version 2.0 (the "License"); you may not +% use this file

Re: [PR] Add QuickJS as a Javascript engine option [couchdb]

2024-05-06 Thread via GitHub
nickva commented on code in PR #4627: URL: https://github.com/apache/couchdb/pull/4627#discussion_r1591466774 ## test/elixir/test/view_errors_test.exs: ## @@ -190,7 +190,12 @@ defmodule ViewErrorsTest do # fires first. The first timeout is the couch_os_process #

Re: [PR] Add QuickJS as a Javascript engine option [couchdb]

2024-05-06 Thread via GitHub
nickva commented on code in PR #4627: URL: https://github.com/apache/couchdb/pull/4627#discussion_r1591455045 ## src/docs/src/config/quickjs.rst: ## @@ -0,0 +1,122 @@ +.. Licensed under the Apache License, Version 2.0 (the "License"); you may not +.. use this file except in

Re: [PR] Add QuickJS as a Javascript engine option [couchdb]

2024-05-06 Thread via GitHub
nickva commented on code in PR #4627: URL: https://github.com/apache/couchdb/pull/4627#discussion_r1591397616 ## test/elixir/test/view_errors_test.exs: ## @@ -190,7 +190,12 @@ defmodule ViewErrorsTest do # fires first. The first timeout is the couch_os_process #

Re: [PR] Add QuickJS as a Javascript engine option [couchdb]

2024-05-06 Thread via GitHub
nickva commented on code in PR #4627: URL: https://github.com/apache/couchdb/pull/4627#discussion_r1591396043 ## src/couch_quickjs/test/couch_quickjs_tests.erl: ## @@ -0,0 +1,71 @@ +% Licensed under the Apache License, Version 2.0 (the "License"); you may not +% use this file

Re: [PR] Add QuickJS as a Javascript engine option [couchdb]

2024-05-06 Thread via GitHub
jaydoane commented on code in PR #4627: URL: https://github.com/apache/couchdb/pull/4627#discussion_r1587027700 ## test/elixir/test/view_errors_test.exs: ## @@ -190,7 +190,12 @@ defmodule ViewErrorsTest do # fires first. The first timeout is the couch_os_process #

Re: [PR] Add QuickJS as a Javascript engine option [couchdb]

2024-05-06 Thread via GitHub
nickva commented on code in PR #4627: URL: https://github.com/apache/couchdb/pull/4627#discussion_r1591263357 ## src/chttpd/src/chttpd_node.erl: ## @@ -51,6 +51,17 @@ handle_node_req(#httpd{method = 'GET', path_parts = [_, _Node, <<"_versions">>]} UcaVer =

Re: [PR] Add QuickJS as a Javascript engine option [couchdb]

2024-05-06 Thread via GitHub
nickva commented on code in PR #4627: URL: https://github.com/apache/couchdb/pull/4627#discussion_r1591263357 ## src/chttpd/src/chttpd_node.erl: ## @@ -51,6 +51,17 @@ handle_node_req(#httpd{method = 'GET', path_parts = [_, _Node, <<"_versions">>]} UcaVer =

Re: [PR] Add QuickJS as a Javascript engine option [couchdb]

2024-05-06 Thread via GitHub
big-r81 commented on code in PR #4627: URL: https://github.com/apache/couchdb/pull/4627#discussion_r1591258323 ## src/docs/src/config/quickjs.rst: ## @@ -0,0 +1,122 @@ +.. Licensed under the Apache License, Version 2.0 (the "License"); you may not +.. use this file except in

Re: [PR] Add QuickJS as a Javascript engine option [couchdb]

2024-05-06 Thread via GitHub
nickva commented on code in PR #4627: URL: https://github.com/apache/couchdb/pull/4627#discussion_r1591202387 ## src/docs/src/config/quickjs.rst: ## @@ -0,0 +1,122 @@ +.. Licensed under the Apache License, Version 2.0 (the "License"); you may not +.. use this file except in

Re: [PR] Add QuickJS as a Javascript engine option [couchdb]

2024-05-06 Thread via GitHub
big-r81 commented on code in PR #4627: URL: https://github.com/apache/couchdb/pull/4627#discussion_r1591198224 ## src/chttpd/src/chttpd_node.erl: ## @@ -51,6 +51,17 @@ handle_node_req(#httpd{method = 'GET', path_parts = [_, _Node, <<"_versions">>]} UcaVer =

Re: [PR] Add QuickJS as a Javascript engine option [couchdb]

2024-05-06 Thread via GitHub
nickva commented on code in PR #4627: URL: https://github.com/apache/couchdb/pull/4627#discussion_r1591193736 ## src/couch_quickjs/test/couch_quickjs_tests.erl: ## @@ -0,0 +1,71 @@ +% Licensed under the Apache License, Version 2.0 (the "License"); you may not +% use this file

Re: [PR] Add QuickJS as a Javascript engine option [couchdb]

2024-05-06 Thread via GitHub
nickva commented on code in PR #4627: URL: https://github.com/apache/couchdb/pull/4627#discussion_r1591192925 ## src/docs/src/config/quickjs.rst: ## @@ -0,0 +1,122 @@ +.. Licensed under the Apache License, Version 2.0 (the "License"); you may not +.. use this file except in

Re: [PR] Add QuickJS as a Javascript engine option [couchdb]

2024-05-06 Thread via GitHub
nickva commented on code in PR #4627: URL: https://github.com/apache/couchdb/pull/4627#discussion_r1591189278 ## src/docs/src/config/couchdb.rst: ## @@ -247,3 +247,13 @@ Base CouchDB Options [couchdb] write_xxhash_checksums = false + +..

Re: [PR] Add QuickJS as a Javascript engine option [couchdb]

2024-05-06 Thread via GitHub
nickva commented on code in PR #4627: URL: https://github.com/apache/couchdb/pull/4627#discussion_r1591173251 ## src/chttpd/src/chttpd_node.erl: ## @@ -51,6 +51,17 @@ handle_node_req(#httpd{method = 'GET', path_parts = [_, _Node, <<"_versions">>]} UcaVer =

Re: [PR] Add QuickJS as a Javascript engine option [couchdb]

2024-05-06 Thread via GitHub
nickva commented on code in PR #4627: URL: https://github.com/apache/couchdb/pull/4627#discussion_r1591164934 ## configure.ps1: ## @@ -145,6 +150,17 @@ $WithClouseau = $(If ($EnableClouseau) {1} else {0}) $Hostname = [System.Net.Dns]::GetHostEntry([string]"localhost").HostName

Re: [I] Slow couchdb after many queries [couchdb]

2024-05-06 Thread via GitHub
luca-simonetti commented on issue #5044: URL: https://github.com/apache/couchdb/issues/5044#issuecomment-2096113379 > With `include_docs=true` tweaking `[fabric] all_docs_concurrency = 10` might have an effect. > >

Re: [I] Sign out from Admin [couchdb]

2024-05-06 Thread via GitHub
big-r81 closed issue #5033: Sign out from Admin URL: https://github.com/apache/couchdb/issues/5033 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] Add QuickJS as a Javascript engine option [couchdb]

2024-05-06 Thread via GitHub
big-r81 commented on code in PR #4627: URL: https://github.com/apache/couchdb/pull/4627#discussion_r1590933133 ## configure.ps1: ## @@ -145,6 +150,17 @@ $WithClouseau = $(If ($EnableClouseau) {1} else {0}) $Hostname =

Re: [I] Sign out from Admin [couchdb]

2024-05-06 Thread via GitHub
Aakash1247 commented on issue #5033: URL: https://github.com/apache/couchdb/issues/5033#issuecomment-2095865322 yes, you can close thank you. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

Re: [I] Sign out from Admin [couchdb]

2024-05-06 Thread via GitHub
big-r81 commented on issue #5033: URL: https://github.com/apache/couchdb/issues/5033#issuecomment-2095833126 @Aakash1247 Do you have more news or updates of your problem? If not, I would close this ticket in the next days. -- This is an automated message from the Apache Git Service. To

Re: [I] Add "exp" to mandatory JWT claims [couchdb]

2024-05-06 Thread via GitHub
evavica commented on issue #5046: URL: https://github.com/apache/couchdb/issues/5046#issuecomment-2095390970 Interesting piece of code, so by default they just skip the checks of some important properties (could have just returned ok instead ). The reason why I stopped by here initially is

Re: [PR] Create Python virtualenv on Windows for docs [couchdb]

2024-05-03 Thread via GitHub
big-r81 merged PR #5045: URL: https://github.com/apache/couchdb/pull/5045 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] Create Python virtualenv on Windows for docs [couchdb]

2024-05-03 Thread via GitHub
nickva commented on PR #5045: URL: https://github.com/apache/couchdb/pull/5045#issuecomment-2093381802 I guess my powershell is not new enough and I don't really want to upgrade this windows machine to Windows 11 +1 to merge it, if it works for you it's good enough -- This is an

  1   2   3   4   5   6   7   8   9   10   >