Francesco Romani has posted comments on this change.

Change subject: periodic: Use thread names that can be used as system thread 
names
......................................................................


Patch Set 3: Code-Review+1

(1 comment)

very nice idea, thanks!

https://gerrit.ovirt.org/#/c/43819/3/vdsm/virt/periodic.py
File vdsm/virt/periodic.py:

Line 40: _TASK_PER_WORKER = config.getint('sampling', 
'periodic_task_per_worker')
Line 41: _TASKS = _WORKERS * _TASK_PER_WORKER
Line 42: 
Line 43: 
Line 44: _scheduler = schedule.Scheduler(name="periodic-sched",
periodic.sched?
Line 45:                                 clock=monotonic_time)
Line 46: 
Line 47: _executor = executor.Executor(name="periodic",
Line 48:                               workers_count=_WORKERS,


-- 
To view, visit https://gerrit.ovirt.org/43819
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I50d76e0b8c08070c2f34fc4eba439b9decd4990d
Gerrit-PatchSet: 3
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Nir Soffer <nsof...@redhat.com>
Gerrit-Reviewer: Adam Litke <ali...@redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <dan...@redhat.com>
Gerrit-Reviewer: Federico Simoncelli <fsimo...@redhat.com>
Gerrit-Reviewer: Francesco Romani <from...@redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Nir Soffer <nsof...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
Gerrit-HasComments: Yes
_______________________________________________
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to