[
https://issues.apache.org/jira/browse/ARROW-2782?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wes McKinney resolved ARROW-2782.
---------------------------------
Resolution: Fixed
Haven't seen these issues recently
> [Python] Ongoing Travis CI failures in Plasma unit tests
> --------------------------------------------------------
>
> Key: ARROW-2782
> URL: https://issues.apache.org/jira/browse/ARROW-2782
> Project: Apache Arrow
> Issue Type: Bug
> Components: Python
> Reporter: Wes McKinney
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.11.0
>
> Time Spent: 1h
> Remaining Estimate: 0h
>
> e.g.
> {code}
> [1m[31m_____________________________ test_use_huge_pages
> ______________________________[0m
> [1m @pytest.mark.skipif(not os.path.exists("/mnt/hugepages"),[0m
> [1m reason="requires hugepage support")[0m
> [1m def test_use_huge_pages():[0m
> [1m import pyarrow.plasma as plasma[0m
> [1m with plasma.start_plasma_store([0m
> [1m plasma_store_memory=2*10**9,[0m
> [1m plasma_directory="/mnt/hugepages",[0m
> [1m use_hugepages=True) as (plasma_store_name, p):[0m
> [1m plasma_client = plasma.connect(plasma_store_name, "", 64)[0m
> [1m> create_object(plasma_client, 10**8)[0m
> [1m[31mpyarrow/tests/test_plasma.py[0m:773:
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
> _
> [1m[31mpyarrow/tests/test_plasma.py[0m:79: in create_object
> [1m seal=seal)[0m
> [1m[31mpyarrow/tests/test_plasma.py[0m:68: in create_object_with_id
> [1m memory_buffer = client.create(object_id, data_size, metadata)[0m
> [1m[31mpyarrow/_plasma.pyx[0m:300: in pyarrow._plasma.PlasmaClient.create
> [1m check_status(self.client.get().Create(object_id.data, data_size,[0m
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
> _
> [1m> raise PlasmaStoreFull(message)[0m
> [1m[31mE PlasmaStoreFull:
> /home/travis/build/apache/arrow/cpp/src/plasma/client.cc:375 code:
> ReadCreateReply(buffer.data(), buffer.size(), &id, &object, &store_fd,
> &mmap_size)[0m
> [1m[31mE object does not fit in the plasma store[0m
> [1m[31mpyarrow/error.pxi[0m:99: PlasmaStoreFull
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)