Versions Compared

Key

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

...

The replica fetcher threads are handling multiple partitions. In case a partition fails, the the replica fetcher thread associated with that partition terminates. The partitions that have caught up and are running well are also left untracked with termination of the thread. A better approach would be, whenever a partition crashes, the concerned thread should stop tracking that particular the crashed partition and continue handling rest of the partitions.

...