#363 Fix map task cache misses
Pull request opened by
bstadlbauer
TL;DR
Fixes an issue with cache misses on subsequent runs of map tasks
Checkout
flyteorg/flyte#3787 for the full issue description.
Type
☑︎ Bug Fix
☐ Feature
☐ Plugin
Are all requirements met?
☐ Code completed
☐ Smoke tested
☑︎ Unit tests added
☐ Code documentation added
☐ Any pending items have an associated Issue
Complete description
At the moment, this adds the hashed inputs as suffix to the key. The hashed inputs implementation has been copied over from
generateArtifactTagName
(
here) so in case we stick with this solution, we should probably refactor out into
flyteplugins
This PR also refactors the LiteralMap hashing function from propeller into flyteplugins
Tracking Issue
fixes
flyteorg/flyte#3787
flyteorg/flyteplugins
✅ All checks have passed
7/7 successful checks