kangkaisen commented on issue #690:  There should be memory leak in Doris
URL: https://github.com/apache/incubator-doris/issues/690#issuecomment-475104251
 
 
   This issue need to reopen.
   
   After I apply https://github.com/apache/incubator-doris/pull/718 and add log 
to `TabletWriterMgr` and `LoadStreamMgr`.
   
   I find there is still memory leak and no memory leak in `TabletWriterMgr` 
and very very little  memory leak in `LoadStreamMgr`.
   
   ```
   W0321 11:34:00.352984 29291 tablet_writer_mgr.cpp:349] _tablets_channels 
size: 0
   W0321 11:34:01.386181 29287 load_stream_mgr.h:43] _stream_map size: 2
   W0321 11:34:09.973639 29287 load_stream_mgr.h:43] _stream_map size: 2
   W0321 11:34:17.246053 29287 load_stream_mgr.h:43] _stream_map size: 2
   W0321 11:34:19.745262 29283 load_stream_mgr.h:43] _stream_map size: 2
   W0321 11:34:21.754983 29287 load_stream_mgr.h:43] _stream_map size: 2
   W0321 11:34:25.010174 29287 load_stream_mgr.h:43] _stream_map size: 2
   W0321 11:34:36.844310 29287 load_stream_mgr.h:43] _stream_map size: 2
   W0321 11:34:50.067078 29287 load_stream_mgr.h:43] _stream_map size: 2
   W0321 11:34:51.429908 29287 load_stream_mgr.h:43] _stream_map size: 2
   W0321 11:34:54.800222 29283 load_stream_mgr.h:43] _stream_map size: 2
   W0321 11:34:56.438650 29287 load_stream_mgr.h:43] _stream_map size: 2
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to