[Jenkins] SUCCESS: CouchDB » Full Platform Builds » main #1087

2024-04-24 Thread Apache Jenkins Server
Yay, we passed. https://ci-couchdb.apache.org/job/jenkins-cm1/job/FullPlatformMatrix/job/main/1087/display/redirect

Re: [PR] Optimise fabric:all_dbs() [couchdb]

2024-04-24 Thread via GitHub
nickva merged PR #5037: URL: https://github.com/apache/couchdb/pull/5037 -- 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] Optimise fabric:all_dbs() [couchdb]

2024-04-24 Thread via GitHub
jaydoane commented on code in PR #5037: URL: https://github.com/apache/couchdb/pull/5037#discussion_r1578611908 ## src/mem3/src/mem3_shards.erl: ## @@ -176,6 +177,23 @@ fold(Fun, Acc) -> couch_db:close(Db) end. +fold_dbs(<>, Fun, Acc0) when is_function(Fun, 2)

[PR] Optimise fabric:all_dbs() [couchdb]

2024-04-24 Thread via GitHub
nickva opened a new pull request, #5037: URL: https://github.com/apache/couchdb/pull/5037 Previous version was awfully inefficient: we only need the dbname, but we opened each document body, parsed the shards out of it, generated Q*N shards, then put them in a list and usorted them back

[Jenkins] SUCCESS: CouchDB » Full Platform Builds » main #1086

2024-04-24 Thread Apache Jenkins Server
Yay, we passed. https://ci-couchdb.apache.org/job/jenkins-cm1/job/FullPlatformMatrix/job/main/1086/display/redirect

[Jenkins] FAILURE: CouchDB » Full Platform Builds » main #1083

2024-04-24 Thread Apache Jenkins Server
Boo, we failed. https://ci-couchdb.apache.org/job/jenkins-cm1/job/FullPlatformMatrix/job/main/1083/display/redirect

[Jenkins] FAILURE: CouchDB » Full Platform Builds » main #1081

2024-04-24 Thread Apache Jenkins Server
Boo, we failed. https://ci-couchdb.apache.org/job/jenkins-cm1/job/FullPlatformMatrix/job/main/1081/display/redirect

Re: [PR] Remove replication job supervisor [couchdb]

2024-04-24 Thread via GitHub
nickva merged PR #5036: URL: https://github.com/apache/couchdb/pull/5036 -- 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:

[Jenkins] FAILURE: CouchDB » Full Platform Builds » main #1079

2024-04-24 Thread Apache Jenkins Server
Boo, we failed. https://ci-couchdb.apache.org/job/jenkins-cm1/job/FullPlatformMatrix/job/main/1079/display/redirect

Re: [PR] Remove replication job supervisor [couchdb]

2024-04-24 Thread via GitHub
nickva commented on code in PR #5036: URL: https://github.com/apache/couchdb/pull/5036#discussion_r1577941884 ## src/couch_replicator/src/couch_replicator_scheduler.erl: ## @@ -623,28 +627,20 @@ start_job_int(#job{pid = Pid}, _State) when Pid /= undefined -> ok;

Re: [PR] Remove replication job supervisor [couchdb]

2024-04-24 Thread via GitHub
rnewson commented on code in PR #5036: URL: https://github.com/apache/couchdb/pull/5036#discussion_r1577415538 ## src/couch_replicator/src/couch_replicator_scheduler.erl: ## @@ -623,28 +627,20 @@ start_job_int(#job{pid = Pid}, _State) when Pid /= undefined -> ok;