Doron Fediuck has submitted this change and it was merged. Change subject: engine-core: cancel search task on exception ......................................................................
engine-core: cancel search task on exception Cancel with an interrupt a search task on exception. This scenrio is met when a search task timed out, leaving the LDAP search thread alive till it ends naturally. This should send the thread earlier back to the pool. Change-Id: I8a01451a296c7ffcd22a1fda0adac7d17619a5a8 --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/adbroker/DirectorySearcher.java 1 file changed, 34 insertions(+), 23 deletions(-) Approvals: Doron Fediuck: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/717 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I8a01451a296c7ffcd22a1fda0adac7d17619a5a8 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Roy Golan <[email protected]> Gerrit-Reviewer: Doron Fediuck <[email protected]> Gerrit-Reviewer: Michael Kublin <[email protected]> Gerrit-Reviewer: Roy Golan <[email protected]> Gerrit-Reviewer: Yair Zaslavsky <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
