Change in ovirt-engine[ovirt-engine-4.1]: utils: do not reject tasks

From Piotr Kliczewski <piotr.kliczewski@gmail.com>:
Piotr Kliczewski has submitted this change and it was merged. Change subject: utils: do not reject tasks ...................................................................... utils: do not reject tasks The usage of RejectedExecutionHandler was not correct and and as a result we used ThreadPoolExecutor.AbortPolicy which is default. Using ThreadPoolExecutor.CallerRunsPolicy was intended and seems like good idea so we need to make sure that we are going to use this policy. Bug-Url: https://bugzilla.redhat.com/1438497 Change-Id: Icc4ed0b241b0961c49daa9ec29a905a0a15487f2 Signed-off-by: Piotr Kliczewski <piotr.kliczewski@gmail.com> --- M backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/threadpool/ThreadPoolUtil.java 1 file changed, 2 insertions(+), 10 deletions(-) Approvals: Piotr Kliczewski: Verified Martin Peřina: Looks good to me, approved Jenkins CI: Passed CI tests -- To view, visit https://gerrit.ovirt.org/75138 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Icc4ed0b241b0961c49daa9ec29a905a0a15487f2 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-4.1 Gerrit-Owner: Piotr Kliczewski <piotr.kliczewski@gmail.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Martin Peřina <mperina@redhat.com> Gerrit-Reviewer: Moti Asayag <masayag@redhat.com> Gerrit-Reviewer: Piotr Kliczewski <piotr.kliczewski@gmail.com> Gerrit-Reviewer: Ravi Nori <rnori@redhat.com> Gerrit-Reviewer: Roy Golan <rgolan@redhat.com>
participants (1)
-
Code Review