[JIRA] (OVIRT-468) Create a job to run git-exproll.sh instead of git gc on gerrit
by eyal edri [Administrator] (oVirt JIRA)
[ https://ovirt-jira.atlassian.net/browse/OVIRT-468?page=com.atlassian.jira... ]
eyal edri [Administrator] updated OVIRT-468:
--------------------------------------------
Description:
There's a script at /home/gerrit2/gerrit.git/contrib/git-exproll.sh that does
some garbage collection (replaces git gc, actually, it runs that too but it
also does other things) that cleans up the git repos specified and greatly
improves the performance of gerrit as a whole.
In the last pass, it shrinked ovirt-engine from 11G to 1G.
--
David Caro
Red Hat S.L.
Continuous Integration Engineer - EMEA ENG Virtualization R&D
Tel.: +420 532 294 605
Email: dcaro(a)redhat.com
IRC: dcaro|dcaroest@{freenode|oftc|redhat}
Web: www.redhat.com
RHT Global #: 82-62605
was:
There's a script at /home/gerrit2/gerrit.git/contrib/git-exproll.sh that does
some garbage collection (replaces git gc, actually, it runs that too but it
also does other things) that cleans up the git repos specified and greatly
improves the performance of gerrit as a whole.
In the last pass, it shrinked ovirt-engine from 11G to 1G.
--
David Caro
Red Hat S.L.
Continuous Integration Engineer - EMEA ENG Virtualization R&D
Tel.: +420 532 294 605
Email: dcaro(a)redhat.com
IRC: dcaro|dcaroest@{freenode|oftc|redhat}
Web: www.redhat.com
RHT Global #: 82-62605
> Create a job to run git-exproll.sh instead of git gc on gerrit
> --------------------------------------------------------------
>
> Key: OVIRT-468
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-468
> Project: oVirt - virtualization made easy
> Issue Type: By-EMAIL
> Reporter: dcaro
> Assignee: infra
> Attachments: signature.asc
>
>
> There's a script at /home/gerrit2/gerrit.git/contrib/git-exproll.sh that does
> some garbage collection (replaces git gc, actually, it runs that too but it
> also does other things) that cleans up the git repos specified and greatly
> improves the performance of gerrit as a whole.
> In the last pass, it shrinked ovirt-engine from 11G to 1G.
> --
> David Caro
> Red Hat S.L.
> Continuous Integration Engineer - EMEA ENG Virtualization R&D
> Tel.: +420 532 294 605
> Email: dcaro(a)redhat.com
> IRC: dcaro|dcaroest@{freenode|oftc|redhat}
> Web: www.redhat.com
> RHT Global #: 82-62605
--
This message was sent by Atlassian JIRA
(v7.2.0-OD-05-023#72002)
8 years, 7 months
[JIRA] (OVIRT-468) Create a job to run git-exproll.sh instead of git gc on gerrit
by David Caro Estevez (oVirt JIRA)
[ https://ovirt-jira.atlassian.net/browse/OVIRT-468?page=com.atlassian.jira... ]
David Caro Estevez commented on OVIRT-468:
------------------------------------------
Running it on a weekly basis should be enough
> Create a job to run git-exproll.sh instead of git gc on gerrit
> --------------------------------------------------------------
>
> Key: OVIRT-468
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-468
> Project: oVirt - virtualization made easy
> Issue Type: By-EMAIL
> Reporter: dcaro
> Assignee: infra
> Attachments: signature.asc
>
>
> There's a script at /home/gerrit2/gerrit.git/contrib/git-exproll.sh that does
> some garbage collection (replaces git gc, actually, it runs that too but it
> also does other things) that cleans up the git repos specified and greatly
> improves the performance of gerrit as a whole.
> In the last pass, it shrinked ovirt-engine from 11G to 1G.
> --
> David Caro
> Red Hat S.L.
> Continuous Integration Engineer - EMEA ENG Virtualization R&D
> Tel.: +420 532 294 605
> Email: dcaro(a)redhat.com
> IRC: dcaro|dcaroest@{freenode|oftc|redhat}
> Web: www.redhat.com
> RHT Global #: 82-62605
--
This message was sent by Atlassian JIRA
(v7.2.0-OD-05-022#72002)
8 years, 7 months
[JIRA] (OVIRT-468) Create a job to run git-exproll.sh instead of git gc on gerrit
by dcaro (oVirt JIRA)
dcaro created OVIRT-468:
---------------------------
Summary: Create a job to run git-exproll.sh instead of git gc on gerrit
Key: OVIRT-468
URL: https://ovirt-jira.atlassian.net/browse/OVIRT-468
Project: oVirt - virtualization made easy
Issue Type: By-EMAIL
Reporter: dcaro
Assignee: infra
Attachments: signature.asc
There's a script at /home/gerrit2/gerrit.git/contrib/git-exproll.sh that does
some garbage collection (replaces git gc, actually, it runs that too but it
also does other things) that cleans up the git repos specified and greatly
improves the performance of gerrit as a whole.
In the last pass, it shrinked ovirt-engine from 11G to 1G.
--
David Caro
Red Hat S.L.
Continuous Integration Engineer - EMEA ENG Virtualization R&D
Tel.: +420 532 294 605
Email: dcaro(a)redhat.com
IRC: dcaro|dcaroest@{freenode|oftc|redhat}
Web: www.redhat.com
RHT Global #: 82-62605
--
This message was sent by Atlassian JIRA
(v7.2.0-OD-05-022#72002)
8 years, 7 months
gerrit down
by Marcin Mirecki
All,
Gerrit seems to be in a bad shape. Pages load minutes, if at all, pushes are impossible to make.
Could you please check this?
Thanks,
Marcin
8 years, 7 months
git fetch/push slowliness and/or errors
by Yevgeny Zaspitsky
Recently (today) I started having problems with pushing and fetching staff
from oVirt git server.
Bellow is what I get on my attempt of pushing the rebase topic:
[yzaspits@yz-dell2 ovirt-engine]$ git push gerrit.ovirt.org:ovirt-engine
HEAD:refs/for/master/ipv6
Counting objects: 1275, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (515/515), done.
Writing objects: 100% (1275/1275), 164.53 KiB | 0 bytes/s, done.
Total 1275 (delta 540), reused 1060 (delta 341)
remote: Resolving deltas: 100% (540/540)
remote: Processing changes: updated: 15, refs: 16, done
remote: error: internal error while processing changes
To gerrit.ovirt.org:ovirt-engine
! [remote rejected] HEAD -> refs/for/master/ipv6 (internal error)
error: failed to push some refs to 'gerrit.ovirt.org:ovirt-engine'
The command run took about 5-10 minutes, during which was very slow
progress in the "updated" count. Fetching takes very long time too.
I tried pinging gerrit.ovirt.org but didn't find a problem in the network.
Also ssh -T works relatively fast.
Is anyone experiences anything similar?
How can this be troubleshoot?
What "internal error" does mean? Is that on the git server side or on the
on the client one?
Regards,
Yevgeny
8 years, 7 months