Skip to content
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

Revert "Preserve the caller's stacktrace for blocking API (#2420)" #2488

Merged
merged 1 commit into from
Jan 12, 2023

Conversation

idelpivnitskiy
Copy link
Member

This reverts commit 8b41bf4.

There are cases when Netty's DNS resolver may put an exception into the cache and return it multiple times. In this case, we keep adding suppressed exceptions to the same instance and it leads to a memory leak and increased logging output.
Let's revert this feature before the upcoming release and revisit later when we figure out the approach for Netty/ST DNS resolver.

@idelpivnitskiy idelpivnitskiy merged commit 6c75e8f into apple:main Jan 12, 2023
@idelpivnitskiy idelpivnitskiy deleted the revert1 branch January 12, 2023 19:37
idelpivnitskiy added a commit that referenced this pull request Jan 24, 2023
…2488)

This reverts commit 8b41bf4.

Motivation: 

There are cases when Netty's DNS resolver may put an exception into the cache and return it multiple times. In this case, we keep adding suppressed exceptions to the same instance and it leads to a memory leak and increased logging output.
Let's revert this feature before the upcoming release and revisit later when we figure out the approach for Netty/ST DNS resolver.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants