We are experiencing some threading issue while executing function with multiple threads. Although documents says that execute method needs to be thread safe. https://geode.apache.org/releases/latest/javadoc/org/apache/geode/cache/execute/Function.html
Will it not make the calls sequential and slow things down.? Thoughts? With best regards, Ashish