[GitHub] kafka pull request #1801: MINOR: Include TopicPartition in warning when log ...

2016-08-30 Thread dpkp
GitHub user dpkp opened a pull request: https://github.com/apache/kafka/pull/1801 MINOR: Include TopicPartition in warning when log cleaner resets dirty offset Typically this error condition is caused by topic-level configuration issues, so it is useful to say include which topic

[GitHub] kafka pull request #1523: Support exponential backoff policy via reconnect.b...

2016-06-19 Thread dpkp
GitHub user dpkp opened a pull request: https://github.com/apache/kafka/pull/1523 Support exponential backoff policy via reconnect.backoff.max This PR is an alternate / simplified approach to alternate backoff policies than KIP-53 and KAFKA-3496. Summary: * add

[GitHub] kafka pull request: Fixup KAFKA-3160: catch decompression errors i...

2016-05-08 Thread dpkp
GitHub user dpkp opened a pull request: https://github.com/apache/kafka/pull/1344 Fixup KAFKA-3160: catch decompression errors in constructor After testing KAFKA-3160 a bit more, I found that the error code was not being set properly in ProduceResponse. This happened because the

[GitHub] kafka pull request: Fix main classpath libs glob for release (fixu...

2016-04-30 Thread dpkp
GitHub user dpkp opened a pull request: https://github.com/apache/kafka/pull/1302 Fix main classpath libs glob for release (fixup KAFKA-3615 regression) bin/kafka-run-class.sh does not correctly setup the CLASSPATH in release rc2. You can merge this pull request into a Git

[GitHub] kafka pull request: KAFKA-3160: Fix LZ4 Framing

2016-04-10 Thread dpkp
GitHub user dpkp opened a pull request: https://github.com/apache/kafka/pull/1212 KAFKA-3160: Fix LZ4 Framing This contribution is my original work and I license the work under Apache 2.0. You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] kafka pull request: Add expected Error Codes to ProduceResponse do...

2016-02-15 Thread dpkp
GitHub user dpkp opened a pull request: https://github.com/apache/kafka/pull/918 Add expected Error Codes to ProduceResponse documentation This is a documentation-only patch discussed on the mailing list. The intent is to have these changes propagated to the protocol wiki (https