After a few more attempts, the issue was resolved.
It seems that GitHub made a change in their latest update to VMs which
leaves less memory available for builds.
The root cause of the issue seemed that swap space had been disabled for
some builds a long time ago to save diskspace. Re-enabling the
I pushed PR https://github.com/apache/pulsar/pull/11414 to fix the issue.
Let's see if it does.
-Lari
On Wed, Jul 21, 2021 at 2:28 PM Lari Hotari wrote:
> Hi all,
>
> There are several integration test jobs failing where the docker container
> run by Testcontainers gets terminated with error co
Hi all,
There are several integration test jobs failing where the docker container
run by Testcontainers gets terminated with error code 137 (maps to out of
memory error).
The failing jobs are:
CI - Integration - Sql -
https://github.com/apache/pulsar/actions/workflows/ci-integration-sql.yaml
(mo