kafka git commit: MINOR: Fix race condition in KafkaStreamsTest.shouldReturnThreadMetadata

2017-12-18 Thread guozhang
Repository: kafka Updated Branches: refs/heads/1.0 d2cbd36e2 -> a245fd6b3 MINOR: Fix race condition in KafkaStreamsTest.shouldReturnThreadMetadata Author: Matthias J. Sax Reviewers: Guozhang Wang Closes #4337 from mjsax/minor-fix-kafakstreamstest

kafka git commit: MINOR: Fix race condition in KafkaStreamsTest.shouldReturnThreadMetadata

2017-12-18 Thread guozhang
Repository: kafka Updated Branches: refs/heads/trunk 22f742cdd -> 9aad649fd MINOR: Fix race condition in KafkaStreamsTest.shouldReturnThreadMetadata Author: Matthias J. Sax Reviewers: Guozhang Wang Closes #4337 from

kafka git commit: MINOR: Stabilize flaky smoke system tests before KIP-91

2017-12-18 Thread guozhang
Repository: kafka Updated Branches: refs/heads/1.0 45a7bb02f -> d2cbd36e2 MINOR: Stabilize flaky smoke system tests before KIP-91 This is a workaround until KIP-91 is merged. We tried increasing the timeout multiple times already but tests are still flaky. Author: Matthias J. Sax

kafka git commit: MINOR: Stabilize flaky smoke system tests before KIP-91

2017-12-18 Thread guozhang
Repository: kafka Updated Branches: refs/heads/trunk 066bfc314 -> 22f742cdd MINOR: Stabilize flaky smoke system tests before KIP-91 This is a workaround until KIP-91 is merged. We tried increasing the timeout multiple times already but tests are still flaky. Author: Matthias J. Sax

kafka git commit: KAFKA-6258; SSLTransportLayer should keep reading from socket until either the buffer is full or the socket has no more data

2017-12-18 Thread jgus
Repository: kafka Updated Branches: refs/heads/1.0 a64a69327 -> 45a7bb02f KAFKA-6258; SSLTransportLayer should keep reading from socket until either the buffer is full or the socket has no more data When consumer uses plaintext and there is remaining data in consumer's buffer,

kafka git commit: KAFKA-6258; SSLTransportLayer should keep reading from socket until either the buffer is full or the socket has no more data

2017-12-18 Thread jgus
Repository: kafka Updated Branches: refs/heads/trunk e86f70ed2 -> 066bfc314 KAFKA-6258; SSLTransportLayer should keep reading from socket until either the buffer is full or the socket has no more data When consumer uses plaintext and there is remaining data in consumer's buffer,

kafka git commit: MINOR: improve JavaDocs for KafkaStreams, KafkaProducer, KafkaConsumer

2017-12-18 Thread guozhang
Repository: kafka Updated Branches: refs/heads/1.0 8ba874cb8 -> a64a69327 MINOR: improve JavaDocs for KafkaStreams, KafkaProducer, KafkaConsumer Author: Matthias J. Sax Reviewers: Apurva Mehta , Guozhang Wang Closes #4335

kafka git commit: MINOR: improve JavaDocs for KafkaStreams, KafkaProducer, KafkaConsumer

2017-12-18 Thread guozhang
Repository: kafka Updated Branches: refs/heads/trunk e5daa40e3 -> e86f70ed2 MINOR: improve JavaDocs for KafkaStreams, KafkaProducer, KafkaConsumer Author: Matthias J. Sax Reviewers: Apurva Mehta , Guozhang Wang Closes #4335