Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanlb committed Feb 7, 2024
1 parent ba7303a commit 34a7d97
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,9 @@ public long determineStartingOffset(
} else if (indexerConfig.getCreateRecoveryTasksOnStart()
&& indexerConfig.getReadFromLocationOnStart()
== KaldbConfigs.KafkaOffsetLocation.LATEST) {
// todo - this appears to be able to create recovery tasks that have a start and end
// position of 0, which is invalid
// Todo - this appears to be able to create recovery tasks that have a start and end
// position of 0, which is invalid. This seems to occur when new clusters are initialized, and is
// especially problematic when indexers are created but never get assigned (ie, deploy 5, only assign 3).
LOG.info(
"CreateRecoveryTasksOnStart is set and ReadLocationOnStart is set to current. Reading from current and"
+ " spinning up recovery tasks");
Expand Down

0 comments on commit 34a7d97

Please sign in to comment.