Project

General

Profile

Fix #11889

Updated by Loïc Dachary almost 9 years ago

On June 5, 2015 there was exactly one on lingering git fetch-pack, stuck for two days. I've observed the same in the past, some git fetch-pack stuck for more than two days. I did a git gc ; git prune in the ceph git mirror and thought it went away. But it appears to be unrelated. There are other git repositories associated to other projects but none of them suffer from the same problem.  

 <pre> 
 cephtra+ 14384    0.0    0.2 480496 171040 ?         Sl     Jun03     0:31 Passenger RackApp: /home/cephtracker/tracker.ceph.com 
 cephtra+ 14888    0.0    0.0     4428     616 ?          S      Jun03     0:00    \_ sh -c git --git-dir='/home/cephtracker/redmine-git/ceph.git' fetch origin > /tmp/github_hook_exec20150603-14384-18agwcn 2>&1 
 cephtra+ 14890    0.0    0.0    29992 15132 ?          S      Jun03     0:00        \_ git --git-dir=/home/cephtracker/redmine-git/ceph.git fetch origin 
 cephtra+ 14891    0.0    0.0 171812 13452 ?          S      Jun03     0:00            \_ git-remote-https origin https://github.com/ceph/ceph.git 
 cephtra+ 14894    0.0    0.0 112220 27272 ?          S      Jun03     0:00                \_ git fetch-pack --stateless-rpc --stdin --lock-pack --include-tag --thin --no-progress https://github.com/ceph/ceph.git/ 

 ubuntu@tracker:~$ sudo strace -p 14894 
 Process 14894 attached 
 read(0, ^CProcess 14894 detached 

 </pre> 

Back