-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Fixing small file handling, inline compaction defaults #599
Conversation
vinothchandar
commented
Mar 12, 2019
- This is causing poor out-of-box experience
- Fixed small issue with quickstart
hoodie-client/src/main/java/com/uber/hoodie/config/HoodieCompactionConfig.java
Show resolved
Hide resolved
Couple of minor comments, rest looks good, can approve once addressed |
- Small file limit is now 100MB by default - Turned on inline compaction by default for MOR - Changes take effect on DataSource and DeltaStreamer
@n3nash addressed other issue.. Please merge after you take a pass and CI passes |
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.
Left 1 comment in case you get to it
I think I resolved both your comments? @n3nash did I miss something? I added the comment to denoet the actual MB value |
I think repush got rid of it.. fished it out of email notification
its done internally by write client. we'd have to introduce a config and introduce a sleep in there? Alternatively, have to try mock some method intelligently.. Does not seem worth the trouble. thoughts? |
Yeah, good for now, we anyways have to solve this in general for all tests. |