Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
d1283f81 by Howard Chu at 2020-09-10T02:29:19+00:00
ITS#9339 slapd-monitor: Add schema arc for overlays
Not directly related to syncrepl, but adds a necessary schema arc.
Also add a convenience function for obtaining an entry with known ndn.
Also fix to ignore outbound connections.
- - - - -
1748ec59 by Howard Chu at 2020-09-10T02:29:19+00:00
ITS#9339 Add syncrepl status to cn=monitor
Shows connection address, refresh/persist state, time of last
connect attempt and received data, and last sent and
received cookies per consumer.
- - - - -
76ff2558 by Howard Chu at 2020-09-10T02:29:19+00:00
ITS#9339 Add cn=monitor to test063
Just for convenience
- - - - -
c91d6df9 by Howard Chu at 2020-09-10T02:29:19+00:00
ITS#9339 fix test049 script
Was re-using rid=002, changed to unique rid
- - - - -
12 changed files:
- servers/slapd/back-monitor/back-monitor.h
- servers/slapd/back-monitor/conn.c
- servers/slapd/back-monitor/entry.c
- servers/slapd/back-monitor/init.c
- servers/slapd/back-monitor/proto-back-monitor.h
- servers/slapd/backend.c
- servers/slapd/daemon.c
- servers/slapd/proto-slap.h
- servers/slapd/slap.h
- servers/slapd/syncrepl.c
- tests/scripts/test049-sync-config
- tests/scripts/test063-delta-multiprovider
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/bf40306581c57773e01f75…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/bf40306581c57773e01f75…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_4 at openldap / OpenLDAP
Commits:
74bdf05e by Howard Chu at 2020-09-09T17:12:02+00:00
ITS#9043 tweak syncprov playlog logging
Don't log cookiecsn at top, it was already logged on receipt.
Only log the "srs csn" and "too old" message once for each sid.
Fix log output for empty UUID.
- - - - -
1 changed file:
- servers/slapd/overlays/syncprov.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/74bdf05e12d1f91125916ad…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/74bdf05e12d1f91125916ad…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_4 at openldap / OpenLDAP
Commits:
21388437 by Howard Chu at 2020-09-09T16:36:06+00:00
ITS#9330 Fully serialize delta-sync
Don't depend on accesslog overlay's serialization
- - - - -
3a69fd12 by Howard Chu at 2020-09-09T16:36:19+00:00
ITS#9342 delta-sync: ignore error if deleting an already deleted entry
- - - - -
178ca23e by Howard Chu at 2020-09-09T16:39:15+00:00
ITS#8102 serialize plain syncrepl
Using cs_pmutex. Reverts the addition of cs_modmutex in ITS#9330,
use cs_pmutex for both delta and plain writes.
Note that plain syncrepl already used cs_pmutex when a cookie CSN
was present in the op. Now it is used for all writes, regardless
of presence of cookie.
- - - - -
77ffb410 by Quanah Gibson-Mount at 2020-09-09T16:45:59+00:00
ITS#9330, ITS#9342, ITS#8102
- - - - -
2 changed files:
- CHANGES
- servers/slapd/syncrepl.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/ab6e579161e37ac9669cf2…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/ab6e579161e37ac9669cf2…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
e02b1d94 by Howard Chu at 2020-09-09T15:35:59+00:00
ITS#8102 serialize plain syncrepl
Using cs_pmutex. Reverts the addition of cs_modmutex in ITS#9330,
use cs_pmutex for both delta and plain writes.
Note that plain syncrepl already used cs_pmutex when a cookie CSN
was present in the op. Now it is used for all writes, regardless
of presence of cookie.
- - - - -
1 changed file:
- servers/slapd/syncrepl.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/e02b1d94ca635deeecc7290…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/e02b1d94ca635deeecc7290…
You're receiving this email because of your account on git.openldap.org.