Daniel Nephin 87cd3fc2e8 Handle ErrChunkingResubmit.Error properly
Previously canRetry was attempting to retrieve this error from args, however there was never
any callers that would pass an error to args.

With the change to raftApply to move this error to the error return value, it is now possible
to receive this error from the err argument.

This commit updates canRetry to check for ErrChunkingResubmit in err.
2021-04-20 13:29:31 -04:00
..
2020-12-07 13:42:55 -05:00
2021-03-22 10:16:41 +01:00
2021-04-13 16:08:41 -06:00
2021-03-22 10:16:41 +01:00