[ 
https://issues.apache.org/jira/browse/HDDS-9848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Andika updated HDDS-9848:
------------------------------
    Target Version/s: 2.0.0, 1.4.2

> Pipeline.nodesInOrder should not be ThreadLocal
> -----------------------------------------------
>
>                 Key: HDDS-9848
>                 URL: https://issues.apache.org/jira/browse/HDDS-9848
>             Project: Apache Ozone
>          Issue Type: Bug
>          Components: SCM
>            Reporter: Tsz-wo Sze
>            Assignee: Sumit Agrawal
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 2.0.0
>
>
> {code}
> //Pipeline.java
>   private ThreadLocal<List<DatanodeDetails>> nodesInOrder = new 
> ThreadLocal<>();
> {code}
> After a thread has set nodesInOrder, the other threads won't be able to get 
> it since it is ThreadLocal.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to