Details
-
Bug
-
Status: Accepted
-
Minor
-
Resolution: Unresolved
-
1.3.0
-
None
-
None
-
Ubuntu 14.04
Description
I'm starting tasks on Mesos with S3 HTTP presigned URLs, so they all have long query parameters, which change each time the link is generated, even though the file content is the same. The Mesos fetcher cache does not ignore these query parameters, so the uri is never cached.
It would be nice to remove query params from the uri before using it as the cache key. Judging from other issues (MESOS-1686, MESOS-3367), the fetcher not removing query parameters also contributes to unexpected behavior from the viewpoint of the user.
Attachments
Issue Links
- relates to
-
MESOS-1686 URI query strings are preserved in local filename
- Open
-
MESOS-3367 Mesos fetcher does not extract archives for URI with parameters
- Resolved