-
Notifications
You must be signed in to change notification settings - Fork 7k
Closed
Description
I am trying to use plasma to store datasets in memory, and share them between pods.
I find that this does not work well, and in particular, plasma.get/plasma.put tends to hang with no specific error message.
I am sure other people have tried this setup, I would love to hear about their experience.
The setup is:
- Running plasma_store and clients in different pod on the same node
- The socket is placed in one R/W volume mounted in all pods
- Tried plasma_store using shm and hugepages (
-h). shm hangs ifget()ing an object submitted by another client, hugepages seems to complain about missing huge pages when mmapping
Note that I could get this running using Docker containers just fine. I understand that some of those issues are due to Kubernetes more than plasma, but I would love some pointers.
cc @mitar
mitar, ezg, cdbethune, compressed, tercer and 2 more
Metadata
Metadata
Assignees
Labels
No labels