You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2023/04/27 23:03:48 UTC

[couchdb] branch main updated (8e03f9766 -> 6f4711fe7)

This is an automated email from the ASF dual-hosted git repository.

rnewson pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git


    from 8e03f9766 Merge pull request #4543 from apache/jenkins-enable-nouveau-ci
     add 23dfab503 fix race condition when creating indexes
     new 6f4711fe7 Merge pull request #4555 from apache/nouveau-race-condition-creating-index

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/couchdb/nouveau/core/IndexManager.java  | 53 +++++++++++++++-------
 .../apache/couchdb/nouveau/core/StripedLock.java   | 44 ++++++++++++++++++
 test/elixir/test/nouveau_test.exs                  |  1 -
 3 files changed, 80 insertions(+), 18 deletions(-)
 create mode 100644 nouveau/src/main/java/org/apache/couchdb/nouveau/core/StripedLock.java


[couchdb] 01/01: Merge pull request #4555 from apache/nouveau-race-condition-creating-index

Posted by rn...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rnewson pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 6f4711fe7b075d5bd190ad8ee9130a99b00d14ff
Merge: 8e03f9766 23dfab503
Author: Robert Newson <rn...@apache.org>
AuthorDate: Thu Apr 27 23:03:41 2023 +0000

    Merge pull request #4555 from apache/nouveau-race-condition-creating-index

 .../apache/couchdb/nouveau/core/IndexManager.java  | 53 +++++++++++++++-------
 .../apache/couchdb/nouveau/core/StripedLock.java   | 44 ++++++++++++++++++
 test/elixir/test/nouveau_test.exs                  |  1 -
 3 files changed, 80 insertions(+), 18 deletions(-)