qixiaobo opened a new issue #8515: URL: https://github.com/apache/dubbo/issues/8515
- [ ] 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.6.X * Operating System version: *nix * Java version: all ### Steps to reproduce this issue 1. consume a dubbo provider 2. dubbo provider may not provide some interface 3. invoke lots of times ### Expected Result Memory may not increase ### Actual Result OOM occurs ```plain java.lang.OutOfMemoryError: Java heap space Exception in thread "AsyncAppender-Worker-file-queue" java.lang.OutOfMemoryError: Java heap space ``` -- 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]
