openldap.git branch OPENLDAP_REL_ENG_2_4 updated. OPENLDAP_REL_ENG_2_4_45-54-gf7651fd
by openldap-commit2devel@OpenLDAP.org
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, OPENLDAP_REL_ENG_2_4 has been updated
via f7651fd6d4867270dbd8c208d4d185aada0d00c4 (commit)
via 68216c2be21542a8d027088a050fea63c930e9e8 (commit)
via 583715e6a3a7602cb27fdda98d3d72bbe0972694 (commit)
via 5f0636286b3490bf544274af2a46ce0744920571 (commit)
via a86b1bf233de5fc722ac3cdea1113409c934e1bf (commit)
via eb356e090f10157ae5b07c8af7f9e852fcb80230 (commit)
from a5897b04ab7465b2ead9a072512233f190ed2a40 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit f7651fd6d4867270dbd8c208d4d185aada0d00c4
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Oct 17 10:11:32 2017 -0700
ITS#8752
commit 68216c2be21542a8d027088a050fea63c930e9e8
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Oct 14 11:22:53 2017 +0100
ITS#8752 accesslog: cleanup should only be called on failures
commit 583715e6a3a7602cb27fdda98d3d72bbe0972694
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Oct 13 17:25:29 2017 +0100
ITS#8752 fix syncrepl deadlock from updateCookie
Must release cookieState->cs_mutex before invoking backend.
Add a condvar to serialize calls of updateCookie, so we can
release the mutex and still update sequentially.
Also added tid logging, useful in conjunction with
7ab0e1aff0cc48cdfb299ca7dbd27900a9e3d1a8
commit 5f0636286b3490bf544274af2a46ce0744920571
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Oct 13 17:24:19 2017 +0100
ITS#8752 additional debug info, thread ID of rmutex lockers
commit a86b1bf233de5fc722ac3cdea1113409c934e1bf
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Oct 5 22:13:39 2017 +0100
ITS#8752 fix syncrepl null_callback
Make sure it's last in callback stack
commit eb356e090f10157ae5b07c8af7f9e852fcb80230
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Oct 4 20:36:25 2017 -0700
ITS#8752 - Add regression test
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 3 +
servers/slapd/overlays/accesslog.c | 23 +-
servers/slapd/syncrepl.c | 83 ++++---
tests/data/regressions/its8752/its8752 | 266 +++++++++++++++++++++
.../regressions/{its4337 => its8752}/slapd.conf | 15 +-
tests/data/regressions/its8752/slapd.conf.mmr | 143 +++++++++++
6 files changed, 496 insertions(+), 37 deletions(-)
create mode 100755 tests/data/regressions/its8752/its8752
copy tests/data/regressions/{its4337 => its8752}/slapd.conf (75%)
create mode 100644 tests/data/regressions/its8752/slapd.conf.mmr
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git