You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2021/07/22 15:05:24 UTC

[GitHub] [dubbo] hengyoush opened a new issue #8338: Optimize thread overhead of ExpiringCache.

hengyoush opened a new issue #8338:
URL: https://github.com/apache/dubbo/issues/8338


   - [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate.
   - [ ] I have checked the [FAQ](https://github.com/apache/dubbo/blob/master/FAQ.md) of this repository and believe that this is not a duplicate.
   
   ### Environment
   
   * Dubbo version: 2.7.x
   * Operating System version: xxx
   * Java version: xxx
   
   ### Steps to reproduce this issue
   
   I read the code about ExpiringCache. Currently, every method call starts a cleanup thread. Can we use a global thread pool (like JDK ScheduledExecutorService) for cleanup?
   
   ### Expected Result
   
   
   ### Actual Result
   
   What actually happens?
   
   If there is an exception, please attach the exception trace:
   
   ```
   Just put your stack trace here!
   ```
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] CrazyHZM commented on issue #8338: Optimize thread overhead of ExpiringCache.

Posted by GitBox <gi...@apache.org>.
CrazyHZM commented on issue #8338:
URL: https://github.com/apache/dubbo/issues/8338#issuecomment-1000265055


   No feedback for a long time, please close the issue temporarily. If there is still a problem, you can reopen it.


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] CrazyHZM closed issue #8338: Optimize thread overhead of ExpiringCache.

Posted by GitBox <gi...@apache.org>.
CrazyHZM closed issue #8338:
URL: https://github.com/apache/dubbo/issues/8338


   


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] BurningCN commented on issue #8338: Optimize thread overhead of ExpiringCache.

Posted by GitBox <gi...@apache.org>.
BurningCN commented on issue #8338:
URL: https://github.com/apache/dubbo/issues/8338#issuecomment-892305816


   AbstractCacheFactory internally caches Cache instances (such as ExpiringCache). Why do you miss the cache? Because I understand that only every time the createCache method is called will a new cleaning thread be started (for ExpiringCache)


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org