You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Chun-Hung Hsiao (JIRA)" <ji...@apache.org> on 2018/08/02 22:56:00 UTC

[jira] [Created] (MESOS-9130) Test `StorageLocalResourceProviderTest.ROOT_ContainerTerminationMetric` is flaky.

Chun-Hung Hsiao created MESOS-9130:
--------------------------------------

             Summary: Test `StorageLocalResourceProviderTest.ROOT_ContainerTerminationMetric` is flaky.
                 Key: MESOS-9130
                 URL: https://issues.apache.org/jira/browse/MESOS-9130
             Project: Mesos
          Issue Type: Bug
          Components: storage
    Affects Versions: 1.6.0, 1.7.0
            Reporter: Chun-Hung Hsiao


This test is flaky and can fail with the following error:
{noformat}
../../src/tests/storage_local_resource_provider_tests.cpp:3167
Failed to wait 15secs for pluginRestarted{noformat}
The actual error is the following:
{noformat}
E0802 22:13:37.265038  8216 provider.cpp:1496] Failed to reconcile resource provider b9379982-d990-4f63-8a5b-10edd4f5a1bb: Collect failed: OS Error{noformat}
The root cause is that the SLRP calls {{ListVolumes}} and {{GetCapacity}} when starting up, and if the plugin container is killed when these calls are ongoing, gRPC will return \{{OS Error}}s which will lead the SLRP to fail.

This flakiness will be fixed once we finish https://issues.apache.org/jira/browse/MESOS-8400.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)