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
Rank 30 ETA Error #409
Comments
|
Thanks for the detailed report. It looks like the postgresql server crashed. Do you see any errors in the postgresql log file ( The tablespaces, load-avg, dsk read/write look fine. I've run a full planet import just a couple of days ago (with 64GB RAM) so I doubt it's anything data related. |
and second crash: It seems that connection lost. But what is the reason?
|
|
I've now seen this error on my test instance as well (Debian stretch). Looks actually like an internal postgres problem where the different threads run each other into a deadlock. As a workaround the indexing can be safely continued with the following command: |
|
@lonvia In this way indexing continues within the level? Or starts at the beginning of the unfinished rank? |
|
It will continue within the level exactly where it left off. (You'll see it scanning again through all rank levels but that is just because unindexed rows are specially marked and it searches for the next marked ones.) |
|
Closing as I suspect it is more of a Postgres issue than a Nominatim issue. I haven't seen this error in a while. |
On rank 30 I get error on the same place.
There is some technical info:
OS:
Postgres v.9.4 settings:
PostGis ("select PostGIS_full_version();"):
Nominatim .local settings ("Osm2pgsql_Index in other tablespace on SSD"):
Hardware:
RAM 64GB, 150GB swap space;
CPU 24 core;
There are two questions:
Thanks for help!
The text was updated successfully, but these errors were encountered: