-
Notifications
You must be signed in to change notification settings - Fork 176
I1668 scan id from short to int #1670
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
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems that old indexes (built with composeKey* functions) can be damaged. Please check and do new tests accordingly
@kushti how did you find it can be damaged? I could use some clue |
@kushti I think you misunderstood the logic behind migration, I described it here #1668 (comment) ... we migrate the ids at the boot time and then we type-safely work only with Ints |
How did you test it ? |
@kushti the sequence of testing steps is in the PR description. |
@pragmaxim made custom testing, no results returned for old scans |
@kushti I was working on this almost 14 months ago, it is too stale for me to continue ... the LevelDB layer is very hard to reason about |
See #1668
I tested it and all works fine :