Re: Do the Jackson security vulnerabilities affect Kafka at all?

2018-02-20 Thread Ismael Juma
Hi Jeff, Have you checked trunk and 1.1? They should be using the latest version. Ismael On Tue, Feb 20, 2018 at 10:38 PM, Jeff Widman wrote: > The Jackson JSON parser library had a couple of CVE's announced: > 1. CVE-2017-7525 > 2. CVE 2017-15095 > > Here's a skimmable summary: > https://adam

Do the Jackson security vulnerabilities affect Kafka at all?

2018-02-20 Thread Jeff Widman
The Jackson JSON parser library had a couple of CVE's announced: 1. CVE-2017-7525 2. CVE 2017-15095 Here's a skimmable summary: https://adamcaudill.com/2017/10/04/exploiting-jackson-rce-cve-2017-7525/ Looking at the source, it appears Kafka uses an older version of Jackson which has the vulnerabi

Jenkins build is back to normal : kafka-trunk-jdk9 #419

2018-02-20 Thread Apache Jenkins Server
See

[jira] [Resolved] (KAFKA-1689) automatic migration of log dirs to new locations

2018-02-20 Thread JIRA
[ https://issues.apache.org/jira/browse/KAFKA-1689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sönke Liebau resolved KAFKA-1689. - Resolution: Fixed Fix Version/s: 1.1.0 The requested functionality is available as part of

Jenkins build is back to normal : kafka-1.1-jdk7 #54

2018-02-20 Thread Apache Jenkins Server
See

[jira] [Resolved] (KAFKA-1457) Nginx Kafka Integration

2018-02-20 Thread JIRA
[ https://issues.apache.org/jira/browse/KAFKA-1457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sönke Liebau resolved KAFKA-1457. - Resolution: Not A Problem I think this issue can safely be closed, there are numerous solutions ou

Build failed in Jenkins: kafka-trunk-jdk9 #418

2018-02-20 Thread Apache Jenkins Server
See Changes: [rajinisivaram] MINOR: Fix logger name override (#4600) -- [...truncated 1.48 MB...] kafka.zk.KafkaZkClientTest > testCreateSequentialPersistentPath STARTED

Build failed in Jenkins: kafka-1.1-jdk7 #53

2018-02-20 Thread Apache Jenkins Server
See Changes: [rajinisivaram] MINOR: Fix logger name override (#4600) -- [...truncated 410.88 KB...] kafka.server.epoch.LeaderEpochFileCacheTest > shouldNotClearAnythingIfOff

Jenkins build is back to normal : kafka-trunk-jdk7 #3198

2018-02-20 Thread Apache Jenkins Server
See

Re: [VOTE] 1.0.1 RC1

2018-02-20 Thread Ewen Cheslack-Postava
Just a heads up that an issue with upgrades was found https://issues.apache.org/jira/browse/KAFKA-6238 There's a PR in progress to address the underlying issue. There was a workaround, but it looked like this would cause more pain than doing one more RC, so we'll have an RC2 up soon after the PR is

[jira] [Resolved] (KAFKA-4651) Improve test coverage of Stores

2018-02-20 Thread Guozhang Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guozhang Wang resolved KAFKA-4651. -- Resolution: Fixed Assignee: Bill Bejeck Fix Version/s: 1.2.0 > Improve test cove

Build failed in Jenkins: kafka-trunk-jdk9 #417

2018-02-20 Thread Apache Jenkins Server
See Changes: [damian.guy] MINOR: Fix streams broker compatibility test. -- [...truncated 1.48 MB...] kafka.zk.KafkaZkClientTest > testBrokerSequenceIdMethods PASSED kafka.

[jira] [Created] (KAFKA-6574) Support Headers in console-consumer and console-producer

2018-02-20 Thread Vik Gamov (JIRA)
Vik Gamov created KAFKA-6574: Summary: Support Headers in console-consumer and console-producer Key: KAFKA-6574 URL: https://issues.apache.org/jira/browse/KAFKA-6574 Project: Kafka Issue Type: Bu

Build failed in Jenkins: kafka-trunk-jdk7 #3197

2018-02-20 Thread Apache Jenkins Server
See Changes: [ismael] KAFKA-6568: Minor clean-ups follow-up (#4592) -- [...truncated 241.18 KB...] kafka.tools.ConsoleConsumerTest > shouldParseValidNewConsumerConfigWit

[jira] [Created] (KAFKA-6573) KafkaController.brokerInfo not updated on dynamic update

2018-02-20 Thread Rajini Sivaram (JIRA)
Rajini Sivaram created KAFKA-6573: - Summary: KafkaController.brokerInfo not updated on dynamic update Key: KAFKA-6573 URL: https://issues.apache.org/jira/browse/KAFKA-6573 Project: Kafka Issu

Jenkins build is back to normal : kafka-trunk-jdk8 #2423

2018-02-20 Thread Apache Jenkins Server
See

[jira] [Resolved] (KAFKA-6554) Broker doesn't reject Produce request with inconsistent state

2018-02-20 Thread Jason Gustafson (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gustafson resolved KAFKA-6554. Resolution: Fixed Fix Version/s: 1.1.0 > Broker doesn't reject Produce request with i

[jira] [Resolved] (KAFKA-5624) Unsafe use of expired sensors

2018-02-20 Thread Jason Gustafson (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gustafson resolved KAFKA-5624. Resolution: Fixed Fix Version/s: 2.0.0 > Unsafe use of expired sensors >

Re: Issues with Kafka

2018-02-20 Thread Affan Syed
Could you elaborate a bit more. a) what version of Kafka? b) What do you mean by "it can still send/receive"? It cant be node 3 as it is down. - Affan On Tue, Feb 20, 2018 at 3:47 PM, Shatadeep Banerjee < shata_d...@yahoo.co.in.invalid> wrote: > I am running Kafka in a multi-node, multi-broke

Build failed in Jenkins: kafka-trunk-jdk8 #2422

2018-02-20 Thread Apache Jenkins Server
See Changes: [rajinisivaram] KAFKA-6554; Missing lastOffsetDelta validation before log append (#4585) -- [...truncated 244.02 KB...] kafka.api.SaslGssapiSslEndToEndAuthor

Issues with Kafka

2018-02-20 Thread Shatadeep Banerjee
I am running Kafka in a multi-node, multi-broker setup. I have 3 machines (with Windows OS) connected in a cluster. When I close node 3, it can still send and receive messages, while node 2 cannot receive messages but can send messages. Why is this happening? Shatadeep Banerjee Sent from Mail f

Save the date: ApacheCon North America, September 24-27 in Montréal

2018-02-20 Thread Rich Bowen
Dear Apache Enthusiast, (You’re receiving this message because you’re subscribed to a user@ or dev@ list of one or more Apache Software Foundation projects.) We’re pleased to announce the upcoming ApacheCon [1] in Montréal, September 24-27. This event is all about you — the Apache project com

Jenkins build is back to normal : kafka-trunk-jdk7 #3196

2018-02-20 Thread Apache Jenkins Server
See

Kafka with EBS on AWS : Raid-0 striping or multiple dirs in log.dirs

2018-02-20 Thread Somasundaram Sekar
AWS confluent quickstart configures Kafka log.dirs with 4 - 512GB EBS block devices with RAID-0 striping for higher throughput and also helps bypass the 1TB limit of block devices without provisioned IOPS. I have just come across

Jenkins build is back to normal : kafka-trunk-jdk9 #413

2018-02-20 Thread Apache Jenkins Server
See

Build failed in Jenkins: kafka-trunk-jdk7 #3195

2018-02-20 Thread Apache Jenkins Server
See Changes: [rajinisivaram] KAFKA-6554; Missing lastOffsetDelta validation before log append (#4585) -- [...truncated 413.72 KB...] kafka.server.epoch.LeaderEpochFileCa