-
Bug
-
Resolution: Fixed
-
Minor
Channel listeners onClose method would propagate exceptions causing extra noise when failing to close the channel.
[JENKINS-28062] Channel listener onClose propagated exceptions
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Description | Original: Channel.onClose | New: Channel listeners onClose method would propagate exceptions causing extra noise when failing to close the channel. |
Summary | Original: Channel listener onClose propogated exceptions | New: Channel listener onClose propagated exceptions |
Labels | New: diagnostics |
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.