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

disk based chunk rollover should also have a time based limit #921

Merged
merged 1 commit into from
May 8, 2024

Conversation

vthacker
Copy link
Collaborator

@vthacker vthacker commented May 7, 2024

Summary

This is especially useful in dev where the log volume is low to have a time based rollover on top of disk size.

We see scenarios where a chunk is several hours long and during an indexer deploy messages are missing till the recovery task completes.

In a separate task we should try to write out the current chunk during an indexer deploy

Copy link
Contributor

@bryanlb bryanlb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update the default value to something like 60 or 90 and this is good to go.

@vthacker vthacker force-pushed the time_based_rollover branch 3 times, most recently from 6bfd66d to 970497c Compare May 8, 2024 04:19
bryanlb
bryanlb previously approved these changes May 8, 2024
@vthacker vthacker merged commit 539ff05 into master May 8, 2024
2 checks passed
@vthacker vthacker deleted the time_based_rollover branch May 8, 2024 18:10
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.

None yet

2 participants