Code review comment for lp:~akopytov/percona-xtrabackup/bug1183793-2.1

Revision history for this message
Alexey Kopytov (akopytov) wrote :

I think the logic there is: "if setrlimit() succeeds, check what limit has actually been set". That code doesn't expect getrlimit() call to fail (since the same call succeeded previously), but assumes the actually set limit may be different from what was requested. In which case it returns the actual limit instead.

« Back to merge proposal