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.

JobExecutor.mFinishedJobsCache leaks finished job indefinitely

See original GitHub issue

Library version: 1.2.0

JobExecutor.mFinishedJobsCache keeps a LruCache of 20 finished jobs. These job instances can never be garbage collected, at least not until new jobs push these instances out of the cache.

This introduces memory leaks (LeakCanary detected those in our CI toolchain).

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:7

github_iconTop GitHub Comments

3reactions
vRallevcommented, Nov 10, 2017

Thanks for the feedback. I’ll probably release a stable version next week.

1reaction
pyricaucommented, Oct 17, 2017

Thanks! I passed it on to the team that’s been testing android-job.

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

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