Skip to content

Conversation

@faviansamatha
Copy link
Contributor

@faviansamatha faviansamatha commented Nov 20, 2025

Description

Previously, the driver would cause a delay when we had a sliding expiration cache initialized even if only the driver was imported. This commit fixes the delay and fixes a discovered bug in the sliding expiration cache with cleanup thread by doing the following:

  • Adding a loop to the thread (this was missed causing the thread to only run once)
  • Making the thread a daemon thread (this will stop the thread when exiting which will not cause the thread to stop the program from exiting)

This is related to #1039

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@faviansamatha faviansamatha changed the title fix: sliding-e thread hanging causing delay in driver fix: expiration cache hanging causing delay in driver Nov 20, 2025
@faviansamatha faviansamatha marked this pull request as ready for review November 20, 2025 03:22
@faviansamatha faviansamatha force-pushed the fix/class-variable-threads branch 6 times, most recently from 969e20b to 9fa771e Compare November 20, 2025 19:07
@faviansamatha faviansamatha force-pushed the fix/class-variable-threads branch from 9fa771e to e171cae Compare November 20, 2025 19:12
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