-
Bug
-
Resolution: Fixed
-
Minor
Channel listeners onClose method would propagate exceptions causing extra noise when failing to close the channel.
Channel listeners onClose method would propagate exceptions causing extra noise when failing to close the channel.
Code changed in jenkins
User: Stephen Connolly
Path:
src/main/java/hudson/remoting/Channel.java
http://jenkins-ci.org/commit/remoting/b60df6b39caa403f29845b86338579d1cf76b819
Log:
[FIXED JENKINS-28062] A Channel.Listener's onClose method that propagates an exception is a sign of a bad listener not a problem closing the channel.