We met a memory leak bug. Through our some experiments, we found that if eventhandler have nothing
to do, the database server program customer many memory varying time to time.
The eventhandler program includes about 20 to 30 threads. So, it make so hard to investigate that
problem.
We have to modify the codes and trace the bug following the whole logic, step by step. The bug hiden
a place.