From 8bb9f75ea21fae47506916a2b179e179edbc86a3 Mon Sep 17 00:00:00 2001 From: David Arthur Date: Thu, 1 Aug 2024 12:52:33 -0400 Subject: [PATCH 1/2] include step to remove zk migration znode --- 37/ops.html | 5 ++++- 38/ops.html | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/37/ops.html b/37/ops.html index b1da472d1..58018634c 100644 --- a/37/ops.html +++ b/37/ops.html @@ -4098,7 +4098,10 @@

Reverting to ZooKeeper mode During the Migration

  • Using zookeeper-shell.sh, run rmr /controller so that one - of the brokers can become the new old-style controller. + of the brokers can become the new old-style controller. Additionally, run + get /migration followed by rmr /migration to clear the + migration state from ZooKeeper. This will allow you to re-attempt the migration + in the future. The data read from "/migration" can be useful for debugging.
  • On each broker, remove the zookeeper.metadata.migration.enable, diff --git a/38/ops.html b/38/ops.html index e1b3a7bcd..34a518e21 100644 --- a/38/ops.html +++ b/38/ops.html @@ -4105,7 +4105,10 @@

    Reverting to ZooKeeper mode During the Migration

  • Using zookeeper-shell.sh, run rmr /controller so that one - of the brokers can become the new old-style controller. + of the brokers can become the new old-style controller. Additionally, run + get /migration followed by rmr /migration to clear the + migration state from ZooKeeper. This will allow you to re-attempt the migration + in the future. The data read from "/migration" can be useful for debugging.
  • On each broker, remove the zookeeper.metadata.migration.enable, From 1012a4a5a4da0441bcb0da8837dbfdea1d746875 Mon Sep 17 00:00:00 2001 From: David Arthur Date: Tue, 6 Aug 2024 09:33:43 -0400 Subject: [PATCH 2/2] add second mention of rmr /migration --- 37/ops.html | 5 ++++- 38/ops.html | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/37/ops.html b/37/ops.html index 58018634c..cf7c95d13 100644 --- a/37/ops.html +++ b/37/ops.html @@ -4135,7 +4135,10 @@

    Reverting to ZooKeeper mode During the Migration

  • Using zookeeper-shell.sh, run rmr /controller so that one - of the brokers can become the new old-style controller. + of the brokers can become the new old-style controller. Additionally, run + get /migration followed by rmr /migration to clear the + migration state from ZooKeeper. This will allow you to re-attempt the migration + in the future. The data read from "/migration" can be useful for debugging.
  • On each broker, remove the zookeeper.metadata.migration.enable, diff --git a/38/ops.html b/38/ops.html index 34a518e21..882f4854d 100644 --- a/38/ops.html +++ b/38/ops.html @@ -4145,7 +4145,10 @@

    Reverting to ZooKeeper mode During the Migration

  • Using zookeeper-shell.sh, run rmr /controller so that one - of the brokers can become the new old-style controller. + of the brokers can become the new old-style controller. Additionally, run + get /migration followed by rmr /migration to clear the + migration state from ZooKeeper. This will allow you to re-attempt the migration + in the future. The data read from "/migration" can be useful for debugging.
  • On each broker, remove the zookeeper.metadata.migration.enable,