average-vr-56795
10/05/2018, 4:20 PMwitty-crayon-22786
10/05/2018, 4:24 PMwitty-crayon-22786
10/07/2018, 2:34 AMwitty-crayon-22786
10/07/2018, 2:35 AMaloof-angle-91616
10/07/2018, 2:35 AMaloof-angle-91616
10/07/2018, 2:36 AMaloof-angle-91616
10/07/2018, 2:38 AMstore_gc_service.py
one in _extend_lease()
and one in _garbage_collect()
. i had a gdb stacktrace too i cannot find it somehowaloof-angle-91616
10/07/2018, 2:39 AM<http://store.rs|store.rs>
, one which extended the lease of some files, and the other which was garbage collecting them let me find the names at leastaloof-angle-91616
10/07/2018, 2:41 AMgarbage_collect_store
and lease_files_in_graph
were the ones deadlocked but it was just every time it was deadlocked it was always those two threads in python on those methods and those two threads also in rust also in those methods and there was this one scary TODO comment that i will findwitty-crayon-22786
10/07/2018, 2:44 AMaloof-angle-91616
10/07/2018, 2:47 AMaloof-angle-91616
10/07/2018, 2:47 AMwitty-crayon-22786
10/07/2018, 2:47 AMaloof-angle-91616
10/07/2018, 2:48 AMThread 0x00007000062f8000 (most recent call first):
File "/Users/stuhood/src/pants/src/python/pants/pantsd/service/store_gc_service.py", line 45 in _garbage_collect
File "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 754 in run
File "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 801 in __bootstrap_inner
File "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 774 in __bootstrap
Thread 0x0000700005ef5000 (most recent call first):
File "/Users/stuhood/src/pants/src/python/pants/pantsd/service/store_gc_service.py", line 41 in _extend_lease
File "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 754 in run
File "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 801 in __bootstrap_inner
File "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 774 in __bootstrap
aloof-angle-91616
10/07/2018, 2:48 AMwitty-crayon-22786
10/07/2018, 2:48 AMsleep
lines, i think.aloof-angle-91616
10/07/2018, 2:48 AMwitty-crayon-22786
10/07/2018, 2:48 AMaloof-angle-91616
10/07/2018, 2:48 AMwitty-crayon-22786
10/07/2018, 2:49 AMaloof-angle-91616
10/07/2018, 2:49 AMwitty-crayon-22786
10/07/2018, 2:49 AMaloof-angle-91616
10/07/2018, 2:53 AMaloof-angle-91616
10/07/2018, 2:53 AMaloof-angle-91616
10/08/2018, 6:28 AMaloof-angle-91616
10/08/2018, 6:29 AMaloof-angle-91616
10/08/2018, 6:29 AMaloof-angle-91616
10/08/2018, 6:33 AMaverage-vr-56795
10/08/2018, 5:52 PMhappy-kitchen-89482
10/08/2018, 6:02 PM