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

immuadmin dump results in immudb crash #283

Closed
Gjergj opened this issue May 28, 2020 · 1 comment
Closed

immuadmin dump results in immudb crash #283

Gjergj opened this issue May 28, 2020 · 1 comment
Assignees
Labels
Component::immudb Server component of immudb

Comments

@Gjergj
Copy link
Contributor

Gjergj commented May 28, 2020

Steps to reproduce:
./immudb

login to immudb

./immuadmin dump

Result
Immudb crash

Expect
Send db data to immuadmin

@Gjergj Gjergj added the Component::immudb Server component of immudb label May 28, 2020
@Gjergj Gjergj self-assigned this May 28, 2020
@Gjergj
Copy link
Contributor Author

Gjergj commented May 28, 2020

Update:
This bug is unveiled after fix on PR #281
It only happens on an empty db. Once the user inserts a record dump works fine.
On empty db badger panics once with:
Commit cannot be called with managedDB=true. Use CommitAt.
and
ReadTs should not be retrieved for managed DB

This could be a badger bug, further investigation is needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component::immudb Server component of immudb
Projects
None yet
Development

No branches or pull requests

1 participant