-
-
Notifications
You must be signed in to change notification settings - Fork 719
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
NumericValueOutOfRange: value "11111111111111111111" is out of range #3527
Comments
The previous malicious comment is deleted now. Never download anything from a random user. |
@NGeb1 That long number is a house number. The issue was fixed in #3520 and is part of version 4.4.1 https://github.com/osm-search/Nominatim/releases/tag/v4.4.1 |
Is there an easy way to skip over this problematic address so that I can continue to keep up to date whilst I look into upgrading to 4.4.1? I am currently on 4.3.1 |
I think it's possible to patch Nominatim 4.3. Looking at https://github.com/osm-search/Nominatim/blob/4.3.x/lib-sql/functions/interpolation.sql#L154 the relevant lines haven't changed in Nominatim 4.4.0. So the patch in https://github.com/osm-search/Nominatim/pull/3520/files should work. In your database you can use A cleaner way is to edit the file (interpolation.sql) in your filesystem and execute |
Great. Thanks a lot! |
Describe the bug
Last lines in replication.log:
2024-08-26 06:59:27: Starting rank 0 (using batch size 1)
2024-08-26 06:59:29: Done 590 in 2 @ 293.392 per second - rank 0 ETA (seconds): 1.64
2024-08-26 06:59:30: Done 883 in 2 @ 302.591 per second - rank 0 ETA (seconds): 0.62
2024-08-26 06:59:31: Done 1070/1070 in 3 @ 291.159 per second - FINISHED rank 0
To Reproduce
I had a full planet import with 4.0, I managed to update it to 4.2, and than updated to 4.4, all with continuous replication.
P.S. I managed to overcome the previous replication problems, which apparently happened because of the planet vandalism problems, by running "NOMINATIM_REPLICATION_URL=https://planet.openstreetmap.org/replication/day/ NOMINATIM_REPLICATION_MAX_DIFF=10000 nominatim replication --catch-up --project-dir /nominatim" inside the container.
Software Environment (please complete the following information):
Hardware Configuration (please complete the following information):
Postgresql Configuration:
sudo docker run -it -e PBF_URL=https://planet.openstreetmap.org/pbf/planet-latest.osm.pbf -e IMPORT_WIKIPEDIA=true -e REPLICATION_URL=https://planet.openstreetmap.org/replication/hour/ -e UPDATE_MODE=continuous -e POSTGRES_MAINTENANCE_WORK_MEM=20GB -e POSTGRES_EFFECTIVE_CACHE_SIZE=48GB --shm-size=64G -v /opt/nominatim-data:/var/lib/postgresql/14/main -v /opt/nominatim-flatnode:/nominatim/flatnode -p 8080:8080 --name nominatim mediagis/nominatim:4.4
Nominatim Configuration:
see above
Additional context
The text was updated successfully, but these errors were encountered: