Hi everyone,
I ran out of disk space on my Compute Engine VM instance whilst it was in the process of doing rank 30. So when I increased the disk space, and then promptly re-ran the indexing process from where it left off, I got a Keyboard Interrupt traceback midway through, on rank 22. Is it safe to ignore this?
WARNING: Starting rank 22
Traceback (most recent call last):
File "/srv/nominatim/Nominatim-3.5.1/nominatim/nominatim.py", line 370, in <module>
Indexer(options).run()
File "/srv/nominatim/Nominatim-3.5.1/nominatim/nominatim.py", line 210, in run
self.index(RankRunner(rank))
File "/srv/nominatim/Nominatim-3.5.1/nominatim/nominatim.py", line 227, in index
for r in cur:
File "/usr/lib/python3.6/encodings/utf_8.py", line 15, in decode
def decode(input, errors='strict'):
KeyboardInterrupt
WARNING: Done 0/0 in 14 @ 0.000 per second - FINISHED rank 22
WARNING: Starting rank 23
WARNING: Done 0/0 in 0 @ 0.000 per second - FINISHED rank 23
WARNING: Starting rank 24
WARNING: Done 0/0 in 1 @ 0.000 per second - FINISHED rank 24
WARNING: Starting rank 25
WARNING: Done 0/0 in 0 @ 0.000 per second - FINISHED rank 25
asked
17 Sep '20, 20:13
rirhun
26●5●5●9
accept rate:
0%