Re: Question about -Dgemfire.GatewaySender.REMOVE_FROM_QUEUE_ON_EXCEPTION

2020-12-10 Thread Barrett Oglesby
Alberto, There are a lot of applications that use this property, so I wouldn't expect it to be removed. Here is some additional detail regarding this property: The default behavior is if a sender in one site can connect successfully to a receiver in another and send batches to it, the acks

Re: [Proposal] - Cleanup Protocol Version Checks

2020-12-10 Thread Bruce Schuchardt
I think it makes sense to do this in the same PR because those jump tables will no longer be needed since clients with the corresponding versions will no longer be allowed. Similarly there may be Command classes that are no longer needed because they're only used in old jump tables. On

Question about -Dgemfire.GatewaySender.REMOVE_FROM_QUEUE_ON_EXCEPTION

2020-12-10 Thread Alberto Gomez
Hi, I have recently discovered the "gemfire.GatewaySender.REMOVE_FROM_QUEUE_ON_EXCEPTION" Geode System property that allows to change the default behavior of Gateway Senders so that when an exception occurs when handling an event, instead of proceeding with the rest of events in the batch and

Review for GEODE-8765: Fix NullPointerException when group-transaction-events and events in and not in transactions are sent.

2020-12-10 Thread Alberto Gomez
Hi, Could I get some reviewers for PR: https://github.com/apache/geode/pull/5829 Thanks in advance, /Alberto G.