Thanks. Docker isn’t deleting or clearing it when the container exits, but rather when it is restarted. Just tried a restart using a different method.
I did a quick verify to make sure that docker knows the container is there, and it is showing as present, but exited.
docker start $(docker ps -a -q --filter “status=exited”)
gives me the container ID, 582f27c95afe, I only have 1 container on my system.
I then verified that the files in graphs and elevation_cache are still present, then ran this command to restart it from the command line.
docker start -i $(docker ps -q -l)
It immediately deleted the contents of the graphs/car folder, and created 2 files in that folder.
gh.lock location_index
then started rebuilding the graphs folder.
I did get a clean copy of the log up to this point, but I’m not experienced enough with the system to determine if there is any help in it or not.
Could it be something in the ORS-APP causing this?
2020-08-11 20:58:11,182 INFO [ors.Application] - Starting Application v6.2.0 on 582f27c95afe with PID 8 (/usr/local/tomcat/webapps/ors/WEB-INF/classes started by root in /ors-core)
2020-08-11 20:58:11,185 DEBUG [ors.Application] - Running with Spring Boot v2.0.4.RELEASE, Spring v5.0.8.RELEASE
2020-08-11 20:58:11,187 INFO [ors.Application] - No active profile set, falling back to default profiles: default
2020-08-11 20:58:16,080 INFO [ors.Application] - Started Application in 6.452 seconds (JVM running for 19.042)
2020-08-11 20:58:16,300 INFO [routing.RoutingProfileManager] - Total - 1024 MB, Free - 838.68 MB, Max: 2 GB, Used - 185.32 MB
2020-08-11 20:58:16,302 INFO [routing.RoutingProfileManager] -
2020-08-11 20:58:16,341 INFO [routing.RoutingProfileManager] - ====> Initializing profiles from ‘data/osm_file.pbf’ (1 threads) …
2020-08-11 20:58:16,343 INFO [routing.RoutingProfileManager] -
2020-08-11 20:58:16,359 INFO [routing.RoutingProfileManager] -
2020-08-11 20:58:16,398 INFO [routing.RoutingProfile] - [1] Profiles: ‘driving-car’, location: ‘data/graphs/car’.
2020-08-11 21:03:08,856 INFO [core.PrepareCore] - 0, updates:0, nodes: 1 703 799, shortcuts:0, dijkstras:8 385 928, t(dijk):2.7, t(period):0.0, t(lazy):0.0, t(neighbor):0.0, meanDegree:1, algo:26MB, totalMB:1742, usedMB:1172
2020-08-11 21:04:23,663 INFO [core.PrepareCore] - 340 760, updates:2, nodes: 1 363 039, shortcuts:6 491, dijkstras:23 663 875, t(dijk):69.4, t(period):66.86, t(lazy):0.0, t(neighbor):6.02, meanDegree:1, algo:26MB, totalMB:1742, usedMB:1021
2020-08-11 21:05:32,368 INFO [core.PrepareCore] - 681 520, updates:4, nodes: 1 022 279, shortcuts:136 650, dijkstras:36 556 217, t(dijk):130.44, t(period):119.22, t(lazy):0.0, t(neighbor):18.65, meanDegree:2, algo:26MB, totalMB:1742, usedMB:1228
2020-08-11 21:06:41,819 INFO [core.PrepareCore] - 1 022 280, updates:6, nodes: 681 519, shortcuts:432 831, dijkstras:48 175 184, t(dijk):192.19, t(period):160.75, t(lazy):0.0, t(neighbor):40.9, meanDegree:2, algo:26MB, totalMB:1742, usedMB:1189
2020-08-11 21:08:00,492 INFO [core.PrepareCore] - 1 363 040, updates:8, nodes: 340 759, shortcuts:813 866, dijkstras:59 195 868, t(dijk):262.66, t(period):191.11, t(lazy):0.0, t(neighbor):79.44, meanDegree:2, algo:26MB, totalMB:1742, usedMB:1413