Affected Version:
at least 2.1.1.1
What steps will reproduce the problem?
1. Repo init
2. Repo sync
3. goto 1 many times ;-)
What is the expected output?
The repo sync should finish without errors.
What do you see instead?
Traceback (most recent call last):
File
"/home/hudsonslave/root/workspace/offbuild_deckard-integration/.repo/repo/main.py",
line 235, in <module>
_Main(sys.argv[1:])
File
"/home/hudsonslave/root/workspace/offbuild_deckard-integration/.repo/repo/main.py",
line 217, in _Main
repo._Run(argv)
File
"/home/hudsonslave/root/workspace/offbuild_deckard-integration/.repo/repo/main.py",
line 123, in _Run
cmd.Execute(copts, cargs)
File
"/home/hudsonslave/root/workspace/offbuild_deckard-integration/.repo/repo/subcmds/sync.py",
line 212, in Execute
fetched = self._Fetch(to_fetch)
File
"/home/hudsonslave/root/workspace/offbuild_deckard-integration/.repo/repo/subcmds/sync.py",
line 114, in _Fetch
if project.Sync_NetworkHalf():
File
"/home/hudsonslave/root/workspace/offbuild_deckard-integration/.repo/repo/project.py",
line 593, in Sync_NetworkHalf
print >>sys.stderr, 'Initializing project %s ...' % self.name
IOError: [Errno 11] Resource temporarily unavailable
Please provide any additional information below.
We have started to see this error more often lately perhaps its a memory
leak or so... I am pretty sure that a restart of the Gerrit service would
make things go back to normal.
Cc: -s...@google.com