reg. fatal: The remote end hung up unexpectedly on NFS

2018-04-06 Thread Satya Prakash GS
Hi, We have a distributed filesystem with NFS access. On the NFS mount, I was doing a git-clone and if NFS server crashed and came back up while the clone is going on, clone fails with the below message: git clone https://sa...@github.com/fs/private-qa.git remote: Counting objects: 139419, done.

Re: reg. fatal: The remote end hung up unexpectedly on NFS

2018-04-06 Thread Ævar Arnfjörð Bjarmason
On Fri, Apr 06 2018, Satya Prakash wrote: > Hi, > > We have a distributed filesystem with NFS access. On the NFS mount, I > was doing a git-clone and if NFS server crashed and came back up while > the clone is going on, clone fails with the below message: > > git clone https://sa...@github.com/fs

Re: reg. fatal: The remote end hung up unexpectedly on NFS

2018-04-06 Thread Jeff King
On Fri, Apr 06, 2018 at 11:55:51PM +0530, Satya Prakash GS wrote: > We have a distributed filesystem with NFS access. On the NFS mount, I > was doing a git-clone and if NFS server crashed and came back up while > the clone is going on, clone fails with the below message: > > git clone https://sa.

Re: reg. fatal: The remote end hung up unexpectedly on NFS

2018-04-08 Thread Satya Prakash GS
Avarab, I enabled GIT_TRACE, packet, etc. I could not make much sense of the output. I downloaded git source and started looking at the code. Yeah, kernel compilation with failovers worked on our filesystem. We tried xfs test suite with failovers, it worked. Since it's failing with open source NFS