#4277 Cloned tickets repository is not up to date
Closed: Fixed by pingou. Opened by vashirov.

I'm cloning tickets repository for 389-ds-base, but the last update is from May 2018:

$ git clone ssh://git@pagure.io/tickets/389-ds-base.git 389-ds-base-tickets
Cloning into '389-ds-base-tickets'...
remote: Counting objects: 39813, done.
remote: Compressing objects: 100% (29426/29426), done.
remote: Total 39813 (delta 25198), reused 24996 (delta 10382)
Receiving objects: 100% (39813/39813), 139.55 MiB | 4.20 MiB/s, done.
Resolving deltas: 100% (25198/25198), done.
$ git log -1    
commit a05bdbd0524fc3e48e5b03efbbdae2df794e011a (HEAD -> master, origin/master, origin/HEAD)
Author: pagure <pagure>
Date:   Thu May 3 10:55:52 2018 +0000
    Updated issue 947ca94ad61d478cadeb98401d70221b: In repicated topology a single-valued attribute can diverge

Per discussion on IRC, looks like it's a limitation of libgit2 that causes too many files open.

Possibly related issue in libgit2: https://github.com/libgit2/libgit2/issues/2758


Metadata Update from @pingou:
- Issue tagged with: bug

Metadata Update from @pingou:
- Issue assigned to pingou

Metadata Update from @pingou:
- Issue set to the milestone: 5.5

Commit a87742c3 fixes this issue

Metadata
Related Pull Requests