You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gobblin.apache.org by "Hung Tran (JIRA)" <ji...@apache.org> on 2018/08/18 06:24:00 UTC

[jira] [Resolved] (GOBBLIN-559) Implement FlowGraph as a concurrent data structure.

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

Hung Tran resolved GOBBLIN-559.
-------------------------------
       Resolution: Fixed
    Fix Version/s: 0.14.0

Issue resolved by pull request #2423
[https://github.com/apache/incubator-gobblin/pull/2423]

> Implement FlowGraph as a concurrent data structure.
> ---------------------------------------------------
>
>                 Key: GOBBLIN-559
>                 URL: https://issues.apache.org/jira/browse/GOBBLIN-559
>             Project: Apache Gobblin
>          Issue Type: Improvement
>          Components: gobblin-service
>            Reporter: Sudarshan Vasudevan
>            Assignee: Sudarshan Vasudevan
>            Priority: Major
>             Fix For: 0.14.0
>
>
> Current implementation of FlowGraph only allows a single-threaded access to the data structure for reads and writes. We improve the implementation by allowing the readers to not block on other readers, and only block on a write.



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