Uploaded image for project: 'Kafka'
  1. Kafka
  2. KAFKA-1689

automatic migration of log dirs to new locations

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 0.8.1.1
    • 1.1.0
    • config, core

    Description

      There is no automated way in Kafka 0.8.1.1 to make a migration of log data if we want to reconfigure our cluster nodes to use several data directories where we have mounted new disks instead our original data directory.

      For example, say we have our brokers configured with:

      log.dirs = /tmp/kafka-logs

      And we added 3 new disks and now we want our brokers to use them as log.dirs:

      logs.dirs = /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.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              fjavieralba Javier Alba
              Votes:
              1 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: