HeartSaVioR commented on pull request #30139:
URL: https://github.com/apache/spark/pull/30139#issuecomment-722640952


   > Another thought is, would it ease the problem if we track the transferring 
chunks per channel, e.g., Map[Channle, long]?
   
   I actually thought about this and looked into the logic, but we have a case 
where we remove the stream from streams "without disconnecting channel", which 
looks like we still need to know the count per stream.
   
   
https://github.com/apache/spark/blob/master/common/network-common/src/main/java/org/apache/spark/network/server/OneForOneStreamManager.java#L91


----------------------------------------------------------------
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.

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