[
https://issues.apache.org/jira/browse/HDDS-15440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18084994#comment-18084994
]
Tsz-wo Sze commented on HDDS-15440:
-----------------------------------
[~omkenge], I have done some initial work; see
https://github.com/apache/ozone/compare/master...szetszwo:ozone:refs/heads/HDDS-15440
It would be great if you could continue working on it.
> 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
> Priority: Major
>
> {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]