Yair Zaslavsky has submitted this change and it was merged. Change subject: host-deploy: node-upgrade: apply artificial eof for vdsm-upgrade ......................................................................
host-deploy: node-upgrade: apply artificial eof for vdsm-upgrade apply artificial end-of-file. there is no way in java to use non blocking InputStream. there is no way to interrupt the blocking. and we cannot terminate thread as the connection pool will get messy. so we should detect eof based on data. Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1080594 Change-Id: I093357933d2f10c0d90864f53977b832a58dafbd Signed-off-by: Alon Bar-Lev <[email protected]> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/OVirtNodeUpgrade.java 1 file changed, 18 insertions(+), 0 deletions(-) Approvals: Alon Bar-Lev: Verified Douglas Schilling Landgraf: Verified; Looks good to me, but someone else must approve Yaniv Bronhaim: Looks good to me, but someone else must approve Barak Azulay: Looks good to me, but someone else must approve Yair Zaslavsky: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/26122 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I093357933d2f10c0d90864f53977b832a58dafbd Gerrit-PatchSet: 4 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> Gerrit-Reviewer: Alon Bar-Lev <[email protected]> Gerrit-Reviewer: Barak Azulay <[email protected]> Gerrit-Reviewer: Douglas Schilling Landgraf <[email protected]> Gerrit-Reviewer: Eli Mesika <[email protected]> Gerrit-Reviewer: Oved Ourfali <[email protected]> Gerrit-Reviewer: Yair Zaslavsky <[email protected]> Gerrit-Reviewer: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
