Tsz-wo Sze created HDDS-15440:
---------------------------------
Summary: Combine pipelineMap and pipeline2container to a single
map in PipelineStateMap
Key: HDDS-15440
URL: https://issues.apache.org/jira/browse/HDDS-15440
Project: Apache Ozone
Issue Type: Sub-task
Components: SCM
Reporter: Tsz-wo Sze
Assignee: Tsz-wo Sze
{code}
// PipelineStateMap
private final Map<PipelineID, Pipeline> pipelineMap = new HashMap<>();
private final Map<PipelineID, NavigableSet<ContainerID>> pipeline2container =
new HashMap<>();
{code}
The two maps above should be combined into a single map.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]