Zhijun Fu created ARROW-4015: -------------------------------- Summary: [Plasma] remove legacy interfaces for plasma manager Key: ARROW-4015 URL: https://issues.apache.org/jira/browse/ARROW-4015 Project: Apache Arrow Issue Type: Improvement Components: Plasma (C++) Reporter: Zhijun Fu Assignee: Zhijun Fu
[https://github.com/apache/arrow/issues/3154] In legacy ray, interacting with remote plasma stores is done via plasma manager, which is part of ray, and plasma has a few interfaces to support it - namely Fetch() and Wait(). Currently the legacy ray code has already been removed, and the new raylet uses object manager to interface with remote machine, and these legacy plasma interfaces are no longer used. I think we could remove these legacy interfaces to cleanup code and avoid confusion. -- This message was sent by Atlassian JIRA (v7.6.3#76005)