[ https://issues.apache.org/jira/browse/ARROW-4015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17661038#comment-17661038 ]
Rok Mihevc commented on ARROW-4015: ----------------------------------- This issue has been migrated to [issue #20617|https://github.com/apache/arrow/issues/20617] on GitHub. Please see the [migration documentation|https://github.com/apache/arrow/issues/14542] for further details. > [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: C++ - Plasma > Reporter: Zhijun Fu > Assignee: Zhijun Fu > Priority: Minor > Labels: pull-request-available > Fix For: 0.12.0 > > Time Spent: 1h 40m > Remaining Estimate: 0h > > [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 (v8.20.10#820010)