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 B2330200BDB for ; Mon, 12 Dec 2016 16:40:01 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id B0E01160B1A; Mon, 12 Dec 2016 15:40:01 +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 F1A24160B22 for ; Mon, 12 Dec 2016 16:40:00 +0100 (CET) Received: (qmail 88080 invoked by uid 500); 12 Dec 2016 15:40:00 -0000 Mailing-List: contact dev-help@crunch.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@crunch.apache.org Delivered-To: mailing list dev@crunch.apache.org Received: (qmail 87895 invoked by uid 500); 12 Dec 2016 15:39:59 -0000 Delivered-To: apmail-incubator-crunch-dev@incubator.apache.org Received: (qmail 87888 invoked by uid 99); 12 Dec 2016 15:39:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Dec 2016 15:39:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id B55B92C03DF for ; Mon, 12 Dec 2016 15:39:59 +0000 (UTC) Date: Mon, 12 Dec 2016 15:39:59 +0000 (UTC) From: "Pooja Dhondge (JIRA)" To: crunch-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CRUNCH-630) KafkaRecordReader keeps retrying to poll data when the offset is reset to latest offset MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 12 Dec 2016 15:40:01 -0000 Pooja Dhondge created CRUNCH-630: ------------------------------------ Summary: KafkaRecordReader keeps retrying to poll data when the offset is reset to latest offset Key: CRUNCH-630 URL: https://issues.apache.org/jira/browse/CRUNCH-630 Project: Crunch Issue Type: Bug Reporter: Pooja Dhondge We recently saw this behavior where, if the offset it is trying to read from doesn't exist on Kafka due to retention policy, the offset gets reset to latest(default) and the KafkaRecordReader keeps retrying beyond KAFKA_EMPTY_RETRY_ATTEMPTS_KEY {noformat} ...crunch.kafka.inputformat.KafkaRecordReader: No records retrieved but pending offsets to consume therefore polling again. Attempt 17/10 {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)