You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "kadir cetinkaya (JIRA)" <ji...@apache.org> on 2019/01/09 13:51:00 UTC

[jira] [Created] (BEAM-6396) PipelineTest:test_memory_usage fails with new urllib3 on some platforms

kadir cetinkaya created BEAM-6396:
-------------------------------------

             Summary: PipelineTest:test_memory_usage fails with new urllib3 on some platforms
                 Key: BEAM-6396
                 URL: https://issues.apache.org/jira/browse/BEAM-6396
             Project: Beam
          Issue Type: Bug
          Components: sdk-py-core
            Reporter: kadir cetinkaya
            Assignee: Ahmet Altay


Disable memory usage test since it fails on some platforms with urllib3 v1.24.1

After an update of urllib3 from 1.15.1 to 1.24.1 this test started to fail with about an 50% increase in memory. After my initial analysis through `objgraph` I have seen that there was an increase in amount of tuple's being used by the test which was proportional to `num_maps * num_elements`.

I've also opened the issue urllib3/urllib3#1514



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