-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/54915/
-----------------------------------------------------------

Review request for geode and xiaojian zhou.


Repository: geode


Description
-------

Previously it was checking the top level sender (possibly a concurrent sendor)
This allowed a race condition where the top level sender was still starting up
but the individual processors were ready to process.  They would check the flag
and because the sender was not ready, the processors would act and start 
initiating
failover, which left the processor in a very weird state


Diffs
-----

  
geode-core/src/main/java/org/apache/geode/internal/cache/wan/GatewaySenderAdvisor.java
 ace780e 
  
geode-core/src/main/java/org/apache/geode/internal/cache/wan/serial/SerialGatewaySenderEventProcessor.java
 9755adb 

Diff: https://reviews.apache.org/r/54915/diff/


Testing
-------


Thanks,

Jason Huynh

Reply via email to