Issue
When running a Linked Task with some flows which meets the conditions like below on Tableau Server with multiple Filestore nodes, the flows in the Linked Task may refer to a old input data (hyper file) when it starts running.
1. The running time of these flows are very short, such as each flow just runs several seconds.
2. The latter flow uses the output hyper file of previous flow as its input.
3. Tableau Server has multiple Filestore nodes.
For example, consider there are 2 flows in a Linked Task like below.
FlowA: just runs several seconds, and its output is a hyper file named as OutputA. FlowB: also just runs several seconds, and it uses OutputA as its input.
When running this Linked Task, FlowB comes to run, it may refer to an old OutputA hyper file which has been updated by FlowA during this Linked Task running.