szetszwo commented on PR #6285:
URL: https://github.com/apache/ozone/pull/6285#issuecomment-1973793422

   I found that there is a bigger problem: SCM has a `PipelineStateMap` so if 
`nodesInOrder` is set for one client, another client may overwrite it.  Then, 
the first client will see a different order.
   
   The original implementation (before HDDS-9848) using `ThreadLocal` may 
assume that only one thread processes a request from the beginning to the end.  
This assumption is current for HDFS namenode  but not sure if it holds for OM, 
SCM and Ozone client.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to