boholder commented on issue #1069: URL: https://github.com/apache/incubator-shenyu/issues/1069#issuecomment-894067505
Don't know which version of spring-cloud-gateway shenyu is using (assume that is [2.4.0-SNAPSHOT](https://github.com/apache/incubator-shenyu/blob/8396ae202ff61411ffc86876adb08c39cea6c58b/shenyu-bootstrap/pom.xml)), but memory leak problems also appeared in spring-cloud-gateway issue zone: https://github.com/spring-cloud/spring-cloud-gateway/issues/1866 https://github.com/spring-cloud/spring-cloud-gateway/issues/1704 I compared debug logs in this issue with those in two spring-cloud-gateway issues above, but unfortunately found, despite the similarity of the class names in the stack information, the specific line numbers are ALL different (perhaps this is because the source code is different due to different versions). In the end of spring-cloud-gateway/issues/1866, they fixed it on 20201010 and released patch in Hoxton.SR9. -- 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]
