GitHub user kamilszymanski opened a pull request:
https://github.com/apache/kafka/pull/2275
Fix exception handling in case of file record truncation during write
In case of file record truncation during write due to improper types usage
(`AtomicInteger` in place of `int
GitHub user kamilszymanski opened a pull request:
https://github.com/apache/kafka/pull/1722
remove incomplete gradle wrapper infrastructure
Since jar files (including gradle-wrapper.jar) have to be excluded from
source releases current gradle wrapper infrastructure was incomplete