question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Memory leak in FieldResolver

See original GitHub issue

NEST 2.0+:

If Nest.Field was created by LambdaExpression then MemberExpression.GetHashcode() used as Hashcode for dictionary FieldResolver.Fields, but method GetHashcode has not overridden in MemberExpression and used Object.GetHashcode().

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

4reactions
Mpdreamzcommented, May 3, 2016

👎 us first for missing the issue when initially reported and second for introducing this in the first place 😢

We will get this fixed today and put an update out on nuget.org

0reactions
russcamcommented, May 4, 2016

Just pushed new versions of Elasticsearch.Net and NEST to nuget with a fix for this.

Thanks again for reporting 👍

Read more comments on GitHub >

github_iconTop Results From Across the Web

Issue #449 · MichalLytek/type-graphql - Memory Leak
Describe the bug We are facing a memory leak issue. We have a graphql query that returns 1200 records and called every 10...
Read more >
[Client Core Developers] Possible memory leak in ...
=> First thing I would try in your case is to trigger manual garbage collection, just to see if memory usage is going...
Read more >
Having trouble tracking down Node JS memory leak
Here is what we have attempted to do to resolve this leak: Use PM2 max-memory-restart parameter to force a restart before we run...
Read more >
How can I debug a memory leak on my Apollo GraphQL server?
You could user node-memwatch to detect where is memory leak. It also might be a known issue, here is the link with a...
Read more >
Migrating from v4.x to v5.x
Memory leaks have been eliminated in the case of errors, output extensions, metrics being enabled, or the use of the context's array pool....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found