Page MenuHomeSoftware Heritage

staging - journal0 needs more space
Closed, MigratedEdits Locked

Description

Journal0 raised the 10% free disk space alert.

The kafka disk is already a 500Go disk on ceph, so replicated 3 times.

Instead of increasing the disk, it could be the occasion to move the journal service to a server with more storage like db1.staging or storage1.staging

IMO storage1 is a better choice as db1 will problably need to also host cassandra when it will be deployed

so we will have:
storage1:

  • storage
  • objstorage
  • kafka

db1:

  • postgresql dbs
  • cassandra

Event Timeline

vsellier created this task.

Actions to perform for the migration:

  • add the role::swh_kafka_broker role to the new server in puppet and deploy
  • stop the staging workers
  • stop kafka on journal0
  • rsync the content from journal0 to the new server
  • update the staging configurations to use the new server as journal
  • update the NAT public staging for staging journal on the firewall (https://192.168.50.1/firewall_nat.php)

The propose plan looks too naive as some zk configuration also needs to be updated.
A recommended way is to add a new node on the cluster, migrate the partitions on the new node and shutdown the old one.
Doing like this ensure all the data and configuration will be correctly migrated, and without downtime, which is not negligible as the mirror tests of enea are in progress.

Examples:
https://kafka.apache.org/documentation.html#basic_ops_cluster_expansion
https://kafka.apache.org/documentation.html#basic_ops_decommissioning_brokers

https://medium.com/naukri-engineering/how-to-migrate-kafka-cluster-to-new-set-of-hardware-with-no-downtime-60fc54ed3ba1

vsellier changed the task status from Open to Work in Progress.Oct 14 2021, 11:28 AM
vsellier moved this task from Backlog to in-progress on the System administration board.

When D6477 will be validated and applied, the move action will be:

  • Prepare the partition reassignment file:
    • Copy the content of P1201 to a to-move.json file
    • execute the following commands to generate the new partition assignements
export SERVER=$(hostname):9092
/opt/kafka/bin/kafka-reassign-partitions.sh --bootstrap-server $SERVER --generate --broker-list 2 --topics-to-move-json-file ~/to-move.json > ~/actions.json
    • check the actions.json file, and keep only the last line
  • Apply the migration:
/opt/kafka/bin/kafka-reassign-partitions.sh --bootstrap-server $SERVER --execute --reassignment-json-file ~/actions.json

The status of the migration can be checked with:

/opt/kafka/bin/kafka-reassign-partitions.sh --bootstrap-server $SERVER --list

zfs dataset created on storage1:

root@storage1:~# zfs create -o mountpoint=/srv/kafka -o atime=off -o relatime=on data/kafka
root@storage1:~# zfs list
NAME           USED  AVAIL     REFER  MOUNTPOINT
data          5.39T  21.0T       96K  /data
data/kafka      96K  21.0T       96K  /srv/kafka
data/objects  5.38T  21.0T     5.38T  /srv/softwareheritage/objects

The new kafka is deployed in storage.
The partition reassignment is in progress

This migrations are still in progress:

root@storage1:/opt/kafka/bin# ./kafka-reassign-partitions.sh --bootstrap-server $SERVER --list | cut -f1 -d"-" | uniq -c
      1 __consumer_offsets
     64 swh.journal.objects.content
     64 swh.journal.objects.directory
      2 swh.journal.objects.metadata_authority
      1 swh.journal.objects.metadata_fetcher
     64 swh.journal.objects.raw_extrinsic_metadata
     64 swh.journal.objects.revision
     64 swh.journal.objects_privileged.revision

All the other topics are now hosted by storage1

The migration is done, the cleaning steps can start:

root@storage1:~# /opt/kafka/bin/kafka-reassign-partitions.sh --bootstrap-server $SERVER --verify --reassignment-json-file ~/actions.json 
Status of partition reassignment:
Reassignment of partition __consumer_offsets-0 is complete.
Reassignment of partition __consumer_offsets-1 is complete.
Reassignment of partition __consumer_offsets-2 is complete.
Reassignment of partition __consumer_offsets-3 is complete.
Reassignment of partition __consumer_offsets-4 is complete.
Reassignment of partition __consumer_offsets-5 is complete.
Reassignment of partition __consumer_offsets-6 is complete.
Reassignment of partition __consumer_offsets-7 is complete.
Reassignment of partition __consumer_offsets-8 is complete.
Reassignment of partition __consumer_offsets-9 is complete.
Reassignment of partition __consumer_offsets-10 is complete.
Reassignment of partition __consumer_offsets-11 is complete.
Reassignment of partition __consumer_offsets-12 is complete.
Reassignment of partition __consumer_offsets-13 is complete.
Reassignment of partition __consumer_offsets-14 is complete.
Reassignment of partition __consumer_offsets-15 is complete.
Reassignment of partition __consumer_offsets-16 is complete.
Reassignment of partition __consumer_offsets-17 is complete.
Reassignment of partition __consumer_offsets-18 is complete.
Reassignment of partition __consumer_offsets-19 is complete.
Reassignment of partition __consumer_offsets-20 is complete.
Reassignment of partition __consumer_offsets-21 is complete.
Reassignment of partition __consumer_offsets-22 is complete.
Reassignment of partition __consumer_offsets-23 is complete.
Reassignment of partition __consumer_offsets-24 is complete.
Reassignment of partition __consumer_offsets-25 is complete.
Reassignment of partition __consumer_offsets-26 is complete.
Reassignment of partition __consumer_offsets-27 is complete.
Reassignment of partition __consumer_offsets-28 is complete.
Reassignment of partition __consumer_offsets-29 is complete.
Reassignment of partition __consumer_offsets-30 is complete.
Reassignment of partition __consumer_offsets-31 is complete.
Reassignment of partition __consumer_offsets-32 is complete.
Reassignment of partition __consumer_offsets-33 is complete.
Reassignment of partition __consumer_offsets-34 is complete.
Reassignment of partition __consumer_offsets-35 is complete.
Reassignment of partition __consumer_offsets-36 is complete.
Reassignment of partition __consumer_offsets-37 is complete.
Reassignment of partition __consumer_offsets-38 is complete.
Reassignment of partition __consumer_offsets-39 is complete.
Reassignment of partition __consumer_offsets-40 is complete.
Reassignment of partition __consumer_offsets-41 is complete.
Reassignment of partition __consumer_offsets-42 is complete.
Reassignment of partition __consumer_offsets-43 is complete.
Reassignment of partition __consumer_offsets-44 is complete.
Reassignment of partition __consumer_offsets-45 is complete.
Reassignment of partition __consumer_offsets-46 is complete.
Reassignment of partition __consumer_offsets-47 is complete.
Reassignment of partition __consumer_offsets-48 is complete.
Reassignment of partition __consumer_offsets-49 is complete.
Reassignment of partition swh.journal.indexed.content_ctags-0 is complete.
Reassignment of partition swh.journal.indexed.content_ctags-1 is complete.
Reassignment of partition swh.journal.indexed.content_ctags-2 is complete.
Reassignment of partition swh.journal.indexed.content_ctags-3 is complete.
Reassignment of partition swh.journal.indexed.content_ctags-4 is complete.
Reassignment of partition swh.journal.indexed.content_ctags-5 is complete.
Reassignment of partition swh.journal.indexed.content_ctags-6 is complete.
Reassignment of partition swh.journal.indexed.content_ctags-7 is complete.
Reassignment of partition swh.journal.indexed.content_ctags-8 is complete.
Reassignment of partition swh.journal.indexed.content_ctags-9 is complete.
Reassignment of partition swh.journal.indexed.content_ctags-10 is complete.
Reassignment of partition swh.journal.indexed.content_ctags-11 is complete.
Reassignment of partition swh.journal.indexed.content_ctags-12 is complete.
Reassignment of partition swh.journal.indexed.content_ctags-13 is complete.
Reassignment of partition swh.journal.indexed.content_ctags-14 is complete.
Reassignment of partition swh.journal.indexed.content_ctags-15 is complete.
Reassignment of partition swh.journal.indexed.content_ctags-16 is complete.
Reassignment of partition swh.journal.indexed.content_ctags-17 is complete.
Reassignment of partition swh.journal.indexed.content_ctags-18 is complete.
Reassignment of partition swh.journal.indexed.content_ctags-19 is complete.
Reassignment of partition swh.journal.indexed.content_ctags-20 is complete.
Reassignment of partition swh.journal.indexed.content_ctags-21 is complete.
Reassignment of partition swh.journal.indexed.content_ctags-22 is complete.
Reassignment of partition swh.journal.indexed.content_ctags-23 is complete.
Reassignment of partition swh.journal.indexed.content_ctags-24 is complete.
Reassignment of partition swh.journal.indexed.content_ctags-25 is complete.
Reassignment of partition swh.journal.indexed.content_ctags-26 is complete.
Reassignment of partition swh.journal.indexed.content_ctags-27 is complete.
Reassignment of partition swh.journal.indexed.content_ctags-28 is complete.
Reassignment of partition swh.journal.indexed.content_ctags-29 is complete.
Reassignment of partition swh.journal.indexed.content_ctags-30 is complete.
Reassignment of partition swh.journal.indexed.content_ctags-31 is complete.
Reassignment of partition swh.journal.indexed.content_ctags-32 is complete.
Reassignment of partition swh.journal.indexed.content_ctags-33 is complete.
Reassignment of partition swh.journal.indexed.content_ctags-34 is complete.
Reassignment of partition swh.journal.indexed.content_ctags-35 is complete.
Reassignment of partition swh.journal.indexed.content_ctags-36 is complete.
Reassignment of partition swh.journal.indexed.content_ctags-37 is complete.
Reassignment of partition swh.journal.indexed.content_ctags-38 is complete.
Reassignment of partition swh.journal.indexed.content_ctags-39 is complete.
Reassignment of partition swh.journal.indexed.content_ctags-40 is complete.
Reassignment of partition swh.journal.indexed.content_ctags-41 is complete.
Reassignment of partition swh.journal.indexed.content_ctags-42 is complete.
Reassignment of partition swh.journal.indexed.content_ctags-43 is complete.
Reassignment of partition swh.journal.indexed.content_ctags-44 is complete.
Reassignment of partition swh.journal.indexed.content_ctags-45 is complete.
Reassignment of partition swh.journal.indexed.content_ctags-46 is complete.
Reassignment of partition swh.journal.indexed.content_ctags-47 is complete.
Reassignment of partition swh.journal.indexed.content_ctags-48 is complete.
Reassignment of partition swh.journal.indexed.content_ctags-49 is complete.
Reassignment of partition swh.journal.indexed.content_ctags-50 is complete.
Reassignment of partition swh.journal.indexed.content_ctags-51 is complete.
Reassignment of partition swh.journal.indexed.content_ctags-52 is complete.
Reassignment of partition swh.journal.indexed.content_ctags-53 is complete.
Reassignment of partition swh.journal.indexed.content_ctags-54 is complete.
Reassignment of partition swh.journal.indexed.content_ctags-55 is complete.
Reassignment of partition swh.journal.indexed.content_ctags-56 is complete.
Reassignment of partition swh.journal.indexed.content_ctags-57 is complete.
Reassignment of partition swh.journal.indexed.content_ctags-58 is complete.
Reassignment of partition swh.journal.indexed.content_ctags-59 is complete.
Reassignment of partition swh.journal.indexed.content_ctags-60 is complete.
Reassignment of partition swh.journal.indexed.content_ctags-61 is complete.
Reassignment of partition swh.journal.indexed.content_ctags-62 is complete.
Reassignment of partition swh.journal.indexed.content_ctags-63 is complete.
Reassignment of partition swh.journal.indexed.content_fossology_license-0 is complete.
Reassignment of partition swh.journal.indexed.content_fossology_license-1 is complete.
Reassignment of partition swh.journal.indexed.content_fossology_license-2 is complete.
Reassignment of partition swh.journal.indexed.content_fossology_license-3 is complete.
Reassignment of partition swh.journal.indexed.content_fossology_license-4 is complete.
Reassignment of partition swh.journal.indexed.content_fossology_license-5 is complete.
Reassignment of partition swh.journal.indexed.content_fossology_license-6 is complete.
Reassignment of partition swh.journal.indexed.content_fossology_license-7 is complete.
Reassignment of partition swh.journal.indexed.content_fossology_license-8 is complete.
Reassignment of partition swh.journal.indexed.content_fossology_license-9 is complete.
Reassignment of partition swh.journal.indexed.content_fossology_license-10 is complete.
Reassignment of partition swh.journal.indexed.content_fossology_license-11 is complete.
Reassignment of partition swh.journal.indexed.content_fossology_license-12 is complete.
Reassignment of partition swh.journal.indexed.content_fossology_license-13 is complete.
Reassignment of partition swh.journal.indexed.content_fossology_license-14 is complete.
Reassignment of partition swh.journal.indexed.content_fossology_license-15 is complete.
Reassignment of partition swh.journal.indexed.content_fossology_license-16 is complete.
Reassignment of partition swh.journal.indexed.content_fossology_license-17 is complete.
Reassignment of partition swh.journal.indexed.content_fossology_license-18 is complete.
Reassignment of partition swh.journal.indexed.content_fossology_license-19 is complete.
Reassignment of partition swh.journal.indexed.content_fossology_license-20 is complete.
Reassignment of partition swh.journal.indexed.content_fossology_license-21 is complete.
Reassignment of partition swh.journal.indexed.content_fossology_license-22 is complete.
Reassignment of partition swh.journal.indexed.content_fossology_license-23 is complete.
Reassignment of partition swh.journal.indexed.content_fossology_license-24 is complete.
Reassignment of partition swh.journal.indexed.content_fossology_license-25 is complete.
Reassignment of partition swh.journal.indexed.content_fossology_license-26 is complete.
Reassignment of partition swh.journal.indexed.content_fossology_license-27 is complete.
Reassignment of partition swh.journal.indexed.content_fossology_license-28 is complete.
Reassignment of partition swh.journal.indexed.content_fossology_license-29 is complete.
Reassignment of partition swh.journal.indexed.content_fossology_license-30 is complete.
Reassignment of partition swh.journal.indexed.content_fossology_license-31 is complete.
Reassignment of partition swh.journal.indexed.content_fossology_license-32 is complete.
Reassignment of partition swh.journal.indexed.content_fossology_license-33 is complete.
Reassignment of partition swh.journal.indexed.content_fossology_license-34 is complete.
Reassignment of partition swh.journal.indexed.content_fossology_license-35 is complete.
Reassignment of partition swh.journal.indexed.content_fossology_license-36 is complete.
Reassignment of partition swh.journal.indexed.content_fossology_license-37 is complete.
Reassignment of partition swh.journal.indexed.content_fossology_license-38 is complete.
Reassignment of partition swh.journal.indexed.content_fossology_license-39 is complete.
Reassignment of partition swh.journal.indexed.content_fossology_license-40 is complete.
Reassignment of partition swh.journal.indexed.content_fossology_license-41 is complete.
Reassignment of partition swh.journal.indexed.content_fossology_license-42 is complete.
Reassignment of partition swh.journal.indexed.content_fossology_license-43 is complete.
Reassignment of partition swh.journal.indexed.content_fossology_license-44 is complete.
Reassignment of partition swh.journal.indexed.content_fossology_license-45 is complete.
Reassignment of partition swh.journal.indexed.content_fossology_license-46 is complete.
Reassignment of partition swh.journal.indexed.content_fossology_license-47 is complete.
Reassignment of partition swh.journal.indexed.content_fossology_license-48 is complete.
Reassignment of partition swh.journal.indexed.content_fossology_license-49 is complete.
Reassignment of partition swh.journal.indexed.content_fossology_license-50 is complete.
Reassignment of partition swh.journal.indexed.content_fossology_license-51 is complete.
Reassignment of partition swh.journal.indexed.content_fossology_license-52 is complete.
Reassignment of partition swh.journal.indexed.content_fossology_license-53 is complete.
Reassignment of partition swh.journal.indexed.content_fossology_license-54 is complete.
Reassignment of partition swh.journal.indexed.content_fossology_license-55 is complete.
Reassignment of partition swh.journal.indexed.content_fossology_license-56 is complete.
Reassignment of partition swh.journal.indexed.content_fossology_license-57 is complete.
Reassignment of partition swh.journal.indexed.content_fossology_license-58 is complete.
Reassignment of partition swh.journal.indexed.content_fossology_license-59 is complete.
Reassignment of partition swh.journal.indexed.content_fossology_license-60 is complete.
Reassignment of partition swh.journal.indexed.content_fossology_license-61 is complete.
Reassignment of partition swh.journal.indexed.content_fossology_license-62 is complete.
Reassignment of partition swh.journal.indexed.content_fossology_license-63 is complete.
Reassignment of partition swh.journal.indexed.content_language-0 is complete.
Reassignment of partition swh.journal.indexed.content_language-1 is complete.
Reassignment of partition swh.journal.indexed.content_language-2 is complete.
Reassignment of partition swh.journal.indexed.content_language-3 is complete.
Reassignment of partition swh.journal.indexed.content_language-4 is complete.
Reassignment of partition swh.journal.indexed.content_language-5 is complete.
Reassignment of partition swh.journal.indexed.content_language-6 is complete.
Reassignment of partition swh.journal.indexed.content_language-7 is complete.
Reassignment of partition swh.journal.indexed.content_language-8 is complete.
Reassignment of partition swh.journal.indexed.content_language-9 is complete.
Reassignment of partition swh.journal.indexed.content_language-10 is complete.
Reassignment of partition swh.journal.indexed.content_language-11 is complete.
Reassignment of partition swh.journal.indexed.content_language-12 is complete.
Reassignment of partition swh.journal.indexed.content_language-13 is complete.
Reassignment of partition swh.journal.indexed.content_language-14 is complete.
Reassignment of partition swh.journal.indexed.content_language-15 is complete.
Reassignment of partition swh.journal.indexed.content_language-16 is complete.
Reassignment of partition swh.journal.indexed.content_language-17 is complete.
Reassignment of partition swh.journal.indexed.content_language-18 is complete.
Reassignment of partition swh.journal.indexed.content_language-19 is complete.
Reassignment of partition swh.journal.indexed.content_language-20 is complete.
Reassignment of partition swh.journal.indexed.content_language-21 is complete.
Reassignment of partition swh.journal.indexed.content_language-22 is complete.
Reassignment of partition swh.journal.indexed.content_language-23 is complete.
Reassignment of partition swh.journal.indexed.content_language-24 is complete.
Reassignment of partition swh.journal.indexed.content_language-25 is complete.
Reassignment of partition swh.journal.indexed.content_language-26 is complete.
Reassignment of partition swh.journal.indexed.content_language-27 is complete.
Reassignment of partition swh.journal.indexed.content_language-28 is complete.
Reassignment of partition swh.journal.indexed.content_language-29 is complete.
Reassignment of partition swh.journal.indexed.content_language-30 is complete.
Reassignment of partition swh.journal.indexed.content_language-31 is complete.
Reassignment of partition swh.journal.indexed.content_language-32 is complete.
Reassignment of partition swh.journal.indexed.content_language-33 is complete.
Reassignment of partition swh.journal.indexed.content_language-34 is complete.
Reassignment of partition swh.journal.indexed.content_language-35 is complete.
Reassignment of partition swh.journal.indexed.content_language-36 is complete.
Reassignment of partition swh.journal.indexed.content_language-37 is complete.
Reassignment of partition swh.journal.indexed.content_language-38 is complete.
Reassignment of partition swh.journal.indexed.content_language-39 is complete.
Reassignment of partition swh.journal.indexed.content_language-40 is complete.
Reassignment of partition swh.journal.indexed.content_language-41 is complete.
Reassignment of partition swh.journal.indexed.content_language-42 is complete.
Reassignment of partition swh.journal.indexed.content_language-43 is complete.
Reassignment of partition swh.journal.indexed.content_language-44 is complete.
Reassignment of partition swh.journal.indexed.content_language-45 is complete.
Reassignment of partition swh.journal.indexed.content_language-46 is complete.
Reassignment of partition swh.journal.indexed.content_language-47 is complete.
Reassignment of partition swh.journal.indexed.content_language-48 is complete.
Reassignment of partition swh.journal.indexed.content_language-49 is complete.
Reassignment of partition swh.journal.indexed.content_language-50 is complete.
Reassignment of partition swh.journal.indexed.content_language-51 is complete.
Reassignment of partition swh.journal.indexed.content_language-52 is complete.
Reassignment of partition swh.journal.indexed.content_language-53 is complete.
Reassignment of partition swh.journal.indexed.content_language-54 is complete.
Reassignment of partition swh.journal.indexed.content_language-55 is complete.
Reassignment of partition swh.journal.indexed.content_language-56 is complete.
Reassignment of partition swh.journal.indexed.content_language-57 is complete.
Reassignment of partition swh.journal.indexed.content_language-58 is complete.
Reassignment of partition swh.journal.indexed.content_language-59 is complete.
Reassignment of partition swh.journal.indexed.content_language-60 is complete.
Reassignment of partition swh.journal.indexed.content_language-61 is complete.
Reassignment of partition swh.journal.indexed.content_language-62 is complete.
Reassignment of partition swh.journal.indexed.content_language-63 is complete.
Reassignment of partition swh.journal.indexed.content_metadata-0 is complete.
Reassignment of partition swh.journal.indexed.content_mimetype-0 is complete.
Reassignment of partition swh.journal.indexed.content_mimetype-1 is complete.
Reassignment of partition swh.journal.indexed.content_mimetype-2 is complete.
Reassignment of partition swh.journal.indexed.content_mimetype-3 is complete.
Reassignment of partition swh.journal.indexed.content_mimetype-4 is complete.
Reassignment of partition swh.journal.indexed.content_mimetype-5 is complete.
Reassignment of partition swh.journal.indexed.content_mimetype-6 is complete.
Reassignment of partition swh.journal.indexed.content_mimetype-7 is complete.
Reassignment of partition swh.journal.indexed.content_mimetype-8 is complete.
Reassignment of partition swh.journal.indexed.content_mimetype-9 is complete.
Reassignment of partition swh.journal.indexed.content_mimetype-10 is complete.
Reassignment of partition swh.journal.indexed.content_mimetype-11 is complete.
Reassignment of partition swh.journal.indexed.content_mimetype-12 is complete.
Reassignment of partition swh.journal.indexed.content_mimetype-13 is complete.
Reassignment of partition swh.journal.indexed.content_mimetype-14 is complete.
Reassignment of partition swh.journal.indexed.content_mimetype-15 is complete.
Reassignment of partition swh.journal.indexed.content_mimetype-16 is complete.
Reassignment of partition swh.journal.indexed.content_mimetype-17 is complete.
Reassignment of partition swh.journal.indexed.content_mimetype-18 is complete.
Reassignment of partition swh.journal.indexed.content_mimetype-19 is complete.
Reassignment of partition swh.journal.indexed.content_mimetype-20 is complete.
Reassignment of partition swh.journal.indexed.content_mimetype-21 is complete.
Reassignment of partition swh.journal.indexed.content_mimetype-22 is complete.
Reassignment of partition swh.journal.indexed.content_mimetype-23 is complete.
Reassignment of partition swh.journal.indexed.content_mimetype-24 is complete.
Reassignment of partition swh.journal.indexed.content_mimetype-25 is complete.
Reassignment of partition swh.journal.indexed.content_mimetype-26 is complete.
Reassignment of partition swh.journal.indexed.content_mimetype-27 is complete.
Reassignment of partition swh.journal.indexed.content_mimetype-28 is complete.
Reassignment of partition swh.journal.indexed.content_mimetype-29 is complete.
Reassignment of partition swh.journal.indexed.content_mimetype-30 is complete.
Reassignment of partition swh.journal.indexed.content_mimetype-31 is complete.
Reassignment of partition swh.journal.indexed.content_mimetype-32 is complete.
Reassignment of partition swh.journal.indexed.content_mimetype-33 is complete.
Reassignment of partition swh.journal.indexed.content_mimetype-34 is complete.
Reassignment of partition swh.journal.indexed.content_mimetype-35 is complete.
Reassignment of partition swh.journal.indexed.content_mimetype-36 is complete.
Reassignment of partition swh.journal.indexed.content_mimetype-37 is complete.
Reassignment of partition swh.journal.indexed.content_mimetype-38 is complete.
Reassignment of partition swh.journal.indexed.content_mimetype-39 is complete.
Reassignment of partition swh.journal.indexed.content_mimetype-40 is complete.
Reassignment of partition swh.journal.indexed.content_mimetype-41 is complete.
Reassignment of partition swh.journal.indexed.content_mimetype-42 is complete.
Reassignment of partition swh.journal.indexed.content_mimetype-43 is complete.
Reassignment of partition swh.journal.indexed.content_mimetype-44 is complete.
Reassignment of partition swh.journal.indexed.content_mimetype-45 is complete.
Reassignment of partition swh.journal.indexed.content_mimetype-46 is complete.
Reassignment of partition swh.journal.indexed.content_mimetype-47 is complete.
Reassignment of partition swh.journal.indexed.content_mimetype-48 is complete.
Reassignment of partition swh.journal.indexed.content_mimetype-49 is complete.
Reassignment of partition swh.journal.indexed.content_mimetype-50 is complete.
Reassignment of partition swh.journal.indexed.content_mimetype-51 is complete.
Reassignment of partition swh.journal.indexed.content_mimetype-52 is complete.
Reassignment of partition swh.journal.indexed.content_mimetype-53 is complete.
Reassignment of partition swh.journal.indexed.content_mimetype-54 is complete.
Reassignment of partition swh.journal.indexed.content_mimetype-55 is complete.
Reassignment of partition swh.journal.indexed.content_mimetype-56 is complete.
Reassignment of partition swh.journal.indexed.content_mimetype-57 is complete.
Reassignment of partition swh.journal.indexed.content_mimetype-58 is complete.
Reassignment of partition swh.journal.indexed.content_mimetype-59 is complete.
Reassignment of partition swh.journal.indexed.content_mimetype-60 is complete.
Reassignment of partition swh.journal.indexed.content_mimetype-61 is complete.
Reassignment of partition swh.journal.indexed.content_mimetype-62 is complete.
Reassignment of partition swh.journal.indexed.content_mimetype-63 is complete.
Reassignment of partition swh.journal.indexed.origin_intrinsic_metadata-0 is complete.
Reassignment of partition swh.journal.indexed.origin_intrinsic_metadata-1 is complete.
Reassignment of partition swh.journal.indexed.origin_intrinsic_metadata-2 is complete.
Reassignment of partition swh.journal.indexed.origin_intrinsic_metadata-3 is complete.
Reassignment of partition swh.journal.indexed.origin_intrinsic_metadata-4 is complete.
Reassignment of partition swh.journal.indexed.origin_intrinsic_metadata-5 is complete.
Reassignment of partition swh.journal.indexed.origin_intrinsic_metadata-6 is complete.
Reassignment of partition swh.journal.indexed.origin_intrinsic_metadata-7 is complete.
Reassignment of partition swh.journal.indexed.origin_intrinsic_metadata-8 is complete.
Reassignment of partition swh.journal.indexed.origin_intrinsic_metadata-9 is complete.
Reassignment of partition swh.journal.indexed.origin_intrinsic_metadata-10 is complete.
Reassignment of partition swh.journal.indexed.origin_intrinsic_metadata-11 is complete.
Reassignment of partition swh.journal.indexed.origin_intrinsic_metadata-12 is complete.
Reassignment of partition swh.journal.indexed.origin_intrinsic_metadata-13 is complete.
Reassignment of partition swh.journal.indexed.origin_intrinsic_metadata-14 is complete.
Reassignment of partition swh.journal.indexed.origin_intrinsic_metadata-15 is complete.
Reassignment of partition swh.journal.indexed.origin_intrinsic_metadata-16 is complete.
Reassignment of partition swh.journal.indexed.origin_intrinsic_metadata-17 is complete.
Reassignment of partition swh.journal.indexed.origin_intrinsic_metadata-18 is complete.
Reassignment of partition swh.journal.indexed.origin_intrinsic_metadata-19 is complete.
Reassignment of partition swh.journal.indexed.origin_intrinsic_metadata-20 is complete.
Reassignment of partition swh.journal.indexed.origin_intrinsic_metadata-21 is complete.
Reassignment of partition swh.journal.indexed.origin_intrinsic_metadata-22 is complete.
Reassignment of partition swh.journal.indexed.origin_intrinsic_metadata-23 is complete.
Reassignment of partition swh.journal.indexed.origin_intrinsic_metadata-24 is complete.
Reassignment of partition swh.journal.indexed.origin_intrinsic_metadata-25 is complete.
Reassignment of partition swh.journal.indexed.origin_intrinsic_metadata-26 is complete.
Reassignment of partition swh.journal.indexed.origin_intrinsic_metadata-27 is complete.
Reassignment of partition swh.journal.indexed.origin_intrinsic_metadata-28 is complete.
Reassignment of partition swh.journal.indexed.origin_intrinsic_metadata-29 is complete.
Reassignment of partition swh.journal.indexed.origin_intrinsic_metadata-30 is complete.
Reassignment of partition swh.journal.indexed.origin_intrinsic_metadata-31 is complete.
Reassignment of partition swh.journal.indexed.origin_intrinsic_metadata-32 is complete.
Reassignment of partition swh.journal.indexed.origin_intrinsic_metadata-33 is complete.
Reassignment of partition swh.journal.indexed.origin_intrinsic_metadata-34 is complete.
Reassignment of partition swh.journal.indexed.origin_intrinsic_metadata-35 is complete.
Reassignment of partition swh.journal.indexed.origin_intrinsic_metadata-36 is complete.
Reassignment of partition swh.journal.indexed.origin_intrinsic_metadata-37 is complete.
Reassignment of partition swh.journal.indexed.origin_intrinsic_metadata-38 is complete.
Reassignment of partition swh.journal.indexed.origin_intrinsic_metadata-39 is complete.
Reassignment of partition swh.journal.indexed.origin_intrinsic_metadata-40 is complete.
Reassignment of partition swh.journal.indexed.origin_intrinsic_metadata-41 is complete.
Reassignment of partition swh.journal.indexed.origin_intrinsic_metadata-42 is complete.
Reassignment of partition swh.journal.indexed.origin_intrinsic_metadata-43 is complete.
Reassignment of partition swh.journal.indexed.origin_intrinsic_metadata-44 is complete.
Reassignment of partition swh.journal.indexed.origin_intrinsic_metadata-45 is complete.
Reassignment of partition swh.journal.indexed.origin_intrinsic_metadata-46 is complete.
Reassignment of partition swh.journal.indexed.origin_intrinsic_metadata-47 is complete.
Reassignment of partition swh.journal.indexed.origin_intrinsic_metadata-48 is complete.
Reassignment of partition swh.journal.indexed.origin_intrinsic_metadata-49 is complete.
Reassignment of partition swh.journal.indexed.origin_intrinsic_metadata-50 is complete.
Reassignment of partition swh.journal.indexed.origin_intrinsic_metadata-51 is complete.
Reassignment of partition swh.journal.indexed.origin_intrinsic_metadata-52 is complete.
Reassignment of partition swh.journal.indexed.origin_intrinsic_metadata-53 is complete.
Reassignment of partition swh.journal.indexed.origin_intrinsic_metadata-54 is complete.
Reassignment of partition swh.journal.indexed.origin_intrinsic_metadata-55 is complete.
Reassignment of partition swh.journal.indexed.origin_intrinsic_metadata-56 is complete.
Reassignment of partition swh.journal.indexed.origin_intrinsic_metadata-57 is complete.
Reassignment of partition swh.journal.indexed.origin_intrinsic_metadata-58 is complete.
Reassignment of partition swh.journal.indexed.origin_intrinsic_metadata-59 is complete.
Reassignment of partition swh.journal.indexed.origin_intrinsic_metadata-60 is complete.
Reassignment of partition swh.journal.indexed.origin_intrinsic_metadata-61 is complete.
Reassignment of partition swh.journal.indexed.origin_intrinsic_metadata-62 is complete.
Reassignment of partition swh.journal.indexed.origin_intrinsic_metadata-63 is complete.
Reassignment of partition swh.journal.indexed.revision_intrinsic_metadata-0 is complete.
Reassignment of partition swh.journal.objects.content-0 is complete.
Reassignment of partition swh.journal.objects.content-1 is complete.
Reassignment of partition swh.journal.objects.content-2 is complete.
Reassignment of partition swh.journal.objects.content-3 is complete.
Reassignment of partition swh.journal.objects.content-4 is complete.
Reassignment of partition swh.journal.objects.content-5 is complete.
Reassignment of partition swh.journal.objects.content-6 is complete.
Reassignment of partition swh.journal.objects.content-7 is complete.
Reassignment of partition swh.journal.objects.content-8 is complete.
Reassignment of partition swh.journal.objects.content-9 is complete.
Reassignment of partition swh.journal.objects.content-10 is complete.
Reassignment of partition swh.journal.objects.content-11 is complete.
Reassignment of partition swh.journal.objects.content-12 is complete.
Reassignment of partition swh.journal.objects.content-13 is complete.
Reassignment of partition swh.journal.objects.content-14 is complete.
Reassignment of partition swh.journal.objects.content-15 is complete.
Reassignment of partition swh.journal.objects.content-16 is complete.
Reassignment of partition swh.journal.objects.content-17 is complete.
Reassignment of partition swh.journal.objects.content-18 is complete.
Reassignment of partition swh.journal.objects.content-19 is complete.
Reassignment of partition swh.journal.objects.content-20 is complete.
Reassignment of partition swh.journal.objects.content-21 is complete.
Reassignment of partition swh.journal.objects.content-22 is complete.
Reassignment of partition swh.journal.objects.content-23 is complete.
Reassignment of partition swh.journal.objects.content-24 is complete.
Reassignment of partition swh.journal.objects.content-25 is complete.
Reassignment of partition swh.journal.objects.content-26 is complete.
Reassignment of partition swh.journal.objects.content-27 is complete.
Reassignment of partition swh.journal.objects.content-28 is complete.
Reassignment of partition swh.journal.objects.content-29 is complete.
Reassignment of partition swh.journal.objects.content-30 is complete.
Reassignment of partition swh.journal.objects.content-31 is complete.
Reassignment of partition swh.journal.objects.content-32 is complete.
Reassignment of partition swh.journal.objects.content-33 is complete.
Reassignment of partition swh.journal.objects.content-34 is complete.
Reassignment of partition swh.journal.objects.content-35 is complete.
Reassignment of partition swh.journal.objects.content-36 is complete.
Reassignment of partition swh.journal.objects.content-37 is complete.
Reassignment of partition swh.journal.objects.content-38 is complete.
Reassignment of partition swh.journal.objects.content-39 is complete.
Reassignment of partition swh.journal.objects.content-40 is complete.
Reassignment of partition swh.journal.objects.content-41 is complete.
Reassignment of partition swh.journal.objects.content-42 is complete.
Reassignment of partition swh.journal.objects.content-43 is complete.
Reassignment of partition swh.journal.objects.content-44 is complete.
Reassignment of partition swh.journal.objects.content-45 is complete.
Reassignment of partition swh.journal.objects.content-46 is complete.
Reassignment of partition swh.journal.objects.content-47 is complete.
Reassignment of partition swh.journal.objects.content-48 is complete.
Reassignment of partition swh.journal.objects.content-49 is complete.
Reassignment of partition swh.journal.objects.content-50 is complete.
Reassignment of partition swh.journal.objects.content-51 is complete.
Reassignment of partition swh.journal.objects.content-52 is complete.
Reassignment of partition swh.journal.objects.content-53 is complete.
Reassignment of partition swh.journal.objects.content-54 is complete.
Reassignment of partition swh.journal.objects.content-55 is complete.
Reassignment of partition swh.journal.objects.content-56 is complete.
Reassignment of partition swh.journal.objects.content-57 is complete.
Reassignment of partition swh.journal.objects.content-58 is complete.
Reassignment of partition swh.journal.objects.content-59 is complete.
Reassignment of partition swh.journal.objects.content-60 is complete.
Reassignment of partition swh.journal.objects.content-61 is complete.
Reassignment of partition swh.journal.objects.content-62 is complete.
Reassignment of partition swh.journal.objects.content-63 is complete.
Reassignment of partition swh.journal.objects.directory-0 is complete.
Reassignment of partition swh.journal.objects.directory-1 is complete.
Reassignment of partition swh.journal.objects.directory-2 is complete.
Reassignment of partition swh.journal.objects.directory-3 is complete.
Reassignment of partition swh.journal.objects.directory-4 is complete.
Reassignment of partition swh.journal.objects.directory-5 is complete.
Reassignment of partition swh.journal.objects.directory-6 is complete.
Reassignment of partition swh.journal.objects.directory-7 is complete.
Reassignment of partition swh.journal.objects.directory-8 is complete.
Reassignment of partition swh.journal.objects.directory-9 is complete.
Reassignment of partition swh.journal.objects.directory-10 is complete.
Reassignment of partition swh.journal.objects.directory-11 is complete.
Reassignment of partition swh.journal.objects.directory-12 is complete.
Reassignment of partition swh.journal.objects.directory-13 is complete.
Reassignment of partition swh.journal.objects.directory-14 is complete.
Reassignment of partition swh.journal.objects.directory-15 is complete.
Reassignment of partition swh.journal.objects.directory-16 is complete.
Reassignment of partition swh.journal.objects.directory-17 is complete.
Reassignment of partition swh.journal.objects.directory-18 is complete.
Reassignment of partition swh.journal.objects.directory-19 is complete.
Reassignment of partition swh.journal.objects.directory-20 is complete.
Reassignment of partition swh.journal.objects.directory-21 is complete.
Reassignment of partition swh.journal.objects.directory-22 is complete.
Reassignment of partition swh.journal.objects.directory-23 is complete.
Reassignment of partition swh.journal.objects.directory-24 is complete.
Reassignment of partition swh.journal.objects.directory-25 is complete.
Reassignment of partition swh.journal.objects.directory-26 is complete.
Reassignment of partition swh.journal.objects.directory-27 is complete.
Reassignment of partition swh.journal.objects.directory-28 is complete.
Reassignment of partition swh.journal.objects.directory-29 is complete.
Reassignment of partition swh.journal.objects.directory-30 is complete.
Reassignment of partition swh.journal.objects.directory-31 is complete.
Reassignment of partition swh.journal.objects.directory-32 is complete.
Reassignment of partition swh.journal.objects.directory-33 is complete.
Reassignment of partition swh.journal.objects.directory-34 is complete.
Reassignment of partition swh.journal.objects.directory-35 is complete.
Reassignment of partition swh.journal.objects.directory-36 is complete.
Reassignment of partition swh.journal.objects.directory-37 is complete.
Reassignment of partition swh.journal.objects.directory-38 is complete.
Reassignment of partition swh.journal.objects.directory-39 is complete.
Reassignment of partition swh.journal.objects.directory-40 is complete.
Reassignment of partition swh.journal.objects.directory-41 is complete.
Reassignment of partition swh.journal.objects.directory-42 is complete.
Reassignment of partition swh.journal.objects.directory-43 is complete.
Reassignment of partition swh.journal.objects.directory-44 is complete.
Reassignment of partition swh.journal.objects.directory-45 is complete.
Reassignment of partition swh.journal.objects.directory-46 is complete.
Reassignment of partition swh.journal.objects.directory-47 is complete.
Reassignment of partition swh.journal.objects.directory-48 is complete.
Reassignment of partition swh.journal.objects.directory-49 is complete.
Reassignment of partition swh.journal.objects.directory-50 is complete.
Reassignment of partition swh.journal.objects.directory-51 is complete.
Reassignment of partition swh.journal.objects.directory-52 is complete.
Reassignment of partition swh.journal.objects.directory-53 is complete.
Reassignment of partition swh.journal.objects.directory-54 is complete.
Reassignment of partition swh.journal.objects.directory-55 is complete.
Reassignment of partition swh.journal.objects.directory-56 is complete.
Reassignment of partition swh.journal.objects.directory-57 is complete.
Reassignment of partition swh.journal.objects.directory-58 is complete.
Reassignment of partition swh.journal.objects.directory-59 is complete.
Reassignment of partition swh.journal.objects.directory-60 is complete.
Reassignment of partition swh.journal.objects.directory-61 is complete.
Reassignment of partition swh.journal.objects.directory-62 is complete.
Reassignment of partition swh.journal.objects.directory-63 is complete.
Reassignment of partition swh.journal.objects.extid-0 is complete.
Reassignment of partition swh.journal.objects.extid-1 is complete.
Reassignment of partition swh.journal.objects.extid-2 is complete.
Reassignment of partition swh.journal.objects.extid-3 is complete.
Reassignment of partition swh.journal.objects.extid-4 is complete.
Reassignment of partition swh.journal.objects.extid-5 is complete.
Reassignment of partition swh.journal.objects.extid-6 is complete.
Reassignment of partition swh.journal.objects.extid-7 is complete.
Reassignment of partition swh.journal.objects.extid-8 is complete.
Reassignment of partition swh.journal.objects.extid-9 is complete.
Reassignment of partition swh.journal.objects.extid-10 is complete.
Reassignment of partition swh.journal.objects.extid-11 is complete.
Reassignment of partition swh.journal.objects.extid-12 is complete.
Reassignment of partition swh.journal.objects.extid-13 is complete.
Reassignment of partition swh.journal.objects.extid-14 is complete.
Reassignment of partition swh.journal.objects.extid-15 is complete.
Reassignment of partition swh.journal.objects.extid-16 is complete.
Reassignment of partition swh.journal.objects.extid-17 is complete.
Reassignment of partition swh.journal.objects.extid-18 is complete.
Reassignment of partition swh.journal.objects.extid-19 is complete.
Reassignment of partition swh.journal.objects.extid-20 is complete.
Reassignment of partition swh.journal.objects.extid-21 is complete.
Reassignment of partition swh.journal.objects.extid-22 is complete.
Reassignment of partition swh.journal.objects.extid-23 is complete.
Reassignment of partition swh.journal.objects.extid-24 is complete.
Reassignment of partition swh.journal.objects.extid-25 is complete.
Reassignment of partition swh.journal.objects.extid-26 is complete.
Reassignment of partition swh.journal.objects.extid-27 is complete.
Reassignment of partition swh.journal.objects.extid-28 is complete.
Reassignment of partition swh.journal.objects.extid-29 is complete.
Reassignment of partition swh.journal.objects.extid-30 is complete.
Reassignment of partition swh.journal.objects.extid-31 is complete.
Reassignment of partition swh.journal.objects.extid-32 is complete.
Reassignment of partition swh.journal.objects.extid-33 is complete.
Reassignment of partition swh.journal.objects.extid-34 is complete.
Reassignment of partition swh.journal.objects.extid-35 is complete.
Reassignment of partition swh.journal.objects.extid-36 is complete.
Reassignment of partition swh.journal.objects.extid-37 is complete.
Reassignment of partition swh.journal.objects.extid-38 is complete.
Reassignment of partition swh.journal.objects.extid-39 is complete.
Reassignment of partition swh.journal.objects.extid-40 is complete.
Reassignment of partition swh.journal.objects.extid-41 is complete.
Reassignment of partition swh.journal.objects.extid-42 is complete.
Reassignment of partition swh.journal.objects.extid-43 is complete.
Reassignment of partition swh.journal.objects.extid-44 is complete.
Reassignment of partition swh.journal.objects.extid-45 is complete.
Reassignment of partition swh.journal.objects.extid-46 is complete.
Reassignment of partition swh.journal.objects.extid-47 is complete.
Reassignment of partition swh.journal.objects.extid-48 is complete.
Reassignment of partition swh.journal.objects.extid-49 is complete.
Reassignment of partition swh.journal.objects.extid-50 is complete.
Reassignment of partition swh.journal.objects.extid-51 is complete.
Reassignment of partition swh.journal.objects.extid-52 is complete.
Reassignment of partition swh.journal.objects.extid-53 is complete.
Reassignment of partition swh.journal.objects.extid-54 is complete.
Reassignment of partition swh.journal.objects.extid-55 is complete.
Reassignment of partition swh.journal.objects.extid-56 is complete.
Reassignment of partition swh.journal.objects.extid-57 is complete.
Reassignment of partition swh.journal.objects.extid-58 is complete.
Reassignment of partition swh.journal.objects.extid-59 is complete.
Reassignment of partition swh.journal.objects.extid-60 is complete.
Reassignment of partition swh.journal.objects.extid-61 is complete.
Reassignment of partition swh.journal.objects.extid-62 is complete.
Reassignment of partition swh.journal.objects.extid-63 is complete.
Reassignment of partition swh.journal.objects.metadata_authority-0 is complete.
Reassignment of partition swh.journal.objects.metadata_authority-1 is complete.
Reassignment of partition swh.journal.objects.metadata_authority-2 is complete.
Reassignment of partition swh.journal.objects.metadata_authority-3 is complete.
Reassignment of partition swh.journal.objects.metadata_authority-4 is complete.
Reassignment of partition swh.journal.objects.metadata_authority-5 is complete.
Reassignment of partition swh.journal.objects.metadata_authority-6 is complete.
Reassignment of partition swh.journal.objects.metadata_authority-7 is complete.
Reassignment of partition swh.journal.objects.metadata_authority-8 is complete.
Reassignment of partition swh.journal.objects.metadata_authority-9 is complete.
Reassignment of partition swh.journal.objects.metadata_authority-10 is complete.
Reassignment of partition swh.journal.objects.metadata_authority-11 is complete.
Reassignment of partition swh.journal.objects.metadata_authority-12 is complete.
Reassignment of partition swh.journal.objects.metadata_authority-13 is complete.
Reassignment of partition swh.journal.objects.metadata_authority-14 is complete.
Reassignment of partition swh.journal.objects.metadata_authority-15 is complete.
Reassignment of partition swh.journal.objects.metadata_authority-16 is complete.
Reassignment of partition swh.journal.objects.metadata_authority-17 is complete.
Reassignment of partition swh.journal.objects.metadata_authority-18 is complete.
Reassignment of partition swh.journal.objects.metadata_authority-19 is complete.
Reassignment of partition swh.journal.objects.metadata_authority-20 is complete.
Reassignment of partition swh.journal.objects.metadata_authority-21 is complete.
Reassignment of partition swh.journal.objects.metadata_authority-22 is complete.
Reassignment of partition swh.journal.objects.metadata_authority-23 is complete.
Reassignment of partition swh.journal.objects.metadata_authority-24 is complete.
Reassignment of partition swh.journal.objects.metadata_authority-25 is complete.
Reassignment of partition swh.journal.objects.metadata_authority-26 is complete.
Reassignment of partition swh.journal.objects.metadata_authority-27 is complete.
Reassignment of partition swh.journal.objects.metadata_authority-28 is complete.
Reassignment of partition swh.journal.objects.metadata_authority-29 is complete.
Reassignment of partition swh.journal.objects.metadata_authority-30 is complete.
Reassignment of partition swh.journal.objects.metadata_authority-31 is complete.
Reassignment of partition swh.journal.objects.metadata_authority-32 is complete.
Reassignment of partition swh.journal.objects.metadata_authority-33 is complete.
Reassignment of partition swh.journal.objects.metadata_authority-34 is complete.
Reassignment of partition swh.journal.objects.metadata_authority-35 is complete.
Reassignment of partition swh.journal.objects.metadata_authority-36 is complete.
Reassignment of partition swh.journal.objects.metadata_authority-37 is complete.
Reassignment of partition swh.journal.objects.metadata_authority-38 is complete.
Reassignment of partition swh.journal.objects.metadata_authority-39 is complete.
Reassignment of partition swh.journal.objects.metadata_authority-40 is complete.
Reassignment of partition swh.journal.objects.metadata_authority-41 is complete.
Reassignment of partition swh.journal.objects.metadata_authority-42 is complete.
Reassignment of partition swh.journal.objects.metadata_authority-43 is complete.
Reassignment of partition swh.journal.objects.metadata_authority-44 is complete.
Reassignment of partition swh.journal.objects.metadata_authority-45 is complete.
Reassignment of partition swh.journal.objects.metadata_authority-46 is complete.
Reassignment of partition swh.journal.objects.metadata_authority-47 is complete.
Reassignment of partition swh.journal.objects.metadata_authority-48 is complete.
Reassignment of partition swh.journal.objects.metadata_authority-49 is complete.
Reassignment of partition swh.journal.objects.metadata_authority-50 is complete.
Reassignment of partition swh.journal.objects.metadata_authority-51 is complete.
Reassignment of partition swh.journal.objects.metadata_authority-52 is complete.
Reassignment of partition swh.journal.objects.metadata_authority-53 is complete.
Reassignment of partition swh.journal.objects.metadata_authority-54 is complete.
Reassignment of partition swh.journal.objects.metadata_authority-55 is complete.
Reassignment of partition swh.journal.objects.metadata_authority-56 is complete.
Reassignment of partition swh.journal.objects.metadata_authority-57 is complete.
Reassignment of partition swh.journal.objects.metadata_authority-58 is complete.
Reassignment of partition swh.journal.objects.metadata_authority-59 is complete.
Reassignment of partition swh.journal.objects.metadata_authority-60 is complete.
Reassignment of partition swh.journal.objects.metadata_authority-61 is complete.
Reassignment of partition swh.journal.objects.metadata_authority-62 is complete.
Reassignment of partition swh.journal.objects.metadata_authority-63 is complete.
Reassignment of partition swh.journal.objects.metadata_fetcher-0 is complete.
Reassignment of partition swh.journal.objects.metadata_fetcher-1 is complete.
Reassignment of partition swh.journal.objects.metadata_fetcher-2 is complete.
Reassignment of partition swh.journal.objects.metadata_fetcher-3 is complete.
Reassignment of partition swh.journal.objects.metadata_fetcher-4 is complete.
Reassignment of partition swh.journal.objects.metadata_fetcher-5 is complete.
Reassignment of partition swh.journal.objects.metadata_fetcher-6 is complete.
Reassignment of partition swh.journal.objects.metadata_fetcher-7 is complete.
Reassignment of partition swh.journal.objects.metadata_fetcher-8 is complete.
Reassignment of partition swh.journal.objects.metadata_fetcher-9 is complete.
Reassignment of partition swh.journal.objects.metadata_fetcher-10 is complete.
Reassignment of partition swh.journal.objects.metadata_fetcher-11 is complete.
Reassignment of partition swh.journal.objects.metadata_fetcher-12 is complete.
Reassignment of partition swh.journal.objects.metadata_fetcher-13 is complete.
Reassignment of partition swh.journal.objects.metadata_fetcher-14 is complete.
Reassignment of partition swh.journal.objects.metadata_fetcher-15 is complete.
Reassignment of partition swh.journal.objects.metadata_fetcher-16 is complete.
Reassignment of partition swh.journal.objects.metadata_fetcher-17 is complete.
Reassignment of partition swh.journal.objects.metadata_fetcher-18 is complete.
Reassignment of partition swh.journal.objects.metadata_fetcher-19 is complete.
Reassignment of partition swh.journal.objects.metadata_fetcher-20 is complete.
Reassignment of partition swh.journal.objects.metadata_fetcher-21 is complete.
Reassignment of partition swh.journal.objects.metadata_fetcher-22 is complete.
Reassignment of partition swh.journal.objects.metadata_fetcher-23 is complete.
Reassignment of partition swh.journal.objects.metadata_fetcher-24 is complete.
Reassignment of partition swh.journal.objects.metadata_fetcher-25 is complete.
Reassignment of partition swh.journal.objects.metadata_fetcher-26 is complete.
Reassignment of partition swh.journal.objects.metadata_fetcher-27 is complete.
Reassignment of partition swh.journal.objects.metadata_fetcher-28 is complete.
Reassignment of partition swh.journal.objects.metadata_fetcher-29 is complete.
Reassignment of partition swh.journal.objects.metadata_fetcher-30 is complete.
Reassignment of partition swh.journal.objects.metadata_fetcher-31 is complete.
Reassignment of partition swh.journal.objects.metadata_fetcher-32 is complete.
Reassignment of partition swh.journal.objects.metadata_fetcher-33 is complete.
Reassignment of partition swh.journal.objects.metadata_fetcher-34 is complete.
Reassignment of partition swh.journal.objects.metadata_fetcher-35 is complete.
Reassignment of partition swh.journal.objects.metadata_fetcher-36 is complete.
Reassignment of partition swh.journal.objects.metadata_fetcher-37 is complete.
Reassignment of partition swh.journal.objects.metadata_fetcher-38 is complete.
Reassignment of partition swh.journal.objects.metadata_fetcher-39 is complete.
Reassignment of partition swh.journal.objects.metadata_fetcher-40 is complete.
Reassignment of partition swh.journal.objects.metadata_fetcher-41 is complete.
Reassignment of partition swh.journal.objects.metadata_fetcher-42 is complete.
Reassignment of partition swh.journal.objects.metadata_fetcher-43 is complete.
Reassignment of partition swh.journal.objects.metadata_fetcher-44 is complete.
Reassignment of partition swh.journal.objects.metadata_fetcher-45 is complete.
Reassignment of partition swh.journal.objects.metadata_fetcher-46 is complete.
Reassignment of partition swh.journal.objects.metadata_fetcher-47 is complete.
Reassignment of partition swh.journal.objects.metadata_fetcher-48 is complete.
Reassignment of partition swh.journal.objects.metadata_fetcher-49 is complete.
Reassignment of partition swh.journal.objects.metadata_fetcher-50 is complete.
Reassignment of partition swh.journal.objects.metadata_fetcher-51 is complete.
Reassignment of partition swh.journal.objects.metadata_fetcher-52 is complete.
Reassignment of partition swh.journal.objects.metadata_fetcher-53 is complete.
Reassignment of partition swh.journal.objects.metadata_fetcher-54 is complete.
Reassignment of partition swh.journal.objects.metadata_fetcher-55 is complete.
Reassignment of partition swh.journal.objects.metadata_fetcher-56 is complete.
Reassignment of partition swh.journal.objects.metadata_fetcher-57 is complete.
Reassignment of partition swh.journal.objects.metadata_fetcher-58 is complete.
Reassignment of partition swh.journal.objects.metadata_fetcher-59 is complete.
Reassignment of partition swh.journal.objects.metadata_fetcher-60 is complete.
Reassignment of partition swh.journal.objects.metadata_fetcher-61 is complete.
Reassignment of partition swh.journal.objects.metadata_fetcher-62 is complete.
Reassignment of partition swh.journal.objects.metadata_fetcher-63 is complete.
Reassignment of partition swh.journal.objects.origin-0 is complete.
Reassignment of partition swh.journal.objects.origin-1 is complete.
Reassignment of partition swh.journal.objects.origin-2 is complete.
Reassignment of partition swh.journal.objects.origin-3 is complete.
Reassignment of partition swh.journal.objects.origin-4 is complete.
Reassignment of partition swh.journal.objects.origin-5 is complete.
Reassignment of partition swh.journal.objects.origin-6 is complete.
Reassignment of partition swh.journal.objects.origin-7 is complete.
Reassignment of partition swh.journal.objects.origin-8 is complete.
Reassignment of partition swh.journal.objects.origin-9 is complete.
Reassignment of partition swh.journal.objects.origin-10 is complete.
Reassignment of partition swh.journal.objects.origin-11 is complete.
Reassignment of partition swh.journal.objects.origin-12 is complete.
Reassignment of partition swh.journal.objects.origin-13 is complete.
Reassignment of partition swh.journal.objects.origin-14 is complete.
Reassignment of partition swh.journal.objects.origin-15 is complete.
Reassignment of partition swh.journal.objects.origin-16 is complete.
Reassignment of partition swh.journal.objects.origin-17 is complete.
Reassignment of partition swh.journal.objects.origin-18 is complete.
Reassignment of partition swh.journal.objects.origin-19 is complete.
Reassignment of partition swh.journal.objects.origin-20 is complete.
Reassignment of partition swh.journal.objects.origin-21 is complete.
Reassignment of partition swh.journal.objects.origin-22 is complete.
Reassignment of partition swh.journal.objects.origin-23 is complete.
Reassignment of partition swh.journal.objects.origin-24 is complete.
Reassignment of partition swh.journal.objects.origin-25 is complete.
Reassignment of partition swh.journal.objects.origin-26 is complete.
Reassignment of partition swh.journal.objects.origin-27 is complete.
Reassignment of partition swh.journal.objects.origin-28 is complete.
Reassignment of partition swh.journal.objects.origin-29 is complete.
Reassignment of partition swh.journal.objects.origin-30 is complete.
Reassignment of partition swh.journal.objects.origin-31 is complete.
Reassignment of partition swh.journal.objects.origin-32 is complete.
Reassignment of partition swh.journal.objects.origin-33 is complete.
Reassignment of partition swh.journal.objects.origin-34 is complete.
Reassignment of partition swh.journal.objects.origin-35 is complete.
Reassignment of partition swh.journal.objects.origin-36 is complete.
Reassignment of partition swh.journal.objects.origin-37 is complete.
Reassignment of partition swh.journal.objects.origin-38 is complete.
Reassignment of partition swh.journal.objects.origin-39 is complete.
Reassignment of partition swh.journal.objects.origin-40 is complete.
Reassignment of partition swh.journal.objects.origin-41 is complete.
Reassignment of partition swh.journal.objects.origin-42 is complete.
Reassignment of partition swh.journal.objects.origin-43 is complete.
Reassignment of partition swh.journal.objects.origin-44 is complete.
Reassignment of partition swh.journal.objects.origin-45 is complete.
Reassignment of partition swh.journal.objects.origin-46 is complete.
Reassignment of partition swh.journal.objects.origin-47 is complete.
Reassignment of partition swh.journal.objects.origin-48 is complete.
Reassignment of partition swh.journal.objects.origin-49 is complete.
Reassignment of partition swh.journal.objects.origin-50 is complete.
Reassignment of partition swh.journal.objects.origin-51 is complete.
Reassignment of partition swh.journal.objects.origin-52 is complete.
Reassignment of partition swh.journal.objects.origin-53 is complete.
Reassignment of partition swh.journal.objects.origin-54 is complete.
Reassignment of partition swh.journal.objects.origin-55 is complete.
Reassignment of partition swh.journal.objects.origin-56 is complete.
Reassignment of partition swh.journal.objects.origin-57 is complete.
Reassignment of partition swh.journal.objects.origin-58 is complete.
Reassignment of partition swh.journal.objects.origin-59 is complete.
Reassignment of partition swh.journal.objects.origin-60 is complete.
Reassignment of partition swh.journal.objects.origin-61 is complete.
Reassignment of partition swh.journal.objects.origin-62 is complete.
Reassignment of partition swh.journal.objects.origin-63 is complete.
Reassignment of partition swh.journal.objects.origin_visit-0 is complete.
Reassignment of partition swh.journal.objects.origin_visit-1 is complete.
Reassignment of partition swh.journal.objects.origin_visit-2 is complete.
Reassignment of partition swh.journal.objects.origin_visit-3 is complete.
Reassignment of partition swh.journal.objects.origin_visit-4 is complete.
Reassignment of partition swh.journal.objects.origin_visit-5 is complete.
Reassignment of partition swh.journal.objects.origin_visit-6 is complete.
Reassignment of partition swh.journal.objects.origin_visit-7 is complete.
Reassignment of partition swh.journal.objects.origin_visit-8 is complete.
Reassignment of partition swh.journal.objects.origin_visit-9 is complete.
Reassignment of partition swh.journal.objects.origin_visit-10 is complete.
Reassignment of partition swh.journal.objects.origin_visit-11 is complete.
Reassignment of partition swh.journal.objects.origin_visit-12 is complete.
Reassignment of partition swh.journal.objects.origin_visit-13 is complete.
Reassignment of partition swh.journal.objects.origin_visit-14 is complete.
Reassignment of partition swh.journal.objects.origin_visit-15 is complete.
Reassignment of partition swh.journal.objects.origin_visit-16 is complete.
Reassignment of partition swh.journal.objects.origin_visit-17 is complete.
Reassignment of partition swh.journal.objects.origin_visit-18 is complete.
Reassignment of partition swh.journal.objects.origin_visit-19 is complete.
Reassignment of partition swh.journal.objects.origin_visit-20 is complete.
Reassignment of partition swh.journal.objects.origin_visit-21 is complete.
Reassignment of partition swh.journal.objects.origin_visit-22 is complete.
Reassignment of partition swh.journal.objects.origin_visit-23 is complete.
Reassignment of partition swh.journal.objects.origin_visit-24 is complete.
Reassignment of partition swh.journal.objects.origin_visit-25 is complete.
Reassignment of partition swh.journal.objects.origin_visit-26 is complete.
Reassignment of partition swh.journal.objects.origin_visit-27 is complete.
Reassignment of partition swh.journal.objects.origin_visit-28 is complete.
Reassignment of partition swh.journal.objects.origin_visit-29 is complete.
Reassignment of partition swh.journal.objects.origin_visit-30 is complete.
Reassignment of partition swh.journal.objects.origin_visit-31 is complete.
Reassignment of partition swh.journal.objects.origin_visit-32 is complete.
Reassignment of partition swh.journal.objects.origin_visit-33 is complete.
Reassignment of partition swh.journal.objects.origin_visit-34 is complete.
Reassignment of partition swh.journal.objects.origin_visit-35 is complete.
Reassignment of partition swh.journal.objects.origin_visit-36 is complete.
Reassignment of partition swh.journal.objects.origin_visit-37 is complete.
Reassignment of partition swh.journal.objects.origin_visit-38 is complete.
Reassignment of partition swh.journal.objects.origin_visit-39 is complete.
Reassignment of partition swh.journal.objects.origin_visit-40 is complete.
Reassignment of partition swh.journal.objects.origin_visit-41 is complete.
Reassignment of partition swh.journal.objects.origin_visit-42 is complete.
Reassignment of partition swh.journal.objects.origin_visit-43 is complete.
Reassignment of partition swh.journal.objects.origin_visit-44 is complete.
Reassignment of partition swh.journal.objects.origin_visit-45 is complete.
Reassignment of partition swh.journal.objects.origin_visit-46 is complete.
Reassignment of partition swh.journal.objects.origin_visit-47 is complete.
Reassignment of partition swh.journal.objects.origin_visit-48 is complete.
Reassignment of partition swh.journal.objects.origin_visit-49 is complete.
Reassignment of partition swh.journal.objects.origin_visit-50 is complete.
Reassignment of partition swh.journal.objects.origin_visit-51 is complete.
Reassignment of partition swh.journal.objects.origin_visit-52 is complete.
Reassignment of partition swh.journal.objects.origin_visit-53 is complete.
Reassignment of partition swh.journal.objects.origin_visit-54 is complete.
Reassignment of partition swh.journal.objects.origin_visit-55 is complete.
Reassignment of partition swh.journal.objects.origin_visit-56 is complete.
Reassignment of partition swh.journal.objects.origin_visit-57 is complete.
Reassignment of partition swh.journal.objects.origin_visit-58 is complete.
Reassignment of partition swh.journal.objects.origin_visit-59 is complete.
Reassignment of partition swh.journal.objects.origin_visit-60 is complete.
Reassignment of partition swh.journal.objects.origin_visit-61 is complete.
Reassignment of partition swh.journal.objects.origin_visit-62 is complete.
Reassignment of partition swh.journal.objects.origin_visit-63 is complete.
Reassignment of partition swh.journal.objects.origin_visit_status-0 is complete.
Reassignment of partition swh.journal.objects.origin_visit_status-1 is complete.
Reassignment of partition swh.journal.objects.origin_visit_status-2 is complete.
Reassignment of partition swh.journal.objects.origin_visit_status-3 is complete.
Reassignment of partition swh.journal.objects.origin_visit_status-4 is complete.
Reassignment of partition swh.journal.objects.origin_visit_status-5 is complete.
Reassignment of partition swh.journal.objects.origin_visit_status-6 is complete.
Reassignment of partition swh.journal.objects.origin_visit_status-7 is complete.
Reassignment of partition swh.journal.objects.origin_visit_status-8 is complete.
Reassignment of partition swh.journal.objects.origin_visit_status-9 is complete.
Reassignment of partition swh.journal.objects.origin_visit_status-10 is complete.
Reassignment of partition swh.journal.objects.origin_visit_status-11 is complete.
Reassignment of partition swh.journal.objects.origin_visit_status-12 is complete.
Reassignment of partition swh.journal.objects.origin_visit_status-13 is complete.
Reassignment of partition swh.journal.objects.origin_visit_status-14 is complete.
Reassignment of partition swh.journal.objects.origin_visit_status-15 is complete.
Reassignment of partition swh.journal.objects.origin_visit_status-16 is complete.
Reassignment of partition swh.journal.objects.origin_visit_status-17 is complete.
Reassignment of partition swh.journal.objects.origin_visit_status-18 is complete.
Reassignment of partition swh.journal.objects.origin_visit_status-19 is complete.
Reassignment of partition swh.journal.objects.origin_visit_status-20 is complete.
Reassignment of partition swh.journal.objects.origin_visit_status-21 is complete.
Reassignment of partition swh.journal.objects.origin_visit_status-22 is complete.
Reassignment of partition swh.journal.objects.origin_visit_status-23 is complete.
Reassignment of partition swh.journal.objects.origin_visit_status-24 is complete.
Reassignment of partition swh.journal.objects.origin_visit_status-25 is complete.
Reassignment of partition swh.journal.objects.origin_visit_status-26 is complete.
Reassignment of partition swh.journal.objects.origin_visit_status-27 is complete.
Reassignment of partition swh.journal.objects.origin_visit_status-28 is complete.
Reassignment of partition swh.journal.objects.origin_visit_status-29 is complete.
Reassignment of partition swh.journal.objects.origin_visit_status-30 is complete.
Reassignment of partition swh.journal.objects.origin_visit_status-31 is complete.
Reassignment of partition swh.journal.objects.origin_visit_status-32 is complete.
Reassignment of partition swh.journal.objects.origin_visit_status-33 is complete.
Reassignment of partition swh.journal.objects.origin_visit_status-34 is complete.
Reassignment of partition swh.journal.objects.origin_visit_status-35 is complete.
Reassignment of partition swh.journal.objects.origin_visit_status-36 is complete.
Reassignment of partition swh.journal.objects.origin_visit_status-37 is complete.
Reassignment of partition swh.journal.objects.origin_visit_status-38 is complete.
Reassignment of partition swh.journal.objects.origin_visit_status-39 is complete.
Reassignment of partition swh.journal.objects.origin_visit_status-40 is complete.
Reassignment of partition swh.journal.objects.origin_visit_status-41 is complete.
Reassignment of partition swh.journal.objects.origin_visit_status-42 is complete.
Reassignment of partition swh.journal.objects.origin_visit_status-43 is complete.
Reassignment of partition swh.journal.objects.origin_visit_status-44 is complete.
Reassignment of partition swh.journal.objects.origin_visit_status-45 is complete.
Reassignment of partition swh.journal.objects.origin_visit_status-46 is complete.
Reassignment of partition swh.journal.objects.origin_visit_status-47 is complete.
Reassignment of partition swh.journal.objects.origin_visit_status-48 is complete.
Reassignment of partition swh.journal.objects.origin_visit_status-49 is complete.
Reassignment of partition swh.journal.objects.origin_visit_status-50 is complete.
Reassignment of partition swh.journal.objects.origin_visit_status-51 is complete.
Reassignment of partition swh.journal.objects.origin_visit_status-52 is complete.
Reassignment of partition swh.journal.objects.origin_visit_status-53 is complete.
Reassignment of partition swh.journal.objects.origin_visit_status-54 is complete.
Reassignment of partition swh.journal.objects.origin_visit_status-55 is complete.
Reassignment of partition swh.journal.objects.origin_visit_status-56 is complete.
Reassignment of partition swh.journal.objects.origin_visit_status-57 is complete.
Reassignment of partition swh.journal.objects.origin_visit_status-58 is complete.
Reassignment of partition swh.journal.objects.origin_visit_status-59 is complete.
Reassignment of partition swh.journal.objects.origin_visit_status-60 is complete.
Reassignment of partition swh.journal.objects.origin_visit_status-61 is complete.
Reassignment of partition swh.journal.objects.origin_visit_status-62 is complete.
Reassignment of partition swh.journal.objects.origin_visit_status-63 is complete.
Reassignment of partition swh.journal.objects.raw_extrinsic_metadata-0 is complete.
Reassignment of partition swh.journal.objects.raw_extrinsic_metadata-1 is complete.
Reassignment of partition swh.journal.objects.raw_extrinsic_metadata-2 is complete.
Reassignment of partition swh.journal.objects.raw_extrinsic_metadata-3 is complete.
Reassignment of partition swh.journal.objects.raw_extrinsic_metadata-4 is complete.
Reassignment of partition swh.journal.objects.raw_extrinsic_metadata-5 is complete.
Reassignment of partition swh.journal.objects.raw_extrinsic_metadata-6 is complete.
Reassignment of partition swh.journal.objects.raw_extrinsic_metadata-7 is complete.
Reassignment of partition swh.journal.objects.raw_extrinsic_metadata-8 is complete.
Reassignment of partition swh.journal.objects.raw_extrinsic_metadata-9 is complete.
Reassignment of partition swh.journal.objects.raw_extrinsic_metadata-10 is complete.
Reassignment of partition swh.journal.objects.raw_extrinsic_metadata-11 is complete.
Reassignment of partition swh.journal.objects.raw_extrinsic_metadata-12 is complete.
Reassignment of partition swh.journal.objects.raw_extrinsic_metadata-13 is complete.
Reassignment of partition swh.journal.objects.raw_extrinsic_metadata-14 is complete.
Reassignment of partition swh.journal.objects.raw_extrinsic_metadata-15 is complete.
Reassignment of partition swh.journal.objects.raw_extrinsic_metadata-16 is complete.
Reassignment of partition swh.journal.objects.raw_extrinsic_metadata-17 is complete.
Reassignment of partition swh.journal.objects.raw_extrinsic_metadata-18 is complete.
Reassignment of partition swh.journal.objects.raw_extrinsic_metadata-19 is complete.
Reassignment of partition swh.journal.objects.raw_extrinsic_metadata-20 is complete.
Reassignment of partition swh.journal.objects.raw_extrinsic_metadata-21 is complete.
Reassignment of partition swh.journal.objects.raw_extrinsic_metadata-22 is complete.
Reassignment of partition swh.journal.objects.raw_extrinsic_metadata-23 is complete.
Reassignment of partition swh.journal.objects.raw_extrinsic_metadata-24 is complete.
Reassignment of partition swh.journal.objects.raw_extrinsic_metadata-25 is complete.
Reassignment of partition swh.journal.objects.raw_extrinsic_metadata-26 is complete.
Reassignment of partition swh.journal.objects.raw_extrinsic_metadata-27 is complete.
Reassignment of partition swh.journal.objects.raw_extrinsic_metadata-28 is complete.
Reassignment of partition swh.journal.objects.raw_extrinsic_metadata-29 is complete.
Reassignment of partition swh.journal.objects.raw_extrinsic_metadata-30 is complete.
Reassignment of partition swh.journal.objects.raw_extrinsic_metadata-31 is complete.
Reassignment of partition swh.journal.objects.raw_extrinsic_metadata-32 is complete.
Reassignment of partition swh.journal.objects.raw_extrinsic_metadata-33 is complete.
Reassignment of partition swh.journal.objects.raw_extrinsic_metadata-34 is complete.
Reassignment of partition swh.journal.objects.raw_extrinsic_metadata-35 is complete.
Reassignment of partition swh.journal.objects.raw_extrinsic_metadata-36 is complete.
Reassignment of partition swh.journal.objects.raw_extrinsic_metadata-37 is complete.
Reassignment of partition swh.journal.objects.raw_extrinsic_metadata-38 is complete.
Reassignment of partition swh.journal.objects.raw_extrinsic_metadata-39 is complete.
Reassignment of partition swh.journal.objects.raw_extrinsic_metadata-40 is complete.
Reassignment of partition swh.journal.objects.raw_extrinsic_metadata-41 is complete.
Reassignment of partition swh.journal.objects.raw_extrinsic_metadata-42 is complete.
Reassignment of partition swh.journal.objects.raw_extrinsic_metadata-43 is complete.
Reassignment of partition swh.journal.objects.raw_extrinsic_metadata-44 is complete.
Reassignment of partition swh.journal.objects.raw_extrinsic_metadata-45 is complete.
Reassignment of partition swh.journal.objects.raw_extrinsic_metadata-46 is complete.
Reassignment of partition swh.journal.objects.raw_extrinsic_metadata-47 is complete.
Reassignment of partition swh.journal.objects.raw_extrinsic_metadata-48 is complete.
Reassignment of partition swh.journal.objects.raw_extrinsic_metadata-49 is complete.
Reassignment of partition swh.journal.objects.raw_extrinsic_metadata-50 is complete.
Reassignment of partition swh.journal.objects.raw_extrinsic_metadata-51 is complete.
Reassignment of partition swh.journal.objects.raw_extrinsic_metadata-52 is complete.
Reassignment of partition swh.journal.objects.raw_extrinsic_metadata-53 is complete.
Reassignment of partition swh.journal.objects.raw_extrinsic_metadata-54 is complete.
Reassignment of partition swh.journal.objects.raw_extrinsic_metadata-55 is complete.
Reassignment of partition swh.journal.objects.raw_extrinsic_metadata-56 is complete.
Reassignment of partition swh.journal.objects.raw_extrinsic_metadata-57 is complete.
Reassignment of partition swh.journal.objects.raw_extrinsic_metadata-58 is complete.
Reassignment of partition swh.journal.objects.raw_extrinsic_metadata-59 is complete.
Reassignment of partition swh.journal.objects.raw_extrinsic_metadata-60 is complete.
Reassignment of partition swh.journal.objects.raw_extrinsic_metadata-61 is complete.
Reassignment of partition swh.journal.objects.raw_extrinsic_metadata-62 is complete.
Reassignment of partition swh.journal.objects.raw_extrinsic_metadata-63 is complete.
Reassignment of partition swh.journal.objects.release-0 is complete.
Reassignment of partition swh.journal.objects.release-1 is complete.
Reassignment of partition swh.journal.objects.release-2 is complete.
Reassignment of partition swh.journal.objects.release-3 is complete.
Reassignment of partition swh.journal.objects.release-4 is complete.
Reassignment of partition swh.journal.objects.release-5 is complete.
Reassignment of partition swh.journal.objects.release-6 is complete.
Reassignment of partition swh.journal.objects.release-7 is complete.
Reassignment of partition swh.journal.objects.release-8 is complete.
Reassignment of partition swh.journal.objects.release-9 is complete.
Reassignment of partition swh.journal.objects.release-10 is complete.
Reassignment of partition swh.journal.objects.release-11 is complete.
Reassignment of partition swh.journal.objects.release-12 is complete.
Reassignment of partition swh.journal.objects.release-13 is complete.
Reassignment of partition swh.journal.objects.release-14 is complete.
Reassignment of partition swh.journal.objects.release-15 is complete.
Reassignment of partition swh.journal.objects.release-16 is complete.
Reassignment of partition swh.journal.objects.release-17 is complete.
Reassignment of partition swh.journal.objects.release-18 is complete.
Reassignment of partition swh.journal.objects.release-19 is complete.
Reassignment of partition swh.journal.objects.release-20 is complete.
Reassignment of partition swh.journal.objects.release-21 is complete.
Reassignment of partition swh.journal.objects.release-22 is complete.
Reassignment of partition swh.journal.objects.release-23 is complete.
Reassignment of partition swh.journal.objects.release-24 is complete.
Reassignment of partition swh.journal.objects.release-25 is complete.
Reassignment of partition swh.journal.objects.release-26 is complete.
Reassignment of partition swh.journal.objects.release-27 is complete.
Reassignment of partition swh.journal.objects.release-28 is complete.
Reassignment of partition swh.journal.objects.release-29 is complete.
Reassignment of partition swh.journal.objects.release-30 is complete.
Reassignment of partition swh.journal.objects.release-31 is complete.
Reassignment of partition swh.journal.objects.release-32 is complete.
Reassignment of partition swh.journal.objects.release-33 is complete.
Reassignment of partition swh.journal.objects.release-34 is complete.
Reassignment of partition swh.journal.objects.release-35 is complete.
Reassignment of partition swh.journal.objects.release-36 is complete.
Reassignment of partition swh.journal.objects.release-37 is complete.
Reassignment of partition swh.journal.objects.release-38 is complete.
Reassignment of partition swh.journal.objects.release-39 is complete.
Reassignment of partition swh.journal.objects.release-40 is complete.
Reassignment of partition swh.journal.objects.release-41 is complete.
Reassignment of partition swh.journal.objects.release-42 is complete.
Reassignment of partition swh.journal.objects.release-43 is complete.
Reassignment of partition swh.journal.objects.release-44 is complete.
Reassignment of partition swh.journal.objects.release-45 is complete.
Reassignment of partition swh.journal.objects.release-46 is complete.
Reassignment of partition swh.journal.objects.release-47 is complete.
Reassignment of partition swh.journal.objects.release-48 is complete.
Reassignment of partition swh.journal.objects.release-49 is complete.
Reassignment of partition swh.journal.objects.release-50 is complete.
Reassignment of partition swh.journal.objects.release-51 is complete.
Reassignment of partition swh.journal.objects.release-52 is complete.
Reassignment of partition swh.journal.objects.release-53 is complete.
Reassignment of partition swh.journal.objects.release-54 is complete.
Reassignment of partition swh.journal.objects.release-55 is complete.
Reassignment of partition swh.journal.objects.release-56 is complete.
Reassignment of partition swh.journal.objects.release-57 is complete.
Reassignment of partition swh.journal.objects.release-58 is complete.
Reassignment of partition swh.journal.objects.release-59 is complete.
Reassignment of partition swh.journal.objects.release-60 is complete.
Reassignment of partition swh.journal.objects.release-61 is complete.
Reassignment of partition swh.journal.objects.release-62 is complete.
Reassignment of partition swh.journal.objects.release-63 is complete.
Reassignment of partition swh.journal.objects.revision-0 is complete.
Reassignment of partition swh.journal.objects.revision-1 is complete.
Reassignment of partition swh.journal.objects.revision-2 is complete.
Reassignment of partition swh.journal.objects.revision-3 is complete.
Reassignment of partition swh.journal.objects.revision-4 is complete.
Reassignment of partition swh.journal.objects.revision-5 is complete.
Reassignment of partition swh.journal.objects.revision-6 is complete.
Reassignment of partition swh.journal.objects.revision-7 is complete.
Reassignment of partition swh.journal.objects.revision-8 is complete.
Reassignment of partition swh.journal.objects.revision-9 is complete.
Reassignment of partition swh.journal.objects.revision-10 is complete.
Reassignment of partition swh.journal.objects.revision-11 is complete.
Reassignment of partition swh.journal.objects.revision-12 is complete.
Reassignment of partition swh.journal.objects.revision-13 is complete.
Reassignment of partition swh.journal.objects.revision-14 is complete.
Reassignment of partition swh.journal.objects.revision-15 is complete.
Reassignment of partition swh.journal.objects.revision-16 is complete.
Reassignment of partition swh.journal.objects.revision-17 is complete.
Reassignment of partition swh.journal.objects.revision-18 is complete.
Reassignment of partition swh.journal.objects.revision-19 is complete.
Reassignment of partition swh.journal.objects.revision-20 is complete.
Reassignment of partition swh.journal.objects.revision-21 is complete.
Reassignment of partition swh.journal.objects.revision-22 is complete.
Reassignment of partition swh.journal.objects.revision-23 is complete.
Reassignment of partition swh.journal.objects.revision-24 is complete.
Reassignment of partition swh.journal.objects.revision-25 is complete.
Reassignment of partition swh.journal.objects.revision-26 is complete.
Reassignment of partition swh.journal.objects.revision-27 is complete.
Reassignment of partition swh.journal.objects.revision-28 is complete.
Reassignment of partition swh.journal.objects.revision-29 is complete.
Reassignment of partition swh.journal.objects.revision-30 is complete.
Reassignment of partition swh.journal.objects.revision-31 is complete.
Reassignment of partition swh.journal.objects.revision-32 is complete.
Reassignment of partition swh.journal.objects.revision-33 is complete.
Reassignment of partition swh.journal.objects.revision-34 is complete.
Reassignment of partition swh.journal.objects.revision-35 is complete.
Reassignment of partition swh.journal.objects.revision-36 is complete.
Reassignment of partition swh.journal.objects.revision-37 is complete.
Reassignment of partition swh.journal.objects.revision-38 is complete.
Reassignment of partition swh.journal.objects.revision-39 is complete.
Reassignment of partition swh.journal.objects.revision-40 is complete.
Reassignment of partition swh.journal.objects.revision-41 is complete.
Reassignment of partition swh.journal.objects.revision-42 is complete.
Reassignment of partition swh.journal.objects.revision-43 is complete.
Reassignment of partition swh.journal.objects.revision-44 is complete.
Reassignment of partition swh.journal.objects.revision-45 is complete.
Reassignment of partition swh.journal.objects.revision-46 is complete.
Reassignment of partition swh.journal.objects.revision-47 is complete.
Reassignment of partition swh.journal.objects.revision-48 is complete.
Reassignment of partition swh.journal.objects.revision-49 is complete.
Reassignment of partition swh.journal.objects.revision-50 is complete.
Reassignment of partition swh.journal.objects.revision-51 is complete.
Reassignment of partition swh.journal.objects.revision-52 is complete.
Reassignment of partition swh.journal.objects.revision-53 is complete.
Reassignment of partition swh.journal.objects.revision-54 is complete.
Reassignment of partition swh.journal.objects.revision-55 is complete.
Reassignment of partition swh.journal.objects.revision-56 is complete.
Reassignment of partition swh.journal.objects.revision-57 is complete.
Reassignment of partition swh.journal.objects.revision-58 is complete.
Reassignment of partition swh.journal.objects.revision-59 is complete.
Reassignment of partition swh.journal.objects.revision-60 is complete.
Reassignment of partition swh.journal.objects.revision-61 is complete.
Reassignment of partition swh.journal.objects.revision-62 is complete.
Reassignment of partition swh.journal.objects.revision-63 is complete.
Reassignment of partition swh.journal.objects.skipped_content-0 is complete.
Reassignment of partition swh.journal.objects.skipped_content-1 is complete.
Reassignment of partition swh.journal.objects.skipped_content-2 is complete.
Reassignment of partition swh.journal.objects.skipped_content-3 is complete.
Reassignment of partition swh.journal.objects.skipped_content-4 is complete.
Reassignment of partition swh.journal.objects.skipped_content-5 is complete.
Reassignment of partition swh.journal.objects.skipped_content-6 is complete.
Reassignment of partition swh.journal.objects.skipped_content-7 is complete.
Reassignment of partition swh.journal.objects.skipped_content-8 is complete.
Reassignment of partition swh.journal.objects.skipped_content-9 is complete.
Reassignment of partition swh.journal.objects.skipped_content-10 is complete.
Reassignment of partition swh.journal.objects.skipped_content-11 is complete.
Reassignment of partition swh.journal.objects.skipped_content-12 is complete.
Reassignment of partition swh.journal.objects.skipped_content-13 is complete.
Reassignment of partition swh.journal.objects.skipped_content-14 is complete.
Reassignment of partition swh.journal.objects.skipped_content-15 is complete.
Reassignment of partition swh.journal.objects.skipped_content-16 is complete.
Reassignment of partition swh.journal.objects.skipped_content-17 is complete.
Reassignment of partition swh.journal.objects.skipped_content-18 is complete.
Reassignment of partition swh.journal.objects.skipped_content-19 is complete.
Reassignment of partition swh.journal.objects.skipped_content-20 is complete.
Reassignment of partition swh.journal.objects.skipped_content-21 is complete.
Reassignment of partition swh.journal.objects.skipped_content-22 is complete.
Reassignment of partition swh.journal.objects.skipped_content-23 is complete.
Reassignment of partition swh.journal.objects.skipped_content-24 is complete.
Reassignment of partition swh.journal.objects.skipped_content-25 is complete.
Reassignment of partition swh.journal.objects.skipped_content-26 is complete.
Reassignment of partition swh.journal.objects.skipped_content-27 is complete.
Reassignment of partition swh.journal.objects.skipped_content-28 is complete.
Reassignment of partition swh.journal.objects.skipped_content-29 is complete.
Reassignment of partition swh.journal.objects.skipped_content-30 is complete.
Reassignment of partition swh.journal.objects.skipped_content-31 is complete.
Reassignment of partition swh.journal.objects.skipped_content-32 is complete.
Reassignment of partition swh.journal.objects.skipped_content-33 is complete.
Reassignment of partition swh.journal.objects.skipped_content-34 is complete.
Reassignment of partition swh.journal.objects.skipped_content-35 is complete.
Reassignment of partition swh.journal.objects.skipped_content-36 is complete.
Reassignment of partition swh.journal.objects.skipped_content-37 is complete.
Reassignment of partition swh.journal.objects.skipped_content-38 is complete.
Reassignment of partition swh.journal.objects.skipped_content-39 is complete.
Reassignment of partition swh.journal.objects.skipped_content-40 is complete.
Reassignment of partition swh.journal.objects.skipped_content-41 is complete.
Reassignment of partition swh.journal.objects.skipped_content-42 is complete.
Reassignment of partition swh.journal.objects.skipped_content-43 is complete.
Reassignment of partition swh.journal.objects.skipped_content-44 is complete.
Reassignment of partition swh.journal.objects.skipped_content-45 is complete.
Reassignment of partition swh.journal.objects.skipped_content-46 is complete.
Reassignment of partition swh.journal.objects.skipped_content-47 is complete.
Reassignment of partition swh.journal.objects.skipped_content-48 is complete.
Reassignment of partition swh.journal.objects.skipped_content-49 is complete.
Reassignment of partition swh.journal.objects.skipped_content-50 is complete.
Reassignment of partition swh.journal.objects.skipped_content-51 is complete.
Reassignment of partition swh.journal.objects.skipped_content-52 is complete.
Reassignment of partition swh.journal.objects.skipped_content-53 is complete.
Reassignment of partition swh.journal.objects.skipped_content-54 is complete.
Reassignment of partition swh.journal.objects.skipped_content-55 is complete.
Reassignment of partition swh.journal.objects.skipped_content-56 is complete.
Reassignment of partition swh.journal.objects.skipped_content-57 is complete.
Reassignment of partition swh.journal.objects.skipped_content-58 is complete.
Reassignment of partition swh.journal.objects.skipped_content-59 is complete.
Reassignment of partition swh.journal.objects.skipped_content-60 is complete.
Reassignment of partition swh.journal.objects.skipped_content-61 is complete.
Reassignment of partition swh.journal.objects.skipped_content-62 is complete.
Reassignment of partition swh.journal.objects.skipped_content-63 is complete.
Reassignment of partition swh.journal.objects.snapshot-0 is complete.
Reassignment of partition swh.journal.objects.snapshot-1 is complete.
Reassignment of partition swh.journal.objects.snapshot-2 is complete.
Reassignment of partition swh.journal.objects.snapshot-3 is complete.
Reassignment of partition swh.journal.objects.snapshot-4 is complete.
Reassignment of partition swh.journal.objects.snapshot-5 is complete.
Reassignment of partition swh.journal.objects.snapshot-6 is complete.
Reassignment of partition swh.journal.objects.snapshot-7 is complete.
Reassignment of partition swh.journal.objects.snapshot-8 is complete.
Reassignment of partition swh.journal.objects.snapshot-9 is complete.
Reassignment of partition swh.journal.objects.snapshot-10 is complete.
Reassignment of partition swh.journal.objects.snapshot-11 is complete.
Reassignment of partition swh.journal.objects.snapshot-12 is complete.
Reassignment of partition swh.journal.objects.snapshot-13 is complete.
Reassignment of partition swh.journal.objects.snapshot-14 is complete.
Reassignment of partition swh.journal.objects.snapshot-15 is complete.
Reassignment of partition swh.journal.objects.snapshot-16 is complete.
Reassignment of partition swh.journal.objects.snapshot-17 is complete.
Reassignment of partition swh.journal.objects.snapshot-18 is complete.
Reassignment of partition swh.journal.objects.snapshot-19 is complete.
Reassignment of partition swh.journal.objects.snapshot-20 is complete.
Reassignment of partition swh.journal.objects.snapshot-21 is complete.
Reassignment of partition swh.journal.objects.snapshot-22 is complete.
Reassignment of partition swh.journal.objects.snapshot-23 is complete.
Reassignment of partition swh.journal.objects.snapshot-24 is complete.
Reassignment of partition swh.journal.objects.snapshot-25 is complete.
Reassignment of partition swh.journal.objects.snapshot-26 is complete.
Reassignment of partition swh.journal.objects.snapshot-27 is complete.
Reassignment of partition swh.journal.objects.snapshot-28 is complete.
Reassignment of partition swh.journal.objects.snapshot-29 is complete.
Reassignment of partition swh.journal.objects.snapshot-30 is complete.
Reassignment of partition swh.journal.objects.snapshot-31 is complete.
Reassignment of partition swh.journal.objects.snapshot-32 is complete.
Reassignment of partition swh.journal.objects.snapshot-33 is complete.
Reassignment of partition swh.journal.objects.snapshot-34 is complete.
Reassignment of partition swh.journal.objects.snapshot-35 is complete.
Reassignment of partition swh.journal.objects.snapshot-36 is complete.
Reassignment of partition swh.journal.objects.snapshot-37 is complete.
Reassignment of partition swh.journal.objects.snapshot-38 is complete.
Reassignment of partition swh.journal.objects.snapshot-39 is complete.
Reassignment of partition swh.journal.objects.snapshot-40 is complete.
Reassignment of partition swh.journal.objects.snapshot-41 is complete.
Reassignment of partition swh.journal.objects.snapshot-42 is complete.
Reassignment of partition swh.journal.objects.snapshot-43 is complete.
Reassignment of partition swh.journal.objects.snapshot-44 is complete.
Reassignment of partition swh.journal.objects.snapshot-45 is complete.
Reassignment of partition swh.journal.objects.snapshot-46 is complete.
Reassignment of partition swh.journal.objects.snapshot-47 is complete.
Reassignment of partition swh.journal.objects.snapshot-48 is complete.
Reassignment of partition swh.journal.objects.snapshot-49 is complete.
Reassignment of partition swh.journal.objects.snapshot-50 is complete.
Reassignment of partition swh.journal.objects.snapshot-51 is complete.
Reassignment of partition swh.journal.objects.snapshot-52 is complete.
Reassignment of partition swh.journal.objects.snapshot-53 is complete.
Reassignment of partition swh.journal.objects.snapshot-54 is complete.
Reassignment of partition swh.journal.objects.snapshot-55 is complete.
Reassignment of partition swh.journal.objects.snapshot-56 is complete.
Reassignment of partition swh.journal.objects.snapshot-57 is complete.
Reassignment of partition swh.journal.objects.snapshot-58 is complete.
Reassignment of partition swh.journal.objects.snapshot-59 is complete.
Reassignment of partition swh.journal.objects.snapshot-60 is complete.
Reassignment of partition swh.journal.objects.snapshot-61 is complete.
Reassignment of partition swh.journal.objects.snapshot-62 is complete.
Reassignment of partition swh.journal.objects.snapshot-63 is complete.
Reassignment of partition swh.journal.objects_privileged.release-0 is complete.
Reassignment of partition swh.journal.objects_privileged.release-1 is complete.
Reassignment of partition swh.journal.objects_privileged.release-2 is complete.
Reassignment of partition swh.journal.objects_privileged.release-3 is complete.
Reassignment of partition swh.journal.objects_privileged.release-4 is complete.
Reassignment of partition swh.journal.objects_privileged.release-5 is complete.
Reassignment of partition swh.journal.objects_privileged.release-6 is complete.
Reassignment of partition swh.journal.objects_privileged.release-7 is complete.
Reassignment of partition swh.journal.objects_privileged.release-8 is complete.
Reassignment of partition swh.journal.objects_privileged.release-9 is complete.
Reassignment of partition swh.journal.objects_privileged.release-10 is complete.
Reassignment of partition swh.journal.objects_privileged.release-11 is complete.
Reassignment of partition swh.journal.objects_privileged.release-12 is complete.
Reassignment of partition swh.journal.objects_privileged.release-13 is complete.
Reassignment of partition swh.journal.objects_privileged.release-14 is complete.
Reassignment of partition swh.journal.objects_privileged.release-15 is complete.
Reassignment of partition swh.journal.objects_privileged.release-16 is complete.
Reassignment of partition swh.journal.objects_privileged.release-17 is complete.
Reassignment of partition swh.journal.objects_privileged.release-18 is complete.
Reassignment of partition swh.journal.objects_privileged.release-19 is complete.
Reassignment of partition swh.journal.objects_privileged.release-20 is complete.
Reassignment of partition swh.journal.objects_privileged.release-21 is complete.
Reassignment of partition swh.journal.objects_privileged.release-22 is complete.
Reassignment of partition swh.journal.objects_privileged.release-23 is complete.
Reassignment of partition swh.journal.objects_privileged.release-24 is complete.
Reassignment of partition swh.journal.objects_privileged.release-25 is complete.
Reassignment of partition swh.journal.objects_privileged.release-26 is complete.
Reassignment of partition swh.journal.objects_privileged.release-27 is complete.
Reassignment of partition swh.journal.objects_privileged.release-28 is complete.
Reassignment of partition swh.journal.objects_privileged.release-29 is complete.
Reassignment of partition swh.journal.objects_privileged.release-30 is complete.
Reassignment of partition swh.journal.objects_privileged.release-31 is complete.
Reassignment of partition swh.journal.objects_privileged.release-32 is complete.
Reassignment of partition swh.journal.objects_privileged.release-33 is complete.
Reassignment of partition swh.journal.objects_privileged.release-34 is complete.
Reassignment of partition swh.journal.objects_privileged.release-35 is complete.
Reassignment of partition swh.journal.objects_privileged.release-36 is complete.
Reassignment of partition swh.journal.objects_privileged.release-37 is complete.
Reassignment of partition swh.journal.objects_privileged.release-38 is complete.
Reassignment of partition swh.journal.objects_privileged.release-39 is complete.
Reassignment of partition swh.journal.objects_privileged.release-40 is complete.
Reassignment of partition swh.journal.objects_privileged.release-41 is complete.
Reassignment of partition swh.journal.objects_privileged.release-42 is complete.
Reassignment of partition swh.journal.objects_privileged.release-43 is complete.
Reassignment of partition swh.journal.objects_privileged.release-44 is complete.
Reassignment of partition swh.journal.objects_privileged.release-45 is complete.
Reassignment of partition swh.journal.objects_privileged.release-46 is complete.
Reassignment of partition swh.journal.objects_privileged.release-47 is complete.
Reassignment of partition swh.journal.objects_privileged.release-48 is complete.
Reassignment of partition swh.journal.objects_privileged.release-49 is complete.
Reassignment of partition swh.journal.objects_privileged.release-50 is complete.
Reassignment of partition swh.journal.objects_privileged.release-51 is complete.
Reassignment of partition swh.journal.objects_privileged.release-52 is complete.
Reassignment of partition swh.journal.objects_privileged.release-53 is complete.
Reassignment of partition swh.journal.objects_privileged.release-54 is complete.
Reassignment of partition swh.journal.objects_privileged.release-55 is complete.
Reassignment of partition swh.journal.objects_privileged.release-56 is complete.
Reassignment of partition swh.journal.objects_privileged.release-57 is complete.
Reassignment of partition swh.journal.objects_privileged.release-58 is complete.
Reassignment of partition swh.journal.objects_privileged.release-59 is complete.
Reassignment of partition swh.journal.objects_privileged.release-60 is complete.
Reassignment of partition swh.journal.objects_privileged.release-61 is complete.
Reassignment of partition swh.journal.objects_privileged.release-62 is complete.
Reassignment of partition swh.journal.objects_privileged.release-63 is complete.
Reassignment of partition swh.journal.objects_privileged.revision-0 is complete.
Reassignment of partition swh.journal.objects_privileged.revision-1 is complete.
Reassignment of partition swh.journal.objects_privileged.revision-2 is complete.
Reassignment of partition swh.journal.objects_privileged.revision-3 is complete.
Reassignment of partition swh.journal.objects_privileged.revision-4 is complete.
Reassignment of partition swh.journal.objects_privileged.revision-5 is complete.
Reassignment of partition swh.journal.objects_privileged.revision-6 is complete.
Reassignment of partition swh.journal.objects_privileged.revision-7 is complete.
Reassignment of partition swh.journal.objects_privileged.revision-8 is complete.
Reassignment of partition swh.journal.objects_privileged.revision-9 is complete.
Reassignment of partition swh.journal.objects_privileged.revision-10 is complete.
Reassignment of partition swh.journal.objects_privileged.revision-11 is complete.
Reassignment of partition swh.journal.objects_privileged.revision-12 is complete.
Reassignment of partition swh.journal.objects_privileged.revision-13 is complete.
Reassignment of partition swh.journal.objects_privileged.revision-14 is complete.
Reassignment of partition swh.journal.objects_privileged.revision-15 is complete.
Reassignment of partition swh.journal.objects_privileged.revision-16 is complete.
Reassignment of partition swh.journal.objects_privileged.revision-17 is complete.
Reassignment of partition swh.journal.objects_privileged.revision-18 is complete.
Reassignment of partition swh.journal.objects_privileged.revision-19 is complete.
Reassignment of partition swh.journal.objects_privileged.revision-20 is complete.
Reassignment of partition swh.journal.objects_privileged.revision-21 is complete.
Reassignment of partition swh.journal.objects_privileged.revision-22 is complete.
Reassignment of partition swh.journal.objects_privileged.revision-23 is complete.
Reassignment of partition swh.journal.objects_privileged.revision-24 is complete.
Reassignment of partition swh.journal.objects_privileged.revision-25 is complete.
Reassignment of partition swh.journal.objects_privileged.revision-26 is complete.
Reassignment of partition swh.journal.objects_privileged.revision-27 is complete.
Reassignment of partition swh.journal.objects_privileged.revision-28 is complete.
Reassignment of partition swh.journal.objects_privileged.revision-29 is complete.
Reassignment of partition swh.journal.objects_privileged.revision-30 is complete.
Reassignment of partition swh.journal.objects_privileged.revision-31 is complete.
Reassignment of partition swh.journal.objects_privileged.revision-32 is complete.
Reassignment of partition swh.journal.objects_privileged.revision-33 is complete.
Reassignment of partition swh.journal.objects_privileged.revision-34 is complete.
Reassignment of partition swh.journal.objects_privileged.revision-35 is complete.
Reassignment of partition swh.journal.objects_privileged.revision-36 is complete.
Reassignment of partition swh.journal.objects_privileged.revision-37 is complete.
Reassignment of partition swh.journal.objects_privileged.revision-38 is complete.
Reassignment of partition swh.journal.objects_privileged.revision-39 is complete.
Reassignment of partition swh.journal.objects_privileged.revision-40 is complete.
Reassignment of partition swh.journal.objects_privileged.revision-41 is complete.
Reassignment of partition swh.journal.objects_privileged.revision-42 is complete.
Reassignment of partition swh.journal.objects_privileged.revision-43 is complete.
Reassignment of partition swh.journal.objects_privileged.revision-44 is complete.
Reassignment of partition swh.journal.objects_privileged.revision-45 is complete.
Reassignment of partition swh.journal.objects_privileged.revision-46 is complete.
Reassignment of partition swh.journal.objects_privileged.revision-47 is complete.
Reassignment of partition swh.journal.objects_privileged.revision-48 is complete.
Reassignment of partition swh.journal.objects_privileged.revision-49 is complete.
Reassignment of partition swh.journal.objects_privileged.revision-50 is complete.
Reassignment of partition swh.journal.objects_privileged.revision-51 is complete.
Reassignment of partition swh.journal.objects_privileged.revision-52 is complete.
Reassignment of partition swh.journal.objects_privileged.revision-53 is complete.
Reassignment of partition swh.journal.objects_privileged.revision-54 is complete.
Reassignment of partition swh.journal.objects_privileged.revision-55 is complete.
Reassignment of partition swh.journal.objects_privileged.revision-56 is complete.
Reassignment of partition swh.journal.objects_privileged.revision-57 is complete.
Reassignment of partition swh.journal.objects_privileged.revision-58 is complete.
Reassignment of partition swh.journal.objects_privileged.revision-59 is complete.
Reassignment of partition swh.journal.objects_privileged.revision-60 is complete.
Reassignment of partition swh.journal.objects_privileged.revision-61 is complete.
Reassignment of partition swh.journal.objects_privileged.revision-62 is complete.
Reassignment of partition swh.journal.objects_privileged.revision-63 is complete.

Clearing broker-level throttles on brokers 1,2
Clearing topic-level throttles on topics swh.journal.objects.extid,swh.journal.indexed.content_mimetype,swh.journal.objects.origin,swh.journal.objects.snapshot,swh.journal.objects.origin_visit_status,swh.journal.objects.metadata_authority,__consumer_offsets,swh.journal.objects.metadata_fetcher,swh.journal.indexed.content_fossology_license,swh.journal.objects_privileged.revision,swh.journal.objects_privileged.release,swh.journal.objects.revision,swh.journal.objects.origin_visit,swh.journal.indexed.revision_intrinsic_metadata,swh.journal.objects.release,swh.journal.indexed.content_ctags,swh.journal.indexed.content_language,swh.journal.indexed.content_metadata,swh.journal.objects.raw_extrinsic_metadata,swh.journal.indexed.origin_intrinsic_metadata,swh.journal.objects.skipped_content,swh.journal.objects.directory,swh.journal.objects.content
root@storage1:~# zfs list
NAME           USED  AVAIL     REFER  MOUNTPOINT
data          5.94T  20.5T       96K  /data
data/kafka     493G  20.5T      493G  /srv/kafka
data/objects  5.46T  20.5T     5.46T  /srv/softwareheritage/objects
root@journal0:~# zfs list
NAME           USED  AVAIL     REFER  MOUNTPOINT
kafka-volume  76.6M   480G     3.98M  /srv/kafka/logdir

After a fight with zookeeper the new broker is nowfully functional on storage1.
It seems the zookeeper content was not synchronized between the 2 nodes. It was solved by stopping everything and copying the content of '/var/lib/zookeeper' to the second server. For example the credentials were not present on the second zookeeper.
After the battle, I realized I should have dig deeper to find the reason but I try to react fast to reduce the risk of corruption.

journal0 is stopped for the moment.
It's decommissioned in puppet:

root@pergamon:/usr/local/sbin# ./swh-puppet-master-decommission journal0.internal.staging.swh.network
+ puppet node deactivate journal0.internal.staging.swh.network
Submitted 'deactivate node' for journal0.internal.staging.swh.network with UUID 02929cbb-6b34-4fab-85c1-46c9397fa949
+ puppet node clean journal0.internal.staging.swh.network
Notice: Revoked certificate with serial 199
Notice: Removing file Puppet::SSL::Certificate journal0.internal.staging.swh.network at '/var/lib/puppet/ssl/ca/signed/journal0.internal.staging.swh.network.pem'
journal0.internal.staging.swh.network
+ puppet cert clean journal0.internal.staging.swh.network
Warning: `puppet cert` is deprecated and will be removed in a future release.
   (location: /usr/lib/ruby/vendor_ruby/puppet/application.rb:370:in `run')
Notice: Revoked certificate with serial 199
+ systemctl restart apache2
vsellier moved this task from in-progress to done on the System administration board.

As the new kafka is active since a couple of day, a mirror was restored from it and everything seems to be ok, journal0(stopped since the migration is done) was removed from proxmox.

this is the impact on the free space on the ceph cluster: