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
I think internally FixedWindowRollingPolicy.rollover() does file renaming. If the maxFileSize is too small and rollover happens too frequently, it renames the file in the process of being uploaded to S3.
I am getting periodically this error if the the max file size is set to something low like 10KB. It feels like some sort of race condition.
The text was updated successfully, but these errors were encountered: