Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Done
-
1.4.0
Description
There is a class PipelineStateMap with 2 fields:
- ConcurrentHashMap<PipelineID, Pipeline> pipelineMap
- ConcurrentHashMap<PipelineID, NavigableSet<ContainerID>> pipeline2container
Both read and write in PipelineStateMap are protected by lock in PipelineStateManagerImpl .
We can safely replace ConcurrentHashMap with pure HashMap
Attachments
Issue Links
- links to