Alon Bar-Lev has posted comments on this change. Change subject: utils: ssh: force close the pipe before the layered stream ......................................................................
Patch Set 1: it is not a bug it is a "feature". the classes of pipe did not change since about ever. java developers never actually closed these objects... so they remained open until gc. now when there is try-with-resources, and it is being used to explicitly close these, the ordering issue comes out. -- To view, visit http://gerrit.ovirt.org/21460 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I485f5ae57a963b6819fdc0f3832eaa403dc0c34d Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Alon Bar-Lev <[email protected]> Gerrit-Reviewer: Eli Mesika <[email protected]> Gerrit-Reviewer: Piotr Kliczewski <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: No _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
