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