Hello,
After an upgrade to Jira 7.9.2 we get this error for one of our 3 Git repositories
Receiving objects: 100%Resolving deltas: 30%base length incorrectError while reindexing of ********: base length incorrect
Hi Jimmi,
Is that in the log or are you manually indexing in the UI?
The "base length incorrect" error implies a corrupt repo clone --- it's a message coming out of jgit concerning bad binary deltas.
Which version of Git Integration for Jira add-on are you running?
Hi Mark,
Thank you for the fast reply.
We are running Version:2.13.6 i updated today to see if that made a difference.
We tried to move the Repository Root to a second disc, but failed in doing so.
Do you have any ideas how to solve it, or should i try to delete it and create it again?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If removing and re-adding is easy, just to do that --- it should work itself out (UNLESS the repo is really corrupt at the source in which case that's a different issue altogether...).
Ultimately, the goal is to get that Git repo on disk fixed or recloned. A command line "git fsck" against that repo might do it. You could also just "git clone --mirror" a new clone and put it in place as well.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I will try to delete it and create it again.
Is there any easy way to move the repo folder other than doing git commands on the server?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You mean really "move" the repo folder? (like to another disk)
If you do move the repo folder completely, you can tell Git for Jira where to find the repo folder (check the Advanced Settings for the repo --- there's a path textbox for it).
If you're on a platform where symbolic links are an option, you can use those as well.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.