kafka-site git commit: Updated docs nav and docs toc

2017-07-18 Thread guozhang
Repository: kafka-site Updated Branches: refs/heads/asf-site 279d6b5ea -> 6cd777e0a Updated docs nav and docs toc - Updated sub nav under docs navigation to display Streams and Connect below APIs - Removed old links to Streams docs that are no longer relevant from table of contents Author:

kafka git commit: MINOR: Add another common error case for CorruptRecordException's error message

2017-07-18 Thread ewencp
Repository: kafka Updated Branches: refs/heads/trunk ea8845bbd -> fc0ea2502 MINOR: Add another common error case for CorruptRecordException's error message Author: Ewen Cheslack-Postava Reviewers: Ismael Juma Closes #3541 from ewencp/corrupt-record-null-key-compacted-topic Project: http:

kafka git commit: KAFKA-5384: Enable topic deletion by default

2017-07-18 Thread gwenshap
Repository: kafka Updated Branches: refs/heads/trunk bbc390018 -> ea8845bbd KAFKA-5384: Enable topic deletion by default https://cwiki.apache.org/confluence/display/KAFKA/KIP-162+-+Enable+topic+deletion+by+default Author: Gwen Shapira Reviewers: Ismael Juma Closes #3241 from gwenshap/KAFKA

kafka git commit: MINOR: Use static imports in KafkaLog4jAppender

2017-07-18 Thread ijuma
Repository: kafka Updated Branches: refs/heads/trunk 454f0f1ca -> bbc390018 MINOR: Use static imports in KafkaLog4jAppender Instead of redefining the constants. Author: Kamal C Reviewers: Ismael Juma Closes #3349 from Kamal15/log4j2 Project: http://git-wip-us.apache.org/repos/asf/kafka/

kafka git commit: MINOR: Remove flaky assertion in verifyCloseOldestConnectionWithStagedReceives

2017-07-18 Thread ijuma
Repository: kafka Updated Branches: refs/heads/0.11.0 78d211404 -> 81ceed30d MINOR: Remove flaky assertion in verifyCloseOldestConnectionWithStagedReceives This seems to fail a lot in Jenkins although it always passes locally for me. Removing the assertion to restore Jenkins stability while we

kafka git commit: MINOR: Remove flaky assertion in verifyCloseOldestConnectionWithStagedReceives

2017-07-18 Thread ijuma
Repository: kafka Updated Branches: refs/heads/trunk d663005fd -> 454f0f1ca MINOR: Remove flaky assertion in verifyCloseOldestConnectionWithStagedReceives This seems to fail a lot in Jenkins although it always passes locally for me. Removing the assertion to restore Jenkins stability while we