You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Tim Armstrong (JIRA)" <ji...@apache.org> on 2016/04/06 19:27:25 UTC

[jira] [Created] (INFRA-11609) Cannot push to incubator-impala

Tim Armstrong created INFRA-11609:
-------------------------------------

             Summary: Cannot push to incubator-impala
                 Key: INFRA-11609
                 URL: https://issues.apache.org/jira/browse/INFRA-11609
             Project: Infrastructure
          Issue Type: Bug
          Components: Git
            Reporter: Tim Armstrong


I'm seeing the same issue as INFRA-9689 - when pushing a large number of commits it's failing with a file permission error.

{code}
tarmstrong@tarmstrong-box:~/Impala/incubator-impala$ git push origin HEAD:master 
Username for 'https://git-wip-us.apache.org': tarmstrong
Password for 'https://tarmstrong@git-wip-us.apache.org': 
Counting objects: 74956, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (12883/12883), done.
Writing objects: 100% (74956/74956), 32.72 MiB | 637.00 KiB/s, done.
Total 74956 (delta 55422), reused 74951 (delta 55422)
remote: fatal: Unable to create temporary file '/x1/git/repos/asf/incubator-impala.git/./objects/pack/tmp_pack_XXXXXX': Permission denied
error: unpack failed: index-pack abnormal exit
To https://git-wip-us.apache.org/repos/asf/incubator-impala.git
 ! [remote rejected] HEAD -> master (unpacker error)
error: failed to push some refs to 'https://git-wip-us.apache.org/repos/asf/incubator-impala.git'
{code}



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