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)