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

Implement a Scheduler that is backed by compaction thread #345

Open
simerplaha opened this issue Dec 13, 2021 · 0 comments
Open

Implement a Scheduler that is backed by compaction thread #345

simerplaha opened this issue Dec 13, 2021 · 0 comments
Labels
performance production release Tasks required for production release

Comments

@simerplaha
Copy link
Owner

simerplaha commented Dec 13, 2021

Schedular uses java.util.Timer which runs on a background Thread not created by the configured compaction ExecutionContext.

Use Futures to implement a simple Schedular instead of using a Timer.

@simerplaha simerplaha added performance production release Tasks required for production release labels Dec 13, 2021
simerplaha added a commit that referenced this issue Dec 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance production release Tasks required for production release
Projects
None yet
Development

No branches or pull requests

1 participant