Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D06FE200D29 for ; Thu, 26 Oct 2017 22:29:05 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id CEE9B160BF6; Thu, 26 Oct 2017 20:29:05 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 201681609E5 for ; Thu, 26 Oct 2017 22:29:04 +0200 (CEST) Received: (qmail 90166 invoked by uid 500); 26 Oct 2017 20:29:04 -0000 Mailing-List: contact jira-help@kafka.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@kafka.apache.org Delivered-To: mailing list jira@kafka.apache.org Received: (qmail 90152 invoked by uid 99); 26 Oct 2017 20:29:04 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Oct 2017 20:29:04 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 9D9BD1A17E0 for ; Thu, 26 Oct 2017 20:29:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.001 X-Spam-Level: X-Spam-Status: No, score=-100.001 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id bzrSXoemwqv6 for ; Thu, 26 Oct 2017 20:29:02 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 3379B5FCDA for ; Thu, 26 Oct 2017 20:29:02 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 4DCB8E2585 for ; Thu, 26 Oct 2017 20:29:01 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id A39D721302 for ; Thu, 26 Oct 2017 20:29:00 +0000 (UTC) Date: Thu, 26 Oct 2017 20:29:00 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: jira@kafka.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (KAFKA-6100) Streams quick start crashes Java on Windows MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 26 Oct 2017 20:29:06 -0000 [ https://issues.apache.org/jira/browse/KAFKA-6100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16221171#comment-16221171 ] ASF GitHub Bot commented on KAFKA-6100: --------------------------------------- Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/4136 > Streams quick start crashes Java on Windows > -------------------------------------------- > > Key: KAFKA-6100 > URL: https://issues.apache.org/jira/browse/KAFKA-6100 > Project: Kafka > Issue Type: Bug > Components: streams > Environment: Windows 10 VM > Reporter: Vahid Hashemian > Assignee: Guozhang Wang > Fix For: 1.0.0 > > Attachments: Screen Shot 2017-10-20 at 11.53.14 AM.png, java.exe_171023_115335.dmp.zip > > > *This issue was detected in 1.0.0 RC2.* > The following step in streams quick start crashes Java on Windows 10: > {{bin/kafka-run-class.sh org.apache.kafka.streams.examples.wordcount.WordCountDemo}} > I tracked this down to [this change|https://github.com/apache/kafka/commit/196bcfca0c56420793f85514d1602bde564b0651#diff-6512f838e273b79676cac5f72456127fR67], and it seems to new version of RocksDB is to blame. I tried the quick start with the previous version of RocksDB (5.7.3) and did not run into this issue. -- This message was sent by Atlassian JIRA (v6.4.14#64029)