-
Notifications
You must be signed in to change notification settings - Fork 816
Update the default configs for spread flush and bigchunks #2207
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Hrm, tests are failing :( |
Will fix this up at the weekend. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I found it slightly confusing that one change is in the code and one is in an example config, but other than some spelling improvements it's fine to merge.
6fedb2c
to
0850ab0
Compare
Rebased |
Signed-off-by: Tom Wilkie <[email protected]>
Signed-off-by: Tom Wilkie <[email protected]>
Signed-off-by: Tom Wilkie <[email protected]>
Co-Authored-By: Bryan Boreham <[email protected]>
0850ab0
to
869fe64
Compare
Signed-off-by: Marco Pracucci <[email protected]>
In tests we do compare the chunk object. Switching to Bigchunk the comparison is not clean because of the appender pointer. In the commit 44ada47 I've used a trick to cleanup the expected chunk (the clean chunk has no appender internally). I'm not much happy with the trick I've done, but haven't come up with a better idea. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM to this change and the change Marco made.
What this PR does:
Which issue(s) this PR fixes:
Fixes #2202
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]