Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Make the time-index-partition number to be the ~(PositivePartitionNumber) ~PositivePartitionNumber ( 0 -> 0xffffffff, 1 -> 0xfffffffe, etc.)
  2. When a leader sees a fetch request from followers, the leader will send back the (TopicPartition -> TimeIndexEntry) data in the fetch response. The TimeIndexEntry will contain the entry up to the follower's LEO.

...