Sahina Bose has posted comments on this change.

Change subject: engine: Support for gluster task monitoring
......................................................................


Patch Set 7:

(2 comments)

Updated patchset to follow

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/gluster/GlusterJobsManager.java
Line 59:         
scheduler.scheduleAFixedDelayJob(GlusterTasksSyncJob.getInstance(),
Line 60:                 "gluster_async_task_poll_event",
Line 61:                 new Class[0] ,
Line 62:                 new Class [0],
Line 63:                 30,
Done
Line 64:                 30,
Line 65:                 TimeUnit.SECONDS);
Line 66: 
Line 67:     }


....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/gluster/GlusterTasksSyncJob.java
Line 70:         if (runningTasks == null) {
Line 71:             return null;
Line 72:         }
Line 73: 
Line 74:         Iterator<Entry<Guid, GlusterAsyncTask>> iter = 
runningTasks.entrySet().iterator();
Done
Line 75: 
Line 76:         while (iter.hasNext()) {
Line 77:             Entry<Guid, GlusterAsyncTask> entry = iter.next();
Line 78:             Guid taskId = entry.getKey();


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ica67b56804cbb892886160f0b22043687277d476
Gerrit-PatchSet: 7
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Sahina Bose <[email protected]>
Gerrit-Reviewer: Kanagaraj M <[email protected]>
Gerrit-Reviewer: Omer Frenkel <[email protected]>
Gerrit-Reviewer: Ramesh N <[email protected]>
Gerrit-Reviewer: Sahina Bose <[email protected]>
Gerrit-Reviewer: Yair Zaslavsky <[email protected]>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to