You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Reynold Xin (JIRA)" <ji...@apache.org> on 2015/08/04 23:23:05 UTC

[jira] [Updated] (INFRA-10079) Cannot push commits to Git anymore

     [ https://issues.apache.org/jira/browse/INFRA-10079?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Reynold Xin updated INFRA-10079:
--------------------------------
    Priority: Critical  (was: Major)

> Cannot push commits to Git anymore
> ----------------------------------
>
>                 Key: INFRA-10079
>                 URL: https://issues.apache.org/jira/browse/INFRA-10079
>             Project: Infrastructure
>          Issue Type: Bug
>          Components: Git
>            Reporter: Reynold Xin
>            Priority: Critical
>
> Tried merging two pull requests and both failed. They were stuck in "Total 67 (delta 14), reused 28 (delta 4)" and then after a while, failed with the following message:
> {code}
> Merge complete (local ref PR_TOOL_MERGE_PR_7891_MASTER). Push to apache? (y/n): y
> git push apache PR_TOOL_MERGE_PR_7891_MASTER:master
> Counting objects: 228, done.
> Delta compression using up to 8 threads.
> Compressing objects: 100% (37/37), done.
> Writing objects: 100% (67/67), 12.41 KiB | 0 bytes/s, done.
> Total 67 (delta 14), reused 28 (delta 4)
> error: RPC failed; result=56, HTTP code = 0
> fatal: The remote end hung up unexpectedly
> fatal: The remote end hung up unexpectedly
> Everything up-to-date
> Restoring head pointer to 5e857bd2
> git checkout 5e857bd2
> Note: checking out '5e857bd2'.
> You are in 'detached HEAD' state. You can look around, make experimental
> changes and commit them, and you can discard any commits you make in this
> state without impacting any branches by performing another checkout.
> If you want to create a new branch to retain commits you create, you may
> do so (now or later) by using -b with the checkout command again. Example:
>   git checkout -b new_branch_name
> HEAD is now at 5e857bd... [SPARK-9553][SQL] remove the no-longer-necessary createCode and createStructCode, and replace the usage
> git branch
> Deleting local branch PR_TOOL_MERGE_PR_7890
> git branch -D PR_TOOL_MERGE_PR_7890
> Deleting local branch PR_TOOL_MERGE_PR_7890_MASTER
> git branch -D PR_TOOL_MERGE_PR_7890_MASTER
> Deleting local branch PR_TOOL_MERGE_PR_7891
> git branch -D PR_TOOL_MERGE_PR_7891
> Deleting local branch PR_TOOL_MERGE_PR_7891_MASTER
> git branch -D PR_TOOL_MERGE_PR_7891_MASTER
> Exception while pushing: Command '[u'git', u'push', u'apache', u'PR_TOOL_MERGE_PR_7891_MASTER:master']' returned non-zero exit status 1
> Restoring head pointer to 5e857bd2
> git checkout 5e857bd2
> HEAD is now at 5e857bd... [SPARK-9553][SQL] remove the no-longer-necessary createCode and createStructCode, and replace the usage
> git branch
> {code}
> At least one other committer also have the same problem.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)