We use data aware function and We make a call to region X from a data aware function using getLocalData API and then we do getall. Recently we introduced redundancy for our partitioned region and now we are getting duplicate enteries for that region X from function response. My hunch is that it is becuase of getLocalData + get all call so if we will change it to getLocalPrimaryData(hope name is correct) for region X it should only do get for primary copies. Is that correct way of handling it.?
With best regards, Ashish