Liron Aravot has posted comments on this change.

Change subject: core: Adding support for completion service for ThreadPoolUtil
......................................................................


Patch Set 2: Looks good to me, but someone else must approve

(1 inline comment)

....................................................
File 
backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/threadpool/ThreadPoolUtil.java
Line 76:      * execution results
Line 77:      * @return
Line 78:      */
Line 79:     public static <V> ExecutorCompletionService<V> 
createCompletionService() {
Line 80:         ExecutorCompletionService<V> ecs = new 
ExecutorCompletionService<V>(es);
you forgot to inline into one liner method as moti suggested on patch #1 .. :-) 
other than that - looks good to me.
Line 81:         return ecs;
Line 82:      }
Line 83: 
Line 84:     /**


--
To view, visit http://gerrit.ovirt.org/10439
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: If806302ecf028a5db1c9726a407a1643b5c000b6
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Yair Zaslavsky <yzasl...@redhat.com>
Gerrit-Reviewer: Eli Mesika <emes...@redhat.com>
Gerrit-Reviewer: Liron Aravot <lara...@redhat.com>
Gerrit-Reviewer: Moti Asayag <masa...@redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzasl...@redhat.com>
Gerrit-Reviewer: liron aravot <liron.ara...@gmail.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to