From: Jaimin P. <jai...@gm...> - 2014-12-23 15:25:17
|
The patch also fix the problem that send multi command in one sql like "set xxx to xxx; truncate table xxx" which maybe cause "truncate table xxx" be executed on datanode multi times. 2014-12-23 22:51 GMT+08:00 Jaimin Pan <jai...@gm...>: > Hi all, > > I found that the set command handled by pool is not decent. Especially, > the memory usage will grows up with the same set. > Here is the patch to refectory and fix the potential problem. > |