Return-Path: X-Original-To: apmail-incubator-kafka-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-kafka-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9B623D3AD for ; Wed, 12 Sep 2012 02:17:08 +0000 (UTC) Received: (qmail 99854 invoked by uid 500); 12 Sep 2012 02:17:08 -0000 Delivered-To: apmail-incubator-kafka-dev-archive@incubator.apache.org Received: (qmail 99823 invoked by uid 500); 12 Sep 2012 02:17:08 -0000 Mailing-List: contact kafka-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: kafka-dev@incubator.apache.org Delivered-To: mailing list kafka-dev@incubator.apache.org Received: (qmail 99767 invoked by uid 99); 12 Sep 2012 02:17:08 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Sep 2012 02:17:08 +0000 Date: Wed, 12 Sep 2012 13:17:08 +1100 (NCT) From: "Jun Rao (JIRA)" To: kafka-dev@incubator.apache.org Message-ID: <201443151.67147.1347416228370.JavaMail.jiratomcat@arcas> In-Reply-To: <1999046075.26131.1346462827717.JavaMail.jiratomcat@arcas> Subject: [jira] [Updated] (KAFKA-495) Handle topic names with "/" on Kafka server MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/KAFKA-495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jun Rao updated KAFKA-495: -------------------------- Resolution: Fixed Status: Resolved (was: Patch Available) Thanks for patch v3 for 0.8. Committed to 0.8. > Handle topic names with "/" on Kafka server > ------------------------------------------- > > Key: KAFKA-495 > URL: https://issues.apache.org/jira/browse/KAFKA-495 > Project: Kafka > Issue Type: Bug > Affects Versions: 0.7, 0.8 > Reporter: Neha Narkhede > Assignee: Swapnil Ghike > Labels: bugs > Fix For: 0.8, 0.7.1 > > Attachments: kafka-495-v0.8.patch, kafka-495-v0.8-v2.patch, kafka-495-v0.8-v3.patch, kafka-495-v1.patch, kafka-495-v2.patch, kafka-495-v3.patch, kafka-495-v4.patch > > > If a producer publishes data to topic "foo/foo", the Kafka server ends up creating an invalid directory structure on the server. This corrupts the zookeeper data structure for the topic - /brokers/topics/foo/foo. This leads to rebalancing failures on the consumer as well as errors on the zookeeper based producer. > We need to harden the invalid topic handling on the Kafka server side to avoid this. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira