Github user zentol commented on the issue:
https://github.com/apache/flink/pull/6220
Note that the whole resetting logic in the `FileUploadHandler` is rather
funky anyways; the handler isn't shareable and thus a handler instance only
processes a single request, but the handler is written as if that weren't the
case.---
