Re: PR Broken builds

2019-09-13 Thread Bruno Cadonna
Hi Daniyar, I run `./gradlew :clients:spotbugsMain` with your PR locally and the following spotBugs warning was reported. org.apache.kafka.common.serialization.ListDeserializer.deserialize(String, byte[]) ignores result of java.io.DataInputStream.read(byte[]) This seems related. Best, Bruno

Re: PR Broken builds

2019-09-13 Thread Bruno Cadonna
Hi Daniyar, The jenkins logs were not accessible anymore. I restarted your builds. Let's see what the issues are. Best, Bruno On Thu, Sep 12, 2019 at 7:42 PM Development wrote: > > Hi, > > I’ve been working on KAFKA-8326 PR (https://github.com/apache/kafka/pull/6592 >

PR Broken builds

2019-09-12 Thread Development
Hi, I’ve been working on KAFKA-8326 PR (https://github.com/apache/kafka/pull/6592 ), but I can never pass the checks. The build keeps failing with unrelated errors from SpotBugs. Seems like other people’s PRs are also affected. What’s the current