Re: [vdsm] Task and other resource leak problem

2012-04-10 Thread Royce Lv
You're right, it's not the job's weak reference.Task remains unreleased after clear task and explicitly free jobs. Seems I still need more investigation.:( Thanks a lot! 2012/4/10 Ayal Baron > > > - Original Message - > > > > Guys, > > > > I'm investigating about resource leak problem a

Re: [vdsm] Task and other resource leak problem

2012-04-09 Thread Ayal Baron
- Original Message - > > Guys, > > I'm investigating about resource leak problem about task,job,storage > pool,storage domain.I don't know very deep about the whole scheme, > hope someone can tell if what I found is a problem or not. > > task manager thread pool > self.tasks = {} self.

[vdsm] Task and other resource leak problem

2012-04-09 Thread Royce Lv
Guys, I'm investigating about resource leak problem about task,job,storage pool,storage domain.I don't know very deep about the whole scheme, hope someone can tell if what I found is a problem or not. task managerthread pool self.tasks = {}self.__tasks = Queue