You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Philipp Moritz (JIRA)" <ji...@apache.org> on 2018/01/20 21:42:00 UTC

[jira] [Resolved] (ARROW-2000) Deduplicate file descriptors when plasma store replies to get request.

     [ https://issues.apache.org/jira/browse/ARROW-2000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Philipp Moritz resolved ARROW-2000.
-----------------------------------
       Resolution: Fixed
    Fix Version/s: 0.9.0

Issue resolved by pull request 1479
[https://github.com/apache/arrow/pull/1479]

> Deduplicate file descriptors when plasma store replies to get request.
> ----------------------------------------------------------------------
>
>                 Key: ARROW-2000
>                 URL: https://issues.apache.org/jira/browse/ARROW-2000
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Plasma (C++)
>            Reporter: Robert Nishihara
>            Assignee: Robert Nishihara
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.9.0
>
>
> Right now when the plasma store replies to a GetRequest from a client, it sends many file descriptors over the relevant socket (by calling {{send_fd}}). However, many of these file descriptors are redundant and so we should deduplicate them before sending.
>  
> Note that I often see the error "Failed to send file descriptor, retrying." printed when getting around 100 objects from the store. This may alleviate that.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)