https://issues.apache.org/bugzilla/show_bug.cgi?id=56056

--- Comment #3 from Konstantin Kolinko <knst.koli...@gmail.com> ---
(In reply to Yair Lenga from comment #0)
> This is usually result of some
> process the file open (can be a thread in the application, leaked resources,
> or a user on any machine that can view/inspect files/folders in the unpack
> tree.
>

In all the above cases waiting for 3 seconds (or for any reasonable longer
time) is futile, as that would not be enough for an user to close the file
or for a resource leak to disappear.

> sleep 3 seconds, then try again

It is not that simple. A retry must be performed at the top-most possible
level, at caller's discretion and consent. Automatic retries are evil when they
sum up.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to