From 6fffda5c705154add0908eb60b67fc1579b12c65 Mon Sep 17 00:00:00 2001 From: Vinoth Chandar Date: Wed, 22 Aug 2018 21:11:43 -0700 Subject: [PATCH] Update Release notes for 0.4.3 release --- RELEASE_NOTES.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index c8d056455094..4fffd75b2002 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,25 @@ +Release 0.4.3 +------------------------------------ + +### Highlights + * Ability to run compactions asynchrously & in-parallel to ingestion/write added!!! + * Day based compaction does not respect IO budgets i.e agnostic of them + * Adds ability to throttle writes to HBase via the HBaseIndex + * (Merge on read) Inserts are sent to log files, if they are indexable. + +### Full PR List + + * **@n3nash** - Adding ability for inserts to be written to log files #400 + * **@n3nash** - Fixing bug introducted in rollback for MOR table type with inserts into log files #417 + * **@n3nash** - Changing Day based compaction strategy to be IO agnostic #398 + * **@ovj** - Changing access level to protected so that subclasses can access it #421 + * **@n3nash** - Fixing missing hoodie record location in HoodieRecord when record is read from disk after being spilled #419 + * **@bvaradar** - Async compaction - Single Consolidated PR #404 + * **@bvaradar** - BUGFIX - Use Guava Optional (which is Serializable) in CompactionOperation to avoid NoSerializableException #435 + * **@n3nash** - Adding another metric to HoodieWriteStat #434 + * **@n3nash** - Fixing Null pointer exception in finally block #440 + * **@kaushikd49** - Throttling to limit QPS from HbaseIndex #427 + Release 0.4.2 ------------------------------------