Skip to content

Issue 6064 - bdb2mdb shows errors#6341

Merged
progier389 merged 1 commit into389ds:mainfrom
progier389:i6064
Sep 27, 2024
Merged

Issue 6064 - bdb2mdb shows errors#6341
progier389 merged 1 commit into389ds:mainfrom
progier389:i6064

Conversation

@progier389
Copy link
Contributor

@progier389 progier389 commented Sep 24, 2024

Fix several issues with dsctl dblib migration tools:
Fix some problem related to dbscan -D bdb --import:

  • random crash when closing the database - Fixed by fully cleaning the bdb framework if open in read-write mode
  • random records were missing - Fixed by fully starting the bdb framework when it is open in read-write mode
    and by using txn
    Fixed error messages displayed when trying to reopen ldap connection on restarted instance by not reopening the connection that are not needed.
    Fixed error messages displayed when there is no replication changelog by detecting the presence of replication changelog before trying to export it.

Issue: #6064

Reviewed by: @tbordaz (Thans!)

Copy link
Contributor

@tbordaz tbordaz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@progier389 progier389 merged commit c1b842e into 389ds:main Sep 27, 2024
progier389 added a commit that referenced this pull request Oct 7, 2024
Fix several issues with dsctl dblib migration tools:
Fix some problem related to dbscan -D bdb --import:

random crash when closing the database - Fixed by fully cleaning the bdb framework if open in read-write mode
random records were missing - Fixed by fully starting the bdb framework when it is open in read-write mode
and by using txn
Fixed error messages displayed when trying to reopen ldap connection on restarted instance by not reopening the connection that are not needed.
Fixed error messages displayed when there is no replication changelog by detecting the presence of replication changelog before trying to export it.
Issue: #6064

Reviewed by: @tbordaz (Thans!)

(cherry picked from commit c1b842e)
@progier389 progier389 deleted the i6064 branch May 20, 2025 13:04
progier389 added a commit that referenced this pull request Jun 6, 2025
Fix several issues with dsctl dblib migration tools:
Fix some problem related to dbscan -D bdb --import:

random crash when closing the database - Fixed by fully cleaning the bdb framework if open in read-write mode
random records were missing - Fixed by fully starting the bdb framework when it is open in read-write mode
and by using txn
Fixed error messages displayed when trying to reopen ldap connection on restarted instance by not reopening the connection that are not needed.
Fixed error messages displayed when there is no replication changelog by detecting the presence of replication changelog before trying to export it.
Issue: #6064

Reviewed by: @tbordaz (Thans!)

(cherry picked from commit c1b842e)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants