[GitHub] kafka pull request: Trunk kafka 2839

2015-12-09 Thread ZoneMayor
Github user ZoneMayor closed the pull request at: https://github.com/apache/kafka/pull/602 --- 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-2837: fix transient failure of kafka.api...

2015-12-09 Thread ZoneMayor
GitHub user ZoneMayor opened a pull request: https://github.com/apache/kafka/pull/648 KAFKA-2837: fix transient failure of kafka.api.ProducerBounceTest > testBrokerFailure I can reproduced this transient failure, it seldom happen; code is like below: // rolling bou

[GitHub] kafka pull request: KAFKA-2837: fix transient failure of kafka.api...

2015-12-10 Thread ZoneMayor
Github user ZoneMayor closed the pull request at: https://github.com/apache/kafka/pull/648 --- 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-2837: fix transient failure of kafka.api...

2015-12-10 Thread ZoneMayor
GitHub user ZoneMayor reopened a pull request: https://github.com/apache/kafka/pull/648 KAFKA-2837: fix transient failure of kafka.api.ProducerBounceTest > testBrokerFailure I can reproduced this transient failure, it seldom happen; code is like below: // rolling bou

[GitHub] kafka pull request: KAFKA-2837: fix transient failure of kafka.api...

2015-12-10 Thread ZoneMayor
Github user ZoneMayor closed the pull request at: https://github.com/apache/kafka/pull/648 --- 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-2837: fix transient failure of kafka.api...

2015-12-10 Thread ZoneMayor
GitHub user ZoneMayor reopened a pull request: https://github.com/apache/kafka/pull/648 KAFKA-2837: fix transient failure of kafka.api.ProducerBounceTest > testBrokerFailure I can reproduced this transient failure, it seldom happen; code is like below: // rolling bou

[GitHub] kafka pull request: KAFKA-2875: remove slf4j multi binding warning...

2015-12-11 Thread ZoneMayor
Github user ZoneMayor closed the pull request at: https://github.com/apache/kafka/pull/595 --- 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-2875:

2015-12-11 Thread ZoneMayor
GitHub user ZoneMayor opened a pull request: https://github.com/apache/kafka/pull/669 KAFKA-2875: Hi @ijuma I repopened this PR; I make slf4jlog4j12 dependency version to be 1.7.13, by this way, the 1.7.6 transitive dependency version will be overriten I think; From my

[GitHub] kafka pull request: KAFKA-2837: fix transient failure of kafka.api...

2015-12-11 Thread ZoneMayor
GitHub user ZoneMayor reopened a pull request: https://github.com/apache/kafka/pull/648 KAFKA-2837: fix transient failure of kafka.api.ProducerBounceTest > testBrokerFailure I can reproduced this transient failure, it seldom happen; code is like below: // rolling bou

[GitHub] kafka pull request: KAFKA-2837: fix transient failure of kafka.api...

2015-12-11 Thread ZoneMayor
Github user ZoneMayor closed the pull request at: https://github.com/apache/kafka/pull/648 --- 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-2977: Transient Failure in kafka.log.Log...

2015-12-13 Thread ZoneMayor
GitHub user ZoneMayor opened a pull request: https://github.com/apache/kafka/pull/671 KAFKA-2977: Transient Failure in kafka.log.LogCleanerIntegrationTest.cleanerTest Hi @guozhangwang - Code is as below: val appends = writeDups(numKeys = 100

[GitHub] kafka pull request: KAFKA-2058: ProducerTest.testSendWithDeadBroke...

2015-12-17 Thread ZoneMayor
GitHub user ZoneMayor opened a pull request: https://github.com/apache/kafka/pull/689 KAFKA-2058: ProducerTest.testSendWithDeadBroker transient failure I reproduced this transient failure; It turns that waitUntilMetadataIsPropagated is not enough; in "onBrokerSt

[GitHub] kafka pull request: KAFKA-2875: Class path contains multiple SLF4J...

2015-12-17 Thread ZoneMayor
Github user ZoneMayor closed the pull request at: https://github.com/apache/kafka/pull/669 --- 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-2875: remove slf4j multi binding warning...

2015-12-17 Thread ZoneMayor
GitHub user ZoneMayor opened a pull request: https://github.com/apache/kafka/pull/693 KAFKA-2875: remove slf4j multi binding warnings when running form source distribution hi @ijuma I reopened this pr again (sorry for my inexperience using github); I think I did much

[GitHub] kafka pull request: KAFKA-2455: Test Failure: kafka.consumer.Metri...

2015-12-18 Thread ZoneMayor
GitHub user ZoneMayor opened a pull request: https://github.com/apache/kafka/pull/694 KAFKA-2455: Test Failure: kafka.consumer.MetricsTest > testMetricsLeak @guozhangwang I reproduced this; Every time this test failed, I found extra "type=DelayedFetchMetric

[GitHub] kafka pull request: KAFKA-2977: Transient Failure in kafka.log.Log...

2015-12-18 Thread ZoneMayor
Github user ZoneMayor closed the pull request at: https://github.com/apache/kafka/pull/671 --- 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-2977: Transient Failure in kafka.log.Log...

2015-12-18 Thread ZoneMayor
GitHub user ZoneMayor reopened a pull request: https://github.com/apache/kafka/pull/671 KAFKA-2977: Transient Failure in kafka.log.LogCleanerIntegrationTest.cleanerTest Hi @guozhangwang Code is as below: val appends = writeDups(numKeys = 100, numDups = 3, log

[GitHub] kafka pull request: KAFKA-2977: Transient Failure in kafka.log.Log...

2015-12-19 Thread ZoneMayor
GitHub user ZoneMayor reopened a pull request: https://github.com/apache/kafka/pull/671 KAFKA-2977: Transient Failure in kafka.log.LogCleanerIntegrationTest.cleanerTest Code is as below: val appends = writeDups(numKeys = 100, numDups = 3, log

[GitHub] kafka pull request: KAFKA-2977: Transient Failure in kafka.log.Log...

2015-12-19 Thread ZoneMayor
Github user ZoneMayor closed the pull request at: https://github.com/apache/kafka/pull/671 --- 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-2944: fix NullPointerException in KafkaC...

2016-01-01 Thread ZoneMayor
GitHub user ZoneMayor opened a pull request: https://github.com/apache/kafka/pull/723 KAFKA-2944: fix NullPointerException in KafkaConfigStorage Lost of "config messages" can affect the logic of KafkaConfigStorage; Call readToEnd after sending each message to KafkaB

[GitHub] kafka pull request: KAFKA-2944: fix NullPointerException in KafkaC...

2016-01-01 Thread ZoneMayor
Github user ZoneMayor closed the pull request at: https://github.com/apache/kafka/pull/723 --- 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-2944: fix NullPointerException in KafkaC...

2016-01-01 Thread ZoneMayor
GitHub user ZoneMayor reopened a pull request: https://github.com/apache/kafka/pull/723 KAFKA-2944: fix NullPointerException in KafkaConfigStorage Lost of "config messages" can affect the logic of KafkaConfigStorage; Call readToEnd after sending each message to KafkaB

[GitHub] kafka pull request: KAFKA-2944: fix NullPointerException in KafkaC...

2016-01-01 Thread ZoneMayor
Github user ZoneMayor closed the pull request at: https://github.com/apache/kafka/pull/723 --- 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-2944: fix NullPointerException in KafkaC...

2016-01-01 Thread ZoneMayor
GitHub user ZoneMayor reopened a pull request: https://github.com/apache/kafka/pull/723 KAFKA-2944: fix NullPointerException in KafkaConfigStorage Lost of "config messages" can affect the logic of KafkaConfigStorage; Call readToEnd after sending each message to KafkaB

[GitHub] kafka pull request: KAFKA-2944: fix NullPointerException in KafkaC...

2016-01-01 Thread ZoneMayor
Github user ZoneMayor closed the pull request at: https://github.com/apache/kafka/pull/723 --- 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-2944: fix NullPointerException in KafkaC...

2016-01-01 Thread ZoneMayor
GitHub user ZoneMayor reopened a pull request: https://github.com/apache/kafka/pull/723 KAFKA-2944: fix NullPointerException in KafkaConfigStorage Lost of "config messages" can affect the logic of KafkaConfigStorage; Call readToEnd after sending each message to KafkaB

[GitHub] kafka pull request: KAFKA-2944: fix NullPointerException in KafkaC...

2016-01-03 Thread ZoneMayor
Github user ZoneMayor closed the pull request at: https://github.com/apache/kafka/pull/723 --- 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-2944: fix NullPointerException in KafkaC...

2016-01-03 Thread ZoneMayor
GitHub user ZoneMayor reopened a pull request: https://github.com/apache/kafka/pull/723 KAFKA-2944: fix NullPointerException in KafkaConfigStorage Lost of "config messages" can affect the logic of KafkaConfigStorage; Call readToEnd after sending each message to KafkaB

[GitHub] kafka pull request: KAFKA-2944: fix NullPointerException in KafkaC...

2016-01-03 Thread ZoneMayor
Github user ZoneMayor closed the pull request at: https://github.com/apache/kafka/pull/723 --- 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-2944: fix NullPointerException in KafkaC...

2016-01-03 Thread ZoneMayor
GitHub user ZoneMayor reopened a pull request: https://github.com/apache/kafka/pull/723 KAFKA-2944: fix NullPointerException in KafkaConfigStorage Lost of "config messages" can affect the logic of KafkaConfigStorage; Call readToEnd after sending each message to KafkaB

[GitHub] kafka pull request: KAFKA-2934: Offset storage file configuration ...

2016-01-05 Thread ZoneMayor
GitHub user ZoneMayor opened a pull request: https://github.com/apache/kafka/pull/734 KAFKA-2934: Offset storage file configuration in Connect standalone mode is not included in StandaloneConfig Added offsetBackingStore config to StandaloneConfig and DistributedConfig; Added

[GitHub] kafka pull request: KAFKA-2934: Offset storage file configuration ...

2016-01-10 Thread ZoneMayor
Github user ZoneMayor closed the pull request at: https://github.com/apache/kafka/pull/734 --- 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-2934: Offset storage file configuration ...

2016-01-10 Thread ZoneMayor
GitHub user ZoneMayor reopened a pull request: https://github.com/apache/kafka/pull/734 KAFKA-2934: Offset storage file configuration in Connect standalone mode is not included in StandaloneConfig Added offsetBackingStore config to StandaloneConfig and DistributedConfig; Added

[GitHub] kafka pull request: KAFKA-2875: remove slf4j multi binding warning...

2016-01-10 Thread ZoneMayor
Github user ZoneMayor closed the pull request at: https://github.com/apache/kafka/pull/693 --- 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-2875: remove slf4j multi binding warning...

2016-01-10 Thread ZoneMayor
GitHub user ZoneMayor reopened a pull request: https://github.com/apache/kafka/pull/693 KAFKA-2875: remove slf4j multi binding warnings when running form source distribution hi @ijuma I reopened this pr again (sorry for my inexperience using github); I think I did much

[GitHub] kafka pull request: Trunk kafka 3054

2016-01-16 Thread ZoneMayor
GitHub user ZoneMayor opened a pull request: https://github.com/apache/kafka/pull/782 Trunk kafka 3054 The exceptions may propagate to DistributedHerder when start or stop connectors or tasks; The best solution is to track the track the status of connectors and tasks; This

[GitHub] kafka pull request: KAFKA-3054: Connect Herder fail if sent a wron...

2016-01-16 Thread ZoneMayor
Github user ZoneMayor closed the pull request at: https://github.com/apache/kafka/pull/782 --- 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-3054: Connect Herder fail if sent a wron...

2016-01-16 Thread ZoneMayor
GitHub user ZoneMayor reopened a pull request: https://github.com/apache/kafka/pull/782 KAFKA-3054: Connect Herder fail if sent a wrong connector config or task config, catch exceptions to guard The exceptions may propagate to DistributedHerder when start or stop connectors or

[GitHub] kafka pull request: KAFKA-3106: Fix updating an existing connector...

2016-01-16 Thread ZoneMayor
GitHub user ZoneMayor opened a pull request: https://github.com/apache/kafka/pull/783 KAFKA-3106: Fix updating an existing connector config from REST API, GET a connector config will fail When query for connector and task config info by REST API, method of "checkConfigSynced&

[GitHub] kafka pull request: KAFKA-2944: fix NullPointerException in KafkaC...

2016-01-17 Thread ZoneMayor
Github user ZoneMayor closed the pull request at: https://github.com/apache/kafka/pull/723 --- 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-2944: fix NullPointerException in KafkaC...

2016-01-17 Thread ZoneMayor
GitHub user ZoneMayor reopened a pull request: https://github.com/apache/kafka/pull/723 KAFKA-2944: fix NullPointerException in KafkaConfigStorage Lost of "config messages" can affect the logic of KafkaConfigStorage; Call readToEnd after sending each message to KafkaB

[GitHub] kafka pull request: KAFKA-2944: fix NullPointerException in KafkaC...

2016-01-17 Thread ZoneMayor
GitHub user ZoneMayor reopened a pull request: https://github.com/apache/kafka/pull/723 KAFKA-2944: fix NullPointerException in KafkaConfigStorage Lost of "config messages" can affect the logic of KafkaConfigStorage; Call readToEnd after sending each message to KafkaB

[GitHub] kafka pull request: KAFKA-2944: fix NullPointerException in KafkaC...

2016-01-17 Thread ZoneMayor
Github user ZoneMayor closed the pull request at: https://github.com/apache/kafka/pull/723 --- 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-3054: Connect Herder fail if sent a wron...

2016-01-25 Thread ZoneMayor
Github user ZoneMayor closed the pull request at: https://github.com/apache/kafka/pull/782 --- 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-3054: Connect Herder fail if sent a wron...

2016-01-25 Thread ZoneMayor
GitHub user ZoneMayor reopened a pull request: https://github.com/apache/kafka/pull/782 KAFKA-3054: Connect Herder fail if sent a wrong connector config or task config, catch exceptions to guard The exceptions may propagate to DistributedHerder when start or stop connectors or

[GitHub] kafka pull request: KAFKA-2875: remove slf4j multi binding warning...

2016-02-02 Thread ZoneMayor
GitHub user ZoneMayor reopened a pull request: https://github.com/apache/kafka/pull/693 KAFKA-2875: remove slf4j multi binding warnings when running form source distribution hi @ijuma I reopened this pr again (sorry for my inexperience using github); I think I did much

[GitHub] kafka pull request: KAFKA-2875: remove slf4j multi binding warning...

2016-02-02 Thread ZoneMayor
Github user ZoneMayor closed the pull request at: https://github.com/apache/kafka/pull/693 --- 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-2875: remove slf4j multi binding warning...

2016-02-02 Thread ZoneMayor
Github user ZoneMayor closed the pull request at: https://github.com/apache/kafka/pull/693 --- 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-2875: remove slf4j multi binding warning...

2016-02-02 Thread ZoneMayor
GitHub user ZoneMayor reopened a pull request: https://github.com/apache/kafka/pull/693 KAFKA-2875: remove slf4j multi binding warnings when running form source distribution hi @ijuma I reopened this pr again (sorry for my inexperience using github); I think I did much

[GitHub] kafka pull request: KAFKA-2875: remove slf4j multi binding warning...

2016-02-03 Thread ZoneMayor
Github user ZoneMayor closed the pull request at: https://github.com/apache/kafka/pull/693 --- 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-2875: remove slf4j multi binding warning...

2016-02-03 Thread ZoneMayor
GitHub user ZoneMayor reopened a pull request: https://github.com/apache/kafka/pull/693 KAFKA-2875: remove slf4j multi binding warnings when running form source distribution hi @ijuma I reopened this pr again (sorry for my inexperience using github); I think I did much

[GitHub] kafka pull request: KAFKA-2875: remove slf4j multi binding warning...

2016-02-14 Thread ZoneMayor
GitHub user ZoneMayor reopened a pull request: https://github.com/apache/kafka/pull/693 KAFKA-2875: remove slf4j multi binding warnings when running form source distribution hi @ijuma I reopened this pr again (sorry for my inexperience using github); I think I did much

[GitHub] kafka pull request: KAFKA-2875: remove slf4j multi binding warning...

2016-02-14 Thread ZoneMayor
Github user ZoneMayor closed the pull request at: https://github.com/apache/kafka/pull/693 --- 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-2875: remove slf4j multi binding warning...

2016-02-14 Thread ZoneMayor
GitHub user ZoneMayor reopened a pull request: https://github.com/apache/kafka/pull/693 KAFKA-2875: remove slf4j multi binding warnings when running form source distribution hi @ijuma I reopened this pr again (sorry for my inexperience using github); I think I did much

[GitHub] kafka pull request: KAFKA-2875: remove slf4j multi binding warning...

2016-02-14 Thread ZoneMayor
Github user ZoneMayor closed the pull request at: https://github.com/apache/kafka/pull/693 --- 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-2875: remove slf4j multi binding warning...

2016-02-14 Thread ZoneMayor
Github user ZoneMayor closed the pull request at: https://github.com/apache/kafka/pull/693 --- 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-2875: remove slf4j multi binding warning...

2016-02-14 Thread ZoneMayor
GitHub user ZoneMayor reopened a pull request: https://github.com/apache/kafka/pull/693 KAFKA-2875: remove slf4j multi binding warnings when running form source distribution hi @ijuma I reopened this pr again (sorry for my inexperience using github); I think I did much

[GitHub] kafka pull request: KAFKA-2934: Offset storage file configuration ...

2016-02-20 Thread ZoneMayor
Github user ZoneMayor closed the pull request at: https://github.com/apache/kafka/pull/734 --- 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-2934: Offset storage file configuration ...

2016-02-20 Thread ZoneMayor
GitHub user ZoneMayor reopened a pull request: https://github.com/apache/kafka/pull/734 KAFKA-2934: Offset storage file configuration in Connect standalone mode is not included in StandaloneConfig Added offsetBackingStore config to StandaloneConfig and DistributedConfig; Added

[GitHub] kafka pull request: KAFKA-2934: Offset storage file configuration ...

2016-03-02 Thread ZoneMayor
Github user ZoneMayor closed the pull request at: https://github.com/apache/kafka/pull/734 --- 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-2934: Offset storage file configuration ...

2016-03-02 Thread ZoneMayor
GitHub user ZoneMayor reopened a pull request: https://github.com/apache/kafka/pull/734 KAFKA-2934: Offset storage file configuration in Connect standalone mode is not included in StandaloneConfig Added offsetBackingStore config to StandaloneConfig and DistributedConfig; Added

[GitHub] kafka pull request: MOD: for test

2015-09-20 Thread ZoneMayor
GitHub user ZoneMayor opened a pull request: https://github.com/apache/kafka/pull/225 MOD: for test You can merge this pull request into a Git repository by running: $ git pull https://github.com/ZoneMayor/kafka trunk Alternatively you can review and apply these changes as

[GitHub] kafka pull request: MOD: for test

2015-09-20 Thread ZoneMayor
Github user ZoneMayor closed the pull request at: https://github.com/apache/kafka/pull/225 --- 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: MOD: test again

2015-09-20 Thread ZoneMayor
GitHub user ZoneMayor opened a pull request: https://github.com/apache/kafka/pull/226 MOD: test again You can merge this pull request into a Git repository by running: $ git pull https://github.com/ZoneMayor/kafka trunk Alternatively you can review and apply these changes as

[GitHub] kafka pull request: MOD: test again

2015-09-20 Thread ZoneMayor
Github user ZoneMayor closed the pull request at: https://github.com/apache/kafka/pull/226 --- 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: okok-test

2015-09-20 Thread ZoneMayor
GitHub user ZoneMayor opened a pull request: https://github.com/apache/kafka/pull/227 okok-test You can merge this pull request into a Git repository by running: $ git pull https://github.com/ZoneMayor/kafka trunk Alternatively you can review and apply these changes as the

[GitHub] kafka pull request: okok-test

2015-09-20 Thread ZoneMayor
Github user ZoneMayor closed the pull request at: https://github.com/apache/kafka/pull/227 --- 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: more test

2015-09-20 Thread ZoneMayor
GitHub user ZoneMayor opened a pull request: https://github.com/apache/kafka/pull/228 more test You can merge this pull request into a Git repository by running: $ git pull https://github.com/ZoneMayor/kafka trunk Alternatively you can review and apply these changes as the

[GitHub] kafka pull request: more test

2015-11-11 Thread ZoneMayor
Github user ZoneMayor closed the pull request at: https://github.com/apache/kafka/pull/228 --- 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: more test

2015-11-11 Thread ZoneMayor
GitHub user ZoneMayor reopened a pull request: https://github.com/apache/kafka/pull/228 more test You can merge this pull request into a Git repository by running: $ git pull https://github.com/ZoneMayor/kafka trunk Alternatively you can review and apply these changes as the

[GitHub] kafka pull request: more test

2015-11-11 Thread ZoneMayor
Github user ZoneMayor closed the pull request at: https://github.com/apache/kafka/pull/228 --- 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-2605: Replace 'catch: Throwable' clauses...

2015-11-14 Thread ZoneMayor
GitHub user ZoneMayor opened a pull request: https://github.com/apache/kafka/pull/531 KAFKA-2605: Replace 'catch: Throwable' clauses with 'NonFatal' 'catch: Throwable' will catch VirtualMachineError, ThreadDeath, InterruptedException,

[GitHub] kafka pull request: KAFKA-2605: Replace 'catch: Throwable' clauses...

2015-11-15 Thread ZoneMayor
Github user ZoneMayor closed the pull request at: https://github.com/apache/kafka/pull/531 --- 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-2605: Replace 'catch: Throwable' clauses...

2015-11-15 Thread ZoneMayor
GitHub user ZoneMayor opened a pull request: https://github.com/apache/kafka/pull/532 KAFKA-2605: Replace 'catch: Throwable' clauses with 'NonFatal' 'catch: Throwable' will catch VirtualMachineError, ThreadDeath, InterruptedException,

[GitHub] kafka pull request: KAFKA-2605: Replace 'catch: Throwable' clauses...

2015-11-15 Thread ZoneMayor
Github user ZoneMayor closed the pull request at: https://github.com/apache/kafka/pull/532 --- 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-2361: unit test failure in ProducerFailu...

2015-11-18 Thread ZoneMayor
GitHub user ZoneMayor opened a pull request: https://github.com/apache/kafka/pull/558 KAFKA-2361: unit test failure in ProducerFailureHandlingTest.testNotE… the same issue stated at https://issues.apache.org/jira/browse/KAFKA-1999, but on branch 0.8.2, still not fixed @junrao

[GitHub] kafka pull request: KAFKA-2361: unit test failure in ProducerFailu...

2015-11-20 Thread ZoneMayor
Github user ZoneMayor closed the pull request at: https://github.com/apache/kafka/pull/558 --- 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-2361: unit test failure in ProducerFailu...

2015-11-20 Thread ZoneMayor
GitHub user ZoneMayor opened a pull request: https://github.com/apache/kafka/pull/571 KAFKA-2361: unit test failure in ProducerFailureHandlingTest.testNotE… same issue with KAFKA-1999, so I want to fix it https://issues.apache.org/jira/browse/KAFKA-1999 You can merge this

[GitHub] kafka pull request: KAFKA-2361: unit test failure in ProducerFailu...

2015-11-26 Thread ZoneMayor
Github user ZoneMayor closed the pull request at: https://github.com/apache/kafka/pull/571 --- 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-2875: remove slf4j multi binding warning...

2015-11-27 Thread ZoneMayor
GitHub user ZoneMayor opened a pull request: https://github.com/apache/kafka/pull/595 KAFKA-2875: remove slf4j multi binding warnings when running form source distribution You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] kafka pull request: Trunk kafka 2839

2015-11-29 Thread ZoneMayor
GitHub user ZoneMayor opened a pull request: https://github.com/apache/kafka/pull/602 Trunk kafka 2839 I believe there is a bug in KafkaBasedLogTest implementation; Records are appended to "KafkaBasedLog" by : consumer.addRecord(new ConsumerRecord<>(TOPI

[GitHub] kafka pull request: KAFKA-2893: Add a simple non-negative partitio...

2015-12-04 Thread ZoneMayor
GitHub user ZoneMayor opened a pull request: https://github.com/apache/kafka/pull/628 KAFKA-2893: Add a simple non-negative partition seek check You can merge this pull request into a Git repository by running: $ git pull https://github.com/ZoneMayor/kafka trunk-KAFKA-2893