owen200008 opened a new issue #8895:
URL: https://github.com/apache/dubbo/issues/8895


   ### Environment
   
   * Dubbo version: 2.7.14
   * Operating System version: win,centos
   * Java version: jdk8 & jdk11
   
   ### Steps to reproduce this issue
   
   for 1, n do
     1. instance = ReferenceConfig.get();  
     2. call instance.func() success();
     3. ReferenceConfig.destroy()
   end
   
   the exchangeclient no close. 
   the connects = n * set connects
   
   ### Expected Result
   ReferenceConfig set connects = 5
   and the connect session size = 5 * n
   the exchange client resource no gc.
   
   ### Actual Result
   
   in my case, the old-gen use too much  and full gc call frequently 
   
   now i find two problem
   1. transfer layer, close exception
   
   
   have two same service(hotload ReferenceConfig), notify each other then
   2. Registration Center notify and close session will connect again, and new 
ReferenceConfig will connect, so the connect session size also = 5 * n
   


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



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

Reply via email to