Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] Change state corrupt when pushing to Gerrit

2011/12/2 Kevin Sawicki <kevinsawicki@xxxxxxxxx>
I'm trying to push a new patch set to http://egit.eclipse.org/r/#change,4279 and am getting a "change state corrupt" message.

Also I get the Application Error page on http://egit.eclipse.org/r/#change,4279 when I expand Patch Set 28.

Has anyone seen this before and is there a workaround?

according to the database patchset 28 is revision 01298dff916d8dfa1ff2fc628834884fbaaefdbc:

gerrit> select p.* from patch_sets p, changes c where c.change_id = p.change_id and c.change_id=4279 and p.patch_set_id=28;
 revision                                 | uploader_account_id | created_on            | change_id | patch_set_id
 -----------------------------------------+---------------------+-----------------------+-----------+-------------
 01298dff916d8dfa1ff2fc628834884fbaaefdbc | 208                 | 2011-09-29 15:06:31.0 | 4279      | 28
(1 row; 1 ms)

I ran
git show 01298dff916d8dfa1ff2fc628834884fbaaefdbc
on the server and it says "bad object"

git fsck --full --strict doesn't show any problems

It seems this commit is missing but the corresponding patchset entry is there.

--
Matthias

Back to the top