Radeity commented on PR #13891:
URL: 
https://github.com/apache/dolphinscheduler/pull/13891#issuecomment-1500199035

   I've tried different ways to solve this bug and keep dependency version 
unchanged, but all of them don't work well, such as we control the create and 
close `PipedInputStream` in DS.
   
   In addition, here the change log in kubernetes-client:
   ```
   The usage of Piped streams is no longer supported - they make assumptions 
about reading and writing threads, which the client no longer honors.  They 
should not be passed into 
   the methods accepting InputStreams and OutputStreams.
   
   ContainerResource.writingInput(PipedOutputStream in) and 
readingXXX(PipedInputStream out) have been removed - use the redirecting 
methods instead.
   ```
   Thus, i think upgrade the version of this dependency is a better choice.


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

Reply via email to