br1ghtyang / asterixdb

Automatically exported from code.google.com/p/asterixdb
0 stars 0 forks source link

Memory leak by the LogFlusher thread #620

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When there is a sharp checkpoint, log flusher thread is stopped. When the 
checkpoint is over, new log flusher is created and works. There could be a case 
that the old log flusher thread may not be stopped and wait forever. This 
doesn't cause any correctness issue but the resource of the thread itself is 
leaked in the case. 

Original issue reported on code.google.com by kiss...@gmail.com on 23 Aug 2013 at 10:09

GoogleCodeExporter commented 8 years ago
fixed in revision: 2602169eb3bc

Original comment by kiss...@gmail.com on 29 Aug 2013 at 11:10

GoogleCodeExporter commented 8 years ago

Original comment by kiss...@gmail.com on 31 Aug 2013 at 4:55