Yaniv Bronhaim has posted comments on this change. Change subject: Changing threadName when using multiprocessing package ......................................................................
Patch Set 1: currently for each operation we can grep from vdsm log only the Thread-[no] that related to the operation, and see the thread's steps. When using supervdsm, that runs as python's multiprocessing.manager, currentThread.Name is changed to MainProcess|Thread-[No] if the Thread is not the "MainThread" of the process, currentProcess.Name stays MainProcess forever so its redundant to add it.. -- To view, visit http://gerrit.ovirt.org/9037 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I541beb63fd5e1a2f7d6eed7f66f4970bf37a6705 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Douglas Schilling Landgraf <[email protected]> Gerrit-Reviewer: Saggi Mizrahi <[email protected]> Gerrit-Reviewer: Shu Ming <[email protected]> Gerrit-Reviewer: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: Yeela Kaplan <[email protected]> Gerrit-Reviewer: Zhou Zheng Sheng <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
