From dev-return-107096-archive-asf-public=cust-asf.ponee.io@kafka.apache.org Mon Sep 2 13:26:11 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 710EA180658 for ; Mon, 2 Sep 2019 15:26:11 +0200 (CEST) Received: (qmail 30505 invoked by uid 500); 2 Sep 2019 14:28:42 -0000 Mailing-List: contact dev-help@kafka.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kafka.apache.org Delivered-To: mailing list dev@kafka.apache.org Received: (qmail 30480 invoked by uid 99); 2 Sep 2019 14:28:42 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Sep 2019 14:28:42 +0000 Received: from jira-he-de.apache.org (static.172.67.40.188.clients.your-server.de [188.40.67.172]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id F0307E30C0 for ; Mon, 2 Sep 2019 13:26:00 +0000 (UTC) Received: from jira-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira-he-de.apache.org (ASF Mail Server at jira-he-de.apache.org) with ESMTP id 499927822C4 for ; Mon, 2 Sep 2019 13:26:00 +0000 (UTC) Date: Mon, 2 Sep 2019 13:26:00 +0000 (UTC) From: "Ante B. (Jira)" To: dev@kafka.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (KAFKA-8858) Kafka Streams - Failed to Rebalance Error and stream consumer stuck for some reason MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Ante B. created KAFKA-8858: ------------------------------ Summary: Kafka Streams - Failed to Rebalance Error and stream = consumer stuck for some reason Key: KAFKA-8858 URL: https://issues.apache.org/jira/browse/KAFKA-8858 Project: Kafka Issue Type: Bug Environment: Apache Kakfa 2.1.1 Reporter: Ante B. I have a basic Kafka Streams application that reads from a=C2=A0{{topic}}, = performs a rolling aggregate, and performs a join to publish to an=C2=A0{{a= gg_topic}}.=C2=A0Our project has the timeout failure after we upgrade to Ka= fka 2.1.1, and we don't know the reason yet. Our stream consumer stuck for some reason.=C2=A0 After we changed our group id to another one it became normal. So seems off= set data for this consumer is corrupted. Can you help us please to resolve this problem to be able to revert us to t= he previous consumer name because we have many inconveniences due to this. Ping me pls if you will need some additional info. Our temporary workaround is to disable the=C2=A0{{exactly_once}}=C2=A0confi= g which skips the initializing transactional state. Also offset reseted for= corrupted partition, with no effect. Full problem description in log: {code:java} [2019-08-30 14:20:02.168] [abc-streamer-StreamThread-21] ERROR org.apache.k= afka.streams.processor.internals.StreamThread:273 - stream-thread [fds-stre= amer-StreamThread-21] Error caught during partition assignment, will abort = the current process and re-throw at the end of rebalance: {}=20 org.apache.kafka.common.errors.TimeoutException: Timeout expired while ini= tializing transactional state in 60000ms. [2019-08-30 14:21:35.407] [abc-streamer-StreamThread-14] ERROR org.apache.k= afka.streams.processor.internals.StreamThread:273 - stream-thread [fds-stre= amer-StreamThread-14] Error caught during partition assignment, will abort = the current process and re-throw at the end of rebalance: {}=20 org.apache.kafka.common.errors.TimeoutException: Timeout expired while ini= tializing transactional state in 60000ms. [2019-08-30 14:22:58.487] [abc-streamer-StreamThread-13] ERROR org.apache.k= afka.streams.processor.internals.StreamThread:273 - stream-thread [fds-stre= amer-StreamThread-13] Error caught during partition assignment, will abort = the current process and re-throw at the end of rebalance: {}=20 org.apache.kafka.common.errors.TimeoutException: Timeout expired while ini= tializing transactional state in 60000ms. {noformat} =C2=A0 =C2=A0 =C2=A0 -- This message was sent by Atlassian Jira (v8.3.2#803003)