From jira-return-10113-archive-asf-public=cust-asf.ponee.io@kafka.apache.org Wed Feb 21 00:49:10 2018 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 [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 8EBBF180654 for ; Wed, 21 Feb 2018 00:49:09 +0100 (CET) Received: (qmail 17004 invoked by uid 500); 20 Feb 2018 23:49:03 -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 16965 invoked by uid 99); 20 Feb 2018 23:49:03 -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; Tue, 20 Feb 2018 23:49:03 +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 14F6E1A0A12 for ; Tue, 20 Feb 2018 23:49:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -102.311 X-Spam-Level: X-Spam-Status: No, score=-102.311 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, 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 EGRGD2CLfl0l for ; Tue, 20 Feb 2018 23:49: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 987885F576 for ; Tue, 20 Feb 2018 23:49:01 +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 D4EDCE012D for ; Tue, 20 Feb 2018 23:49:00 +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 8B3FE21E5A for ; Tue, 20 Feb 2018 23:49:00 +0000 (UTC) Date: Tue, 20 Feb 2018 23:49:00 +0000 (UTC) From: =?utf-8?Q?S=C3=B6nke_Liebau_=28JIRA=29?= To: jira@kafka.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (KAFKA-1689) automatic migration of log dirs to new locations MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/KAFKA-1689?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] S=C3=B6nke Liebau resolved KAFKA-1689. --------------------------------- Resolution: Fixed Fix Version/s: 1.1.0 The requested functionality is available as part of KAFKA-5163 > automatic migration of log dirs to new locations > ------------------------------------------------ > > Key: KAFKA-1689 > URL: https://issues.apache.org/jira/browse/KAFKA-1689 > Project: Kafka > Issue Type: New Feature > Components: config, core > Affects Versions: 0.8.1.1 > Reporter: Javier Alba > Priority: Minor > Labels: newbie++ > Fix For: 1.1.0 > > > There is no automated way in Kafka 0.8.1.1 to make a migration of log dat= a if we want to reconfigure our cluster nodes to use several data directori= es where we have mounted new disks instead our original data directory. > For example, say we have our brokers configured with: > log.dirs =3D /tmp/kafka-logs > And we added 3 new disks and now we want our brokers to use them as log.d= irs: > logs.dirs =3D /srv/data/1,/srv/data/2,/srv/data/3 > It would be great to have an automated way of doing such a migration, of = course without losing current data in the cluster. > It would be ideal to be able to do this migration without losing service. -- This message was sent by Atlassian JIRA (v7.6.3#76005)