Open mitochon opened 1 day ago
It looks like Elasticsearch stopped responding which caused this timeout. Is there any additional information in the Elasticsearch log?
This may happen if you run out of disk space for example but the log of the Elasticsearch container should give more detail.
I checked the /usr/share/elasticsearch/logs directory in the ES container and didn't see any glaring issues or error. Though I noticed there is some garbage collection happening that took 28 secs? Not sure if that causes the timeout (between 08:53:57-> 08:54:25)
[2024-11-18T08:53:43.528+0000][74][info ][safepoint ] Safepoint "G1CollectForAllocation", Time since last: 5123885786 ns, Reaching safepoint: 726424 ns, Cleanup: 1927892
ns, At safepoint: 38841428 ns, Total: 41495744 ns
[2024-11-18T08:53:47.968+0000][74][info ][safepoint ] Safepoint "Cleanup", Time since last: 4435318850 ns, Reaching safepoint: 4062958 ns, Cleanup: 1198277 ns, At safepo
int: 149499 ns, Total: 5410734 ns
[2024-11-18T08:53:50.365+0000][74][info ][safepoint ] Safepoint "Cleanup", Time since last: 2400624616 ns, Reaching safepoint: 883206 ns, Cleanup: 1359351 ns, At safepoi
nt: 252453 ns, Total: 2495010 ns
[2024-11-18T08:53:57.753+0000][74][info ][safepoint ] Safepoint "Cleanup", Time since last: 7356859076 ns, Reaching safepoint: 15672975 ns, Cleanup: 8624944 ns, At safep
oint: 3523816 ns, Total: 27821735 ns
[2024-11-18T08:54:25.609+0000][74][info ][gc,start ] GC(324) Pause Young (Normal) (G1 Evacuation Pause)
[2024-11-18T08:54:25.617+0000][74][info ][gc,task ] GC(324) Using 10 workers of 10 for evacuation
[2024-11-18T08:54:25.617+0000][74][debug][gc,age ] GC(324) Desired survivor size 161480704 bytes, new threshold 15 (max threshold 15)
[2024-11-18T08:54:25.719+0000][74][info ][gc,phases ] GC(324) Pre Evacuate Collection Set: 3.1ms
[2024-11-18T08:54:25.720+0000][74][info ][gc,phases ] GC(324) Merge Heap Roots: 1.6ms
[2024-11-18T08:54:25.720+0000][74][info ][gc,phases ] GC(324) Evacuate Collection Set: 39.9ms
[2024-11-18T08:54:25.720+0000][74][info ][gc,phases ] GC(324) Post Evacuate Collection Set: 54.5ms
[2024-11-18T08:54:25.720+0000][74][info ][gc,phases ] GC(324) Other: 3.5ms
[2024-11-18T08:54:25.720+0000][74][trace][gc,age ] GC(324) Age table with threshold 15 (max threshold 15)
[2024-11-18T08:54:25.720+0000][74][trace][gc,age ] GC(324) - age 1: 19424744 bytes, 19424744 total
[2024-11-18T08:54:25.720+0000][74][trace][gc,age ] GC(324) - age 2: 1350000 bytes, 20774744 total
[2024-11-18T08:54:25.720+0000][74][trace][gc,age ] GC(324) - age 3: 42280 bytes, 20817024 total
[2024-11-18T08:54:25.720+0000][74][trace][gc,age ] GC(324) - age 4: 43792 bytes, 20860816 total
[2024-11-18T08:54:25.720+0000][74][trace][gc,age ] GC(324) - age 5: 22944 bytes, 20883760 total
[2024-11-18T08:54:25.720+0000][74][trace][gc,age ] GC(324) - age 6: 16688 bytes, 20900448 total
[2024-11-18T08:54:25.720+0000][74][trace][gc,age ] GC(324) - age 7: 30856 bytes, 20931304 total
[2024-11-18T08:54:25.720+0000][74][trace][gc,age ] GC(324) - age 8: 1216 bytes, 20932520 total
[2024-11-18T08:54:25.720+0000][74][trace][gc,age ] GC(324) - age 9: 429888 bytes, 21362408 total
[2024-11-18T08:54:25.720+0000][74][trace][gc,age ] GC(324) - age 10: 13376 bytes, 21375784 total
[2024-11-18T08:54:25.721+0000][74][info ][gc,heap ] GC(324) Eden regions: 607->0(608)
[2024-11-18T08:54:25.721+0000][74][info ][gc,heap ] GC(324) Survivor regions: 7->6(77)
[2024-11-18T08:54:25.721+0000][74][info ][gc,heap ] GC(324) Old regions: 62->62
[2024-11-18T08:54:25.721+0000][74][info ][gc,heap ] GC(324) Humongous regions: 6->6
[2024-11-18T08:54:25.724+0000][74][info ][gc,metaspace] GC(324) Metaspace: 138745K(142144K)->138745K(142144K) NonClass: 120581K(122368K)->120581K(122368K) Class: 18164K(19
776K)->18164K(19776K)
[2024-11-18T08:54:25.725+0000][74][info ][gc ] GC(324) Pause Young (Normal) (G1 Evacuation Pause) 2725M->293M(4096M) 117.785ms
[2024-11-18T08:54:25.725+0000][74][info ][gc,cpu ] GC(324) User=0.29s Sys=0.05s Real=0.12s
[2024-11-18T08:54:25.727+0000][74][info ][safepoint ] Safepoint "G1CollectForAllocation", Time since last: 27849747691 ns, Reaching safepoint: 2012623 ns, Cleanup: 13054
82 ns, At safepoint: 128221602 ns, Total: 131539707 ns
Hi .. I'm trying to import an RF2 snapshot file using the docker container with the most recent branch. Followed the instructions and the import runs for around 45 min before hitting this error. Would appreciate any insights on how to get around this issue.