Thread (14 messages) 14 messages, 5 authors, 2019-06-28

Re: GIT issue while cloning (fatal: pack is corrupted (SHA1 mismatch)) !!!

From: Jeff King <hidden>
Date: 2019-06-28 23:55:36

On Fri, Jun 28, 2019 at 04:18:37PM +0000, Vanak, Ibrahim wrote:
But HPUX Dev team have seen one significance difference, when they
were triaging this issue, the ways GIT operations handled by 2 OSs: On
linux, around 40 processes are spawned for handling a GIT operation
whereas on HPUX only one process manages the operation. Is there
something special being written for linux on GIT code ?
On Linux (and any platform that supports pthreads), Git will do the
lstat() operations to refresh the index in parallel. See the
core.preloadIndex option (which I think defaults to true).

If you have a very high-latency lstat() and your build does not have
pthread support, that could be a significant difference.

That might be worth exploring.

-Peff
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help