Skip to content

Commit

Permalink
Update Release notes for 0.4.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinoth Chandar committed Aug 23, 2018
1 parent e624480 commit 6fffda5
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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
------------------------------------

Expand Down

0 comments on commit 6fffda5

Please sign in to comment.