kafka git commit: KAFKA-5711: batch restore should handle deletes

2017-08-10 Thread guozhang
Repository: kafka Updated Branches: refs/heads/trunk 017a21c60 -> 8ffb1a1fe KAFKA-5711: batch restore should handle deletes Author: Bill Bejeck Reviewers: Damian Guy , Guozhang Wang Closes #3644 from bbejeck/KAFKA-5711_bulk_restore_should_handle_deletes Project: http://git-wip-us.apache.

kafka git commit: MINOR: Remove unneeded error handlers in deprecated request objects

2017-08-10 Thread jgus
Repository: kafka Updated Branches: refs/heads/trunk 75b0f30c4 -> 017a21c60 MINOR: Remove unneeded error handlers in deprecated request objects These handlers were previously used on the broker to handle uncaught exceptions, but now the broker users the new Java request objects exclusively.

kafka git commit: MINOR: change log level in ThreadCache to trace

2017-08-10 Thread damianguy
Repository: kafka Updated Branches: refs/heads/0.11.0 a75027429 -> 58125ced7 MINOR: change log level in ThreadCache to trace cache eviction logging at debug level is too high volume. This was already done on trunk but didn't make it into 0.11 Author: Damian Guy Reviewers: Ismael Juma Clo