Skip to content

Conversation

@FGasper
Copy link
Collaborator

@FGasper FGasper commented Dec 19, 2025

Previously when partitioning we weren’t notifying the retryer of intermediate successes. As a result we would see logs like this for large collections:
{code}
2025-12-19T02:34:18Z WRN Operation has not reported success for a while. description=["partitioning test.sequentialID_2000"] elapsedTime="9m 0s" noSuccessSince=2025-12-19T02:25:18Z successesSoFar=0
{code}
… which looks like something is running too slowly.

In reality, this is expected behavior for large collections because partitioning those just takes a long time.

This changeset fixes the spurious logs by adding a NoteSuccess() every time we add a new partition.

@FGasper FGasper requested a review from tdq45gj December 19, 2025 02:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant