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

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

Sudarshan Vasudevan created GOBBLIN-559:
-------------------------------------------

             Summary: 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


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)