Skip to content

Conversation

@maxux
Copy link
Collaborator

@maxux maxux commented Dec 29, 2022

From issue #146, RSCAN is not returning sane data in sequential database. This is caused by old dirty code supposed to fix mistake on old database, we drop that support since it's not used and probably not in the field and if it it, please migrate your database to a new version.

Issue #146 reports an issue using sequential mode and RSCAN not
returning sane values.

This is confirmed.

Code was still using old hardcoded fixed-length value (32 bits keys) not
relevant anymore, but moreover was still using a dirty fix needed
because of an old bug. This bug is probably not on the field anymore and
can be discarded, this commit bypass that old hotfix and use a more
classic/logic way how to deal RSCAN. Code will be cleaned after more
tests.
@maxux maxux merged commit 40b8c19 into development-v2 Dec 29, 2022
@maxux maxux deleted the development-v2-rscan-hotfix branch December 29, 2022 15:08
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