You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we have concurrency retry for both move_to_dest and move_to_dest_version. that means that when move_to_dest_version retries are exhausted we will throw the error to move_to_dest where its retry mechanism will catch the error and call move_to_dest_version again. meaning the actual retry number is config.NSFS_RENAME_RETRIES * config.NSFS_RENAME_RETRIES. we should probably move the retry mechanism of move_to_dest to catch only versioning disabled path. we might need to increase the default retry number config.NSFS_RENAME_RETRIES
Actual behavior
retry number is squared
Expected behavior
after retries are exhausted we should throw
Steps to reproduce
constantly throw a retry-able error in move_to_dest_version
More information - Screenshots / Logs / Other output
The text was updated successfully, but these errors were encountered:
Environment info
we have concurrency retry for both move_to_dest and move_to_dest_version. that means that when move_to_dest_version retries are exhausted we will throw the error to move_to_dest where its retry mechanism will catch the error and call move_to_dest_version again. meaning the actual retry number is config.NSFS_RENAME_RETRIES * config.NSFS_RENAME_RETRIES. we should probably move the retry mechanism of move_to_dest to catch only versioning disabled path. we might need to increase the default retry number config.NSFS_RENAME_RETRIES
Actual behavior
Expected behavior
Steps to reproduce
More information - Screenshots / Logs / Other output
The text was updated successfully, but these errors were encountered: