-
Notifications
You must be signed in to change notification settings - Fork 91
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
Residual bug in Way_Updater #710
Comments
Many but not all other instances I'm aware of are also impacted:
|
It looks like this affects only one version of one way. The following patch program has been applied to the public databases to fix the defect version:
It con be compiled with |
I believe migrate_start and migrate_commit were added fairly recently only, maybe in 0.7.60. Is there an easy way to also apply the update on older releases? |
The public database currently shows for example on the query
[date:"2023-10-25T00:00:00Z"];way(404135463);
the errorAfter some investigation it is clear that there is indeed a broken way entry in the database, but also it looks like currently no other way is affected. There is a delta compressed way version of this way for which the reference sits on a different index.
The most likely cause is a rather arcane bug in way_updater that cause the bad data to be written. The precise bug is yet unknown.
The text was updated successfully, but these errors were encountered: