Also just wondering do we need to have both combination for proper retry in this case as I explained. In client setPoolRetryAttempts to let's say 4 In Function isHA to true
With best regards, Ashish On Wed, Jun 3, 2020, 12:13 AM aashish choudhary < aashish.choudha...@gmail.com> wrote: > It returns false. So we need to add retry mechanism by making isHA true > and do necessary changes as per documents? > > > With best regards, > Ashish > > On Tue, Jun 2, 2020, 11:35 PM Anthony Baker <bak...@vmware.com> wrote: > >> What does `isHA` return? >> >> >> https://geode.apache.org/releases/latest/javadoc/org/apache/geode/cache/execute/Function.html#isHA-- >> >> Anthony >> >> >> On Jun 2, 2020, at 10:29 AM, aashish choudhary < >> aashish.choudha...@gmail.com> wrote: >> >> Hi, >> >> Very recently we got an issue wherein we got PartitionOfflineException >> from few members and geode function returned no data. We have redundancy >> enabled and we're hoping that it should atleast retry and return data back >> to client. >> Do we need to add retry mechanism for this excpetion? Or I am just mixing >> thing and it is not possible in this case? >> >> With best regards, >> Ashish >> >> >>