Skip to content

Commit

Permalink
Merge pull request #1179 from sumobrian/MIGRATIONS-2243
Browse files Browse the repository at this point in the history
MIGRATIONS-2243 - Replace 'Shards' verbiage with 'Fragment' in console backfill status
  • Loading branch information
sumobrian authored Dec 6, 2024
2 parents f2e93a4 + 43825de commit d7681d2
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 d7681d2

Please sign in to comment.