[
https://issues.apache.org/jira/browse/GEODE-7105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16911587#comment-16911587
]
ASF subversion and git services commented on GEODE-7105:
--------------------------------------------------------
Commit c5121fb5d1a2f88035202a88e39598309629643e in geode's branch
refs/heads/develop from Naburun Nag
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=c5121fb ]
GEODE-7105: Changed Function execution HA docs
* Before : the default for retries was -1 and 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.
> Function excution doc improvement.
> ----------------------------------
>
> Key: GEODE-7105
> URL: https://issues.apache.org/jira/browse/GEODE-7105
> Project: Geode
> Issue Type: Bug
> Components: docs
> Reporter: nabarun
> Priority: Major
> Time Spent: 1h
> Remaining Estimate: 0h
>
> 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.
--
This message was sent by Atlassian Jira
(v8.3.2#803003)