albertogpz commented on a change in pull request #6441: URL: https://github.com/apache/geode/pull/6441#discussion_r645336323
########## File path: geode-core/src/main/java/org/apache/geode/internal/cache/LocalRegion.java ########## @@ -5111,7 +5111,7 @@ public void txApplyPutPart2(RegionEntry regionEntry, Object key, long lastModifi public boolean basicBridgeCreate(final Object key, final byte[] value, boolean isObject, Object callbackArg, final ClientProxyMembershipID client, boolean fromClient, - EntryEventImpl clientEvent, boolean throwEntryExists) + EntryEventImpl clientEvent, boolean throwEntryExists, boolean generateCallbacks) throws TimeoutException, EntryExistsException, CacheWriterException { Review comment: You are right. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org