-
Notifications
You must be signed in to change notification settings - Fork 546
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix TimingKey Memory Leak #587 #588
Conversation
7498a8c
to
8a3bd30
Compare
@nizarm Please help to review when you have time! Thanks! |
8a3bd30
to
cf2a15c
Compare
r2-core/src/main/java/com/linkedin/r2/filter/transport/FilterChainClient.java
Outdated
Show resolved
Hide resolved
r2-core/src/main/java/com/linkedin/r2/filter/transport/FilterChainClient.java
Outdated
Show resolved
Hide resolved
r2-netty/src/main/java/com/linkedin/r2/transport/http/client/HttpClientFactory.java
Outdated
Show resolved
Hide resolved
3b95e81
to
b5d2802
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -53,6 +59,7 @@ | |||
* | |||
* @param client the {@link TransportClient} to be composed. | |||
* @param filters the {@link FilterChain} to be composed. | |||
* @param sharedFilters the {@link FilterChain} can be used by other clients. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This java doc can be removed now right?
b5d2802
to
83bb325
Compare
@nizarm Thank you for the insightful suggestions and careful reviews! |
Details can be found in #587.