Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: slight adjustments to Uuid.ZERO use description

...

Replica management

As the broker, configured with multiple log.dirs, catches up with metadata, and sees the partitions which it should be hosting, it will check the associated log directory UUID for each partition.

...

For any new partitions, the active controller will use Uuid.ZERO as the initial value for log directory UUID for each replica. Each broker with multiple log.dirs hosting replicas then assigns a log directory UUID and communicates it back to the active controller using the new RPC AssignReplicasToDirs so that cluster metadata can be updated with the log directory assignment.

...