[
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)