
Allon Mureinik has submitted this change and it was merged. Change subject: provider: IllegalStateException in getCowVirtualSize ...................................................................... provider: IllegalStateException in getCowVirtualSize Since JBoss 7.3 (httpclient 4.2) closing an InputStream might also trigger IllegalStateException. As we were already catching IOException we should now catch IllegalStateException too. Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1022569 Change-Id: I20b816c49e60763f4f5b930f309365c0c770e1cd Signed-off-by: Federico Simoncelli <fsimonce@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/provider/OpenStackImageProviderProxy.java 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: Allon Mureinik: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/20782 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I20b816c49e60763f4f5b930f309365c0c770e1cd Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Federico Simoncelli <fsimonce@redhat.com> Gerrit-Reviewer: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Daniel Erez <derez@redhat.com> Gerrit-Reviewer: Sergey Gotliv <sgotliv@redhat.com> Gerrit-Reviewer: oVirt Jenkins CI Server