Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_6 at openldap / OpenLDAP
Commits:
5be1853a by OndÅ™ej KuznÃk at 2022-01-12T21:44:42+00:00
ITS#9584 Track refreshing status explicitly
A refresh can jump across multiple threads, we cannot just lock a
mutex, we need to track who that is and clear when finished.
In addition to that, fix our internal syncrepl session tracking pulling
it closer to RFC 4533, refreshDone now represents the receipt of
refreshDone flag. Refreshing status is maintained for plain refreshes
(and times when we might be starting one but don't know for sure).
We still reschedule a new sync with a delay if there is another one
running but tracking refreshes this way paves the way to being able to
wake them up if we start tracking them somehow.
- - - - -
b770636d by Quanah Gibson-Mount at 2022-01-12T21:46:23+00:00
ITS#9584
- - - - -
2 changed files:
- CHANGES
- servers/slapd/syncrepl.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/9d49da5068d00318d496d6…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/9d49da5068d00318d496d6…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
95df37d1 by OndÅ™ej KuznÃk at 2022-01-10T22:25:33+00:00
ITS#9538 Populate op2.o_hdr earlier
- - - - -
87b78f20 by OndÅ™ej KuznÃk at 2022-01-10T22:25:33+00:00
ITS#9538 Do not attach csn on (internal) searches
- - - - -
bc28e795 by OndÅ™ej KuznÃk at 2022-01-10T22:25:33+00:00
ITS#9538 Actually skip internal searches
- - - - -
2 changed files:
- servers/slapd/overlays/accesslog.c
- servers/slapd/syncrepl.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/70e6bd67776738e812cc22…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/70e6bd67776738e812cc22…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_6 at openldap / OpenLDAP
Commits:
e38befe7 by OndÅ™ej KuznÃk at 2022-01-10T20:27:35+00:00
ITS#9768 Warn for unsupported configs
- - - - -
2a218dd5 by OndÅ™ej KuznÃk at 2022-01-10T20:27:35+00:00
ITS#9767 Warn for unsupported configs
- - - - -
303d3d40 by OndÅ™ej KuznÃk at 2022-01-10T20:27:35+00:00
ITS#9763 Warn for unsupported configs
- - - - -
17763ead by OndÅ™ej KuznÃk at 2022-01-10T20:27:35+00:00
ITS#9761 Fix olcSyncrepl position based insertion
- - - - -
d4f51403 by OndÅ™ej KuznÃk at 2022-01-10T20:27:35+00:00
ITS#9762 slapo-dyngroup: Maintain values in order of insertion
- - - - -
e155a5bf by OndÅ™ej KuznÃk at 2022-01-10T20:27:35+00:00
ITS#9763 Maintain values in order of insertion
- - - - -
72498d2c by OndÅ™ej KuznÃk at 2022-01-10T20:27:35+00:00
ITS#9764 slapo-valsort: Maintain values in order of insertion
- - - - -
7789a380 by OndÅ™ej KuznÃk at 2022-01-10T20:27:35+00:00
ITS#9766 slapo-autogroup: Fix ordering check
- - - - -
28ea40bb by OndÅ™ej KuznÃk at 2022-01-10T20:27:35+00:00
ITS#9770 slapo-constraint: Maintain values in order of insertion
- - - - -
9 changed files:
- contrib/slapd-modules/autogroup/autogroup.c
- servers/slapd/overlays/constraint.c
- servers/slapd/overlays/dyngroup.c
- servers/slapd/overlays/refint.c
- servers/slapd/overlays/translucent.c
- servers/slapd/overlays/unique.c
- servers/slapd/overlays/valsort.c
- servers/slapd/syncrepl.c
- tests/scripts/test086-delta-consumer-config
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/582722e926dbd04f120066…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/582722e926dbd04f120066…
You're receiving this email because of your account on git.openldap.org.