Description
In HDFS-3504, we first tried to implement exponential backoff retry policy but found that the later retries will need to wait for a very long time (since it is exponential). We then implement a MultipleLinearRandomRetry. We should do the same here.