[JIRA] (JENKINS-50394) Branch Indexing fails with MissingObjectException
Title: Message Title Mark Waite closed an issue as Fixed Jenkins / JENKINS-50394 Branch Indexing fails with MissingObjectException Change By: Mark Waite Status: Resolved Closed Add Comment This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.189448.1522043167000.9764.1563073140326%40Atlassian.JIRA. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-50394) Branch Indexing fails with MissingObjectException
Title: Message Title Mark Waite edited a comment on JENKINS-50394 Re: Branch Indexing fails with MissingObjectException Fixed in [git plugin 3.9.4|https://plugins.jenkins.io/git#GitPlugin-ChangeLog] released April 24, 2019 and in git plugin 4.0.0-beta9 released April 24, 2019. Add Comment This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-50394) Branch Indexing fails with MissingObjectException
Title: Message Title Mark Waite updated JENKINS-50394 Fixed in git plugin 3.9.4 released April 24, 2019 Jenkins / JENKINS-50394 Branch Indexing fails with MissingObjectException Change By: Mark Waite Status: In Review Resolved Resolution: Fixed Add Comment This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-50394) Branch Indexing fails with MissingObjectException
Title: Message Title rsandell updated JENKINS-50394 Jenkins / JENKINS-50394 Branch Indexing fails with MissingObjectException Change By: rsandell Status: In Progress Review Add Comment This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-50394) Branch Indexing fails with MissingObjectException
Title: Message Title rsandell assigned an issue to rsandell Jenkins / JENKINS-50394 Branch Indexing fails with MissingObjectException Change By: rsandell Assignee: Mark Waite rsandell Add Comment This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-50394) Branch Indexing fails with MissingObjectException
Title: Message Title rsandell started work on JENKINS-50394 Change By: rsandell Status: Open In Progress Add Comment This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-50394) Branch Indexing fails with MissingObjectException
Title: Message Title Allan BURDAJEWICZ created an issue Jenkins / JENKINS-50394 Branch Indexing fails with MissingObjectException Issue Type: Bug Assignee: Mark Waite Attachments: indexing.log Components: git-client-plugin, git-plugin Created: 2018-03-26 05:46 Environment: core:2.107.1 git:3.8 git-client:2.7.1 and git-client:3.0.0-beta Priority: Major Reporter: Allan BURDAJEWICZ Issue Branch indexing is sometimes failing with an exception like the following: ERROR: [Tue Mar 20 14:12:32 CET 2018] Could not fetch branches from source c77cfbf8-6ad9-4714-9ad2-07e4d80f2b2c org.eclipse.jgit.errors.MissingObjectException: Missing unknown 86aea335051269d6d5944b6067e7b4ccaa747f2b at org.eclipse.jgit.internal.storage.file.WindowCursor.open(WindowCursor.java:158) at org.eclipse.jgit.lib.ObjectReader.open(ObjectReader.java:227) at org.eclipse.jgit.revwalk.RevWalk.parseAny(RevWalk.java:859) at org.eclipse.jgit.revwalk.RevWalk.parseCommit(RevWalk.java:772) at jenkins.plugins.git.AbstractGitSCMSource$8$2.create(AbstractGitSCMSource.java:572) at jenkins.plugins.git.AbstractGitSCMSource$8$2.create(AbstractGitSCMSource.java:566) at jenkins.scm.api.trait.SCMSourceRequest.process(SCMSourceRequest.java:341) at jenkins.plugins.git.AbstractGitSCMSource$8.discoverBranches(AbstractGitSCMSource.java:557) at jenkins.plugins.git.AbstractGitSCMSource$8.run(AbstractGitSCMSource.java:535) at jenkins