Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI - Error when trying to display global DB stats with LMDB #6614

Open
jchapma opened this issue Feb 17, 2025 · 0 comments · May be fixed by #6622
Open

CLI - Error when trying to display global DB stats with LMDB #6614

jchapma opened this issue Feb 17, 2025 · 0 comments · May be fixed by #6622
Assignees
Labels
lmdb LMDB related needs triage The issue will be triaged during scrum

Comments

@jchapma
Copy link
Contributor

jchapma commented Feb 17, 2025

Issue Description
Displaying global monitor stats fails with key error

Package Version and Platform:

  • Package and version: Main branch

Steps to Reproduce

  1. Create instance with mdb
  2. Display the global DB stats
dsconf localhost monitor dbmon
Error: list index out of range

Expected results
Monitor stats displayed

Additional context
This issue was initially reported in "Additional info" for #6557

@jchapma jchapma added lmdb LMDB related needs triage The issue will be triaged during scrum labels Feb 17, 2025
@jchapma jchapma self-assigned this Feb 17, 2025
jchapma added a commit to jchapma/389-ds-base that referenced this issue Feb 17, 2025
…LMDB

Bug description:
Displaying global monitor stats fails with key error. Caused by BDB
backend keys being used when MDB is the configured DB implementation.

Fix description:
Ensure backend and monitor keys match the configured DB implementation.

Fixes: 389ds#6614

Reviewed by:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lmdb LMDB related needs triage The issue will be triaged during scrum
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant