[GitHub] kafka pull request #1826: KAFKA-4129: Processor throw exception when getting...

2016-09-06 Thread xiaotao183
GitHub user xiaotao183 opened a pull request: https://github.com/apache/kafka/pull/1826 KAFKA-4129: Processor throw exception when getting channel remote address after closing the channel Get channel remote address before calling ```channel.close``` You can merge this pull request

[GitHub] kafka pull request #1466: KAFKA-3787: Preserve the message timestamp in mirr...

2016-06-03 Thread xiaotao183
GitHub user xiaotao183 opened a pull request: https://github.com/apache/kafka/pull/1466 KAFKA-3787: Preserve the message timestamp in mirror maker The timestamp of messages consumed by mirror maker is not preserved after sending to target cluster. The correct behavior is to keep

[GitHub] kafka pull request: KAFKA-3157 - Mirror maker doesn't commit offse...

2016-02-02 Thread xiaotao183
GitHub user xiaotao183 reopened a pull request: https://github.com/apache/kafka/pull/821 KAFKA-3157 - Mirror maker doesn't commit offset Mirror maker doesn't commit offset with new consumer enabled when data volume is low. This is caused by infinite loop in ```receive(

[GitHub] kafka pull request: KAFKA-3157 - Mirror maker doesn't commit offse...

2016-02-02 Thread xiaotao183
Github user xiaotao183 closed the pull request at: https://github.com/apache/kafka/pull/821 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] kafka pull request: KAFKA-3157 - Mirror maker doesn't commit offse...

2016-01-27 Thread xiaotao183
GitHub user xiaotao183 opened a pull request: https://github.com/apache/kafka/pull/821 KAFKA-3157 - Mirror maker doesn't commit offset Mirror maker doesn't commit offset with new consumer enabled when data volume is low. This is caused by infinite loop in ```receive(

[GitHub] kafka pull request: KAFKA-2993: Calculate compression rate at clos...

2016-01-17 Thread xiaotao183
GitHub user xiaotao183 opened a pull request: https://github.com/apache/kafka/pull/784 KAFKA-2993: Calculate compression rate at close() call Buffer is rewound before the compression rate metric is updated which results in 0 compress rate. The fix is to include a new compressRate