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

Memory Leak #413

Open
jbaliuka opened this issue Mar 23, 2021 · 0 comments
Open

Memory Leak #413

jbaliuka opened this issue Mar 23, 2021 · 0 comments

Comments

@jbaliuka
Copy link

Actual Behavior

  1. OutOfMemoryError

Memory leak is caused by some of internal error handlers because java.lang.StackTraceElement and related data structures are using most of the heap. Do you need java heap dump ? It is a huge file.

I suspect SDK error handler because my handler is trivial and I am using logging library in many other applications:

.processError(context -> {
          log.error(context.getFullyQualifiedNamespace(), context.getException());
        })

Expected Behavior

  1. No memory leaks

Versions

  • OS platform and version: macOS Big Sur 11.2.3
  • Java version "11.0.3" 2019-04-16 LTS
  • Java(TM) SE Runtime Environment 18.9 (build 11.0.3+12-LTS)
  • Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.3+12-LTS, mixed mode)
  • Maven package version or commit ID: com.azure:azure-messaging-servicebus:7.0.2
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

No branches or pull requests

1 participant