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

fix #184. Don't let the raft log grow larger than 10MB #185

Merged
merged 1 commit into from
Jan 16, 2014

Conversation

jvshahid
Copy link
Contributor

No description provided.

@pauldix
Copy link
Member

pauldix commented Jan 16, 2014

Can we have it force compaction every 24 hours in addition to if its over 10MB? Just because all those timestamps from continuous query runs don't need to be kept around.

Also, shouldn't the stuff in snapshot.go should be in cluster_configuration.go? Those are methods on the ClusterConfiguration object and it's confusing to me to have the methods on that struct be split into multiple files.

pauldix added a commit that referenced this pull request Jan 16, 2014
fix #184. Don't let the raft log grow larger than 10MB
@pauldix pauldix merged commit 311b930 into master Jan 16, 2014
@pauldix pauldix deleted the fix-184-log-compaction branch January 16, 2014 21:06
jvshahid pushed a commit that referenced this pull request Aug 12, 2014
remove(travis) do not need this file anymore
mgattozzi pushed a commit that referenced this pull request Feb 10, 2025
fix: typo in catalog merge test for last cache from #184
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