BewareMyPower commented on issue #13267:
URL: https://github.com/apache/pulsar/issues/13267#issuecomment-992405157


   What's your C++ client version?  I see
   
   ```
   ==00:00:41:04.793 10873==    by 0xCDB4B1: 
thread<std::_Bind<std::_Mem_fn<void 
(pulsar::ExecutorService::*)(std::shared_ptr<boost::asio::io_service>)>(pulsar::ExecutorService*,
 std::shared_ptr<boost::asio::io_service>)> > (thread:135)
   ==00:00:41:04.793 10873==    by 0xCDB4B1: 
pulsar::ExecutorService::ExecutorService() (ExecutorService.cc:30)
   ```
   
   The constructor of `ExecutorService` starts a thread. However, some 
refactors have been introduced after #12427, please check again with latest 
master.
   
   BTW, could you upload a (minimum) whole code file and the valgrind command 
so that I can try to reproduce it in my local env?


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to