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 > > >