Description
After GEODE-6677 was checked into develop, function execution when HA is true and default timeout is set has some behavior changes.
- Before : the default for retries was -1 and it function execution was retried infinitely.
- After : the default behavior is now that the function will be retried on every server only once and if it fails on every one of them, then an exception will be returned to the user.
Attachments
Issue Links
- links to