Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Plasma] Huge pages test failing #15738

Closed
asfimport opened this issue Jun 27, 2018 · 1 comment
Closed

[Plasma] Huge pages test failing #15738

asfimport opened this issue Jun 27, 2018 · 1 comment

Comments

@asfimport
Copy link

See


=================================== FAILURES =================================== _____________________________ test_use_huge_pages ______________________________ @pytest.mark.skipif(not os.path.exists("/mnt/hugepages"), reason="requires hugepage support") def test_use_huge_pages(): import pyarrow.plasma as plasma with plasma.start_plasma_store( plasma_store_memory=DEFAULT_PLASMA_STORE_MEMORY, plasma_directory="/mnt/hugepages", use_hugepages=True) as (plasma_store_name, p): plasma_client = plasma.connect(plasma_store_name, "", 64) > create_object(plasma_client, 100000000) pyarrow/tests/test_plasma.py:773: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ pyarrow/tests/test_plasma.py:79: in create_object seal=seal) pyarrow/tests/test_plasma.py:68: in create_object_with_id memory_buffer = client.create(object_id, data_size, metadata) pyarrow/_plasma.pyx:300: in pyarrow._plasma.PlasmaClient.create check_status(self.client.get().Create(object_id.data, data_size, _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ > raise PlasmaStoreFull(message) E PlasmaStoreFull: /home/travis/build/apache/arrow/cpp/src/plasma/client.cc:375 code: ReadCreateReply(buffer.data(), buffer.size(), &id, &object, &store_fd, &mmap_size) E object does not fit in the plasma store

seems to be failing consistently since #2062 (which is unrelated)

Reporter: Philipp Moritz / @pcmoritz

PRs and other links:

Note: This issue was originally created as ARROW-2757. Please see the migration documentation for further details.

@asfimport
Copy link
Author

Wes McKinney / @wesm:
duplicate of ARROW-2747

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant