Bug 1274430
Summary: | [RFE] Handling replication conflict entries | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Noriko Hosoi <nhosoi> | |
Component: | 389-ds-base | Assignee: | Ludwig <lkrispen> | |
Status: | CLOSED ERRATA | QA Contact: | Viktor Ashirov <vashirov> | |
Severity: | unspecified | Docs Contact: | Marc Muehlfeld <mmuehlfe> | |
Priority: | high | |||
Version: | 7.0 | CC: | dpal, enewland, gparente, lkrispen, mkosek, mreynolds, msauton, msugaya, nkinder, pasik, rmeggins, spichugi, tmihinto, tscherf | |
Target Milestone: | rc | Keywords: | FutureFeature | |
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
URL: | http://www.port389.org/docs/389ds/design/managing-repl-conflict-entries.html | |||
Whiteboard: | ||||
Fixed In Version: | 389-ds-base-1.3.7.5-5.el7 | Doc Type: | Enhancement | |
Doc Text: |
Directory Server no longer displays replication conflict entries in search results
Previously, if replication conflict entries existed in a replication topology, Directory Server returned them by default as part of the search result. As a consequence, certain LDAP clients behaved incorrectly if the server returned such entries. With this update, the server no longer returns conflict entries in a search and you have to explicitly request them. As a result, clients work as expected.
In addition, the update improves the resolution of more complex conflict scenarios.
For further details, see https://access.redhat.com/documentation/en-us/red_hat_directory_server/10/html/administration_guide/managing_replication-solving_common_replication_conflicts.
|
Story Points: | --- | |
Clone Of: | ||||
: | 1498399 (view as bug list) | Environment: | ||
Last Closed: | 2018-04-10 14:15:15 UTC | Type: | --- | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 695797, 756082, 772294, 1113520, 1399979, 1420851, 1467835, 1472344 |
Description
Noriko Hosoi
2015-10-22 17:21:58 UTC
Related bug - Bug 1437887. *** Bug 1437887 has been marked as a duplicate of this bug. *** *** Bug 747701 has been marked as a duplicate of this bug. *** *** Bug 1213787 has been marked as a duplicate of this bug. *** *** Bug 1395848 has been marked as a duplicate of this bug. *** there are several bz for the replication conflict management. Since this one is used in the 7.4 RPL we will use it and close others as duplicate. For completeness, the associated upstream tickets will be referenced here: https://pagure.io/389-ds-base/issue/49043 https://pagure.io/389-ds-base/issue/160 https://pagure.io/389-ds-base/issue/48161 *** Bug 1420228 has been marked as a duplicate of this bug. *** Test suite passes for all automated tests. Test container with complex conflicts deletion will be fixed in later versions. [root@qeos-51 ds]# py.test -v dirsrvtests/tests/suites/replication/conflict_resolve_test.py ================ test session starts ================ platform linux -- Python 3.6.3, pytest-3.4.1, py-1.5.2, pluggy-0.6.0 -- /opt/rh/rh-python36/root/usr/bin/python3 cachedir: .pytest_cache metadata: {'Python': '3.6.3', 'Platform': 'Linux-3.10.0-855.el7.x86_64-x86_64-with-redhat-7.5-Maipo', 'Packages': {'pytest': '3.4.1', 'py': '1.5.2', 'pluggy': '0.6.0'}, 'Plugins': {'metadata': '1.6.0', 'html': '1.16.1'}} 389-ds-base: 1.3.7.5-18.el7 nss: 3.34.0-4.el7 nspr: 4.17.0-1.el7 openldap: 2.4.44-13.el7 svrcore: 4.1.3-2.el7 rootdir: /mnt/tests/rhds/tests/upstream/ds, inifile: plugins: metadata-1.6.0, html-1.16.1 collected 6 items dirsrvtests/tests/suites/replication/conflict_resolve_test.py::TestTwoMasters::test_add_modrdn PASSED [ 16%] dirsrvtests/tests/suites/replication/conflict_resolve_test.py::TestTwoMasters::test_complex_add_modify_modrdn_delete PASSED [ 33%] dirsrvtests/tests/suites/replication/conflict_resolve_test.py::TestTwoMasters::test_memberof_groups PASSED [ 50%] dirsrvtests/tests/suites/replication/conflict_resolve_test.py::TestTwoMasters::test_managed_entries PASSED [ 66%] dirsrvtests/tests/suites/replication/conflict_resolve_test.py::TestTwoMasters::test_nested_entries_with_children PASSED [ 83%] dirsrvtests/tests/suites/replication/conflict_resolve_test.py::TestThreeMasters::test_nested_entries PASSED [100%] ================ 6 passed in 509.76 seconds ================ Marking as verified. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2018:0811 *** Bug 772294 has been marked as a duplicate of this bug. *** |