Clear statistics when node has finished computing

This commit is contained in:
Lee Geertsen 2019-07-26 11:33:37 +02:00
parent 73f667d226
commit 54ff012a04

View file

@ -285,6 +285,7 @@ class NodeChunk(BaseObject):
# ask and wait for the stats thread to stop
self.statThread.stopRequest()
self.statThread.join()
self.statistics = stats.Statistics()
del runningProcesses[self.name]
self.upgradeStatusTo(Status.SUCCESS)