Skip to content

Commit

Permalink
MIGRATIONS-2243 - Replace 'Shards' verbiage with 'Work items' in cons…
Browse files Browse the repository at this point in the history
…ole backfill status

Signed-off-by: Brian Presley <[email protected]>
  • Loading branch information
sumobrian committed Dec 5, 2024
1 parent 3d82d1f commit 43825de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def _get_detailed_status(self) -> Optional[str]:
logger.warning(f"Unclaimed ({values['unclaimed']}) and in progress ({values['in progress']}) shards do not"
f" sum to the incomplete ({values['incomplete']}) shards." + disclaimer)

return "\n".join([f"Shards {key}: {value}" for key, value in values.items() if value is not None])
return "\n".join([f"Work items {key}: {value}" for key, value in values.items() if value is not None])


def get_working_state_index_backup_path(archive_dir_path: str = None, archive_file_name: str = None) -> str:
Expand Down

0 comments on commit 43825de

Please sign in to comment.