#47598 Convert ldbm_back_seq code to be transaction aware.
Closed: wontfix Opened by nkinder.

The ldbm_back_seq code needs to be converted to be transaction aware. We are seeing deadlock issues related to this code as described in the following FreeIPA ticket:

https://fedorahosted.org/freeipa/ticket/3967

Ticket has been cloned to Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1031226

This is ok for the retro cl case. We will need another ticket if we want to be able to use ldbm_back_seq in a standalone operation - that is, start a transaction, handle transaction deadlocks/retries, and commit/abort.

git merge ticket47598
Updating 3dca85e..5027211
Fast-forward
ldap/servers/slapd/back-ldbm/seq.c | 61 ++++++++++++++++++++----------------
1 files changed, 34 insertions(+), 27 deletions(-)

git push origin master
3dca85e..5027211 master -> master

commit 50272119bbff52c5d9b6ce5d7302aef763aa96ec
Author: Mark Reynolds mreynolds@redhat.com
Date: Tue Nov 19 09:45:03 2013 -0500

1.3.2
1d869d8..17e5d8a 389-ds-base-1.3.2 -> 389-ds-base-1.3.2

1.3.1
229d270..da9fed7 389-ds-base-1.3.1 -> 389-ds-base-1.3.1

Metadata Update from @rmeggins:
- Issue assigned to mreynolds
- Issue set to the milestone: 1.3.1.14

389-ds-base is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in 389-ds-base's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/389ds/389-ds-base/issues/935

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Metadata Update from @spichugi:
- Issue close_status updated to: wontfix (was: Fixed)

Metadata