Getting Exception org.eclipse.jgit.errors.LargeObjectException [message #1841738] |
Thu, 27 May 2021 05:51  |
Eclipse User |
|
|
|
Hi, We are using jgit to load all commit diffs into our database lcoally and running into below issues for few big repos
at org.eclipse.jgit.internal.storage.file.Pack.load(Pack.java:902)
org.eclipse.jgit.internal.storage.file.Pack.get(Pack.java:274)
org.eclipse.jgit.internal.storage.file.PackDirectory.open(PackDirectory.java:211)
org.eclipse.jgit.internal.storage.file.ObjectDirectory.openPackedObject(ObjectDirectory.java:390)
org.eclipse.jgit.internal.storage.file.ObjectDirectory.openPackedFromSelfOrAlternate(ObjectDirectory.java:354)
org.eclipse.jgit.internal.storage.file.ObjectDirectory.openObjectWithoutRestoring(ObjectDirectory.java:345)
org.eclipse.jgit.internal.storage.file.ObjectDirectory.openObject(ObjectDirectory.java:330)
org.eclipse.jgit.internal.storage.file.WindowCursor.open(WindowCursor.java:132)
org.eclipse.jgit.diff.ContentSource$ObjectReaderSource.open(ContentSource.java:112)
org.eclipse.jgit.diff.ContentSource$Pair.open(ContentSource.java:257)
org.eclipse.jgit.diff.DiffFormatter.open(DiffFormatter.java:1074)
Seems to me that something is not ok and need to be checked
Pease help?
|
|
|
|
Powered by
FUDForum. Page generated in 0.02586 seconds