Skip to content

fix: cleanupTicker not being stopped#343

Merged
mangalaman93 merged 1 commit intodgraph-io:mainfrom
IlyaFloppy:fix-ticker-leak
Sep 1, 2023
Merged

fix: cleanupTicker not being stopped#343
mangalaman93 merged 1 commit intodgraph-io:mainfrom
IlyaFloppy:fix-ticker-leak

Conversation

@IlyaFloppy
Copy link
Contributor

Problem

cleanupTicker that is created in NewCache is never stopped, which is why the code below causes a memory leak

for {
	c, _ := NewCache(...)
	c.Close()
}

Solution

Stop cleanupTicker in Close method.

@CLAassistant
Copy link

CLAassistant commented Jul 18, 2023

CLA assistant check
All committers have signed the CLA.

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


Ilya Popovnin seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

@mangalaman93 mangalaman93 self-requested a review as a code owner August 31, 2023 06:20
@mangalaman93 mangalaman93 requested a review from a user August 31, 2023 06:20
@mangalaman93 mangalaman93 force-pushed the fix-ticker-leak branch 2 times, most recently from 4b33819 to 0a319f6 Compare September 1, 2023 00:57
@mangalaman93 mangalaman93 merged commit 9144662 into dgraph-io:main Sep 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants