Parth Brahmbhatt created KAFKA-2538: ---------------------------------------
Summary: Compilation in trunk is failing due to https://github.com/apache/kafka/commit/845514d62329be8382e6d02b8041fc858718d534 Key: KAFKA-2538 URL: https://issues.apache.org/jira/browse/KAFKA-2538 Project: Kafka Issue Type: Bug Reporter: Parth Brahmbhatt Priority: Blocker Getting /Users/pbrahmbhatt/repo/kafka/core/src/main/scala/kafka/tools/EndToEndLatency.scala:82: value commit is not a member of org.apache.kafka.clients.consumer.KafkaConsumer[Array[Byte],Array[Byte]] consumer.commit(CommitType.SYNC) ^ Which I believe was missed when committing KAFKA-2389 which replaces all occurrences of commit(mode) with commit(Sync/Async). This is resulting in other PRS reporting as bad by jenkins like https://github.com/apache/kafka/pull/195 where 2 failures were reported by jenkins https://builds.apache.org/job/kafka-trunk-git-pr/410/ and https://builds.apache.org/job/kafka-trunk-git-pr/411/ -- This message was sent by Atlassian JIRA (v6.3.4#6332)