Gerrit Database Lookup change_id

Source: Internet
Author: User
Tags unpack

############################################################# #remote: Resolving deltas: -% (2/2) Error:unpack failed:error Missing unknown 613fd2557fba30aff2dbd51c3807cc57561bab08fatal:unpack error, check Server logto SSH://[Email Protected]:29418/neutron.git! [Remote rejected] HEAD--Refs/publish/datong (n/A (unpacker error)) error:failed to push some refs to'Ssh://[email protected]:29418/neutron.git' #####################################################################
Something similar to the error occurred because the old code was deleted, and the associated code on Gerrit was not processed due to the previous commit. exists in the databaseNeutron.gitThe library Patch_set cannot find the corresponding object. Workaround: Log in to the Gerrit server to enter the database I use it here. H2 database Java-jar Bin/gerrit.war gsql\dselect * from Patch_sets; find it.613fd2557fba30aff2dbd51c3807cc57561bab08Corresponds to ID created_on | DRAFT | REVISION | uploader_account_id | change_id | patch_set_id------------------------+-------+------------------------------------------+---------------------+ -----------+-------------2015-01-04 15:57:08.423 | N |613fd2557fba30aff2dbd51c3807cc57561bab08| 1000002 | 1 | 1 then update changes set open= ' N ', status= ' A ' where Change_id=1;status=a (Abandon) back to the Web page to see the submission has gone

Gerrit Database Lookup change_id

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.