Re: Odg: Odg: Restart gateway-receiver

2019-11-26 Thread Jacob Barrett
ems that this closing inactive connection is done by Kubernetes as we > run Geode on it. > > BR, > Mario > > > Å alje: Barry Oglesby > Poslano: 22. studenog 2019. 22:35 > Prima: Mario Kevo > Kopija: dev@geode.apache.org > Predmet: Re

Odg: Odg: Restart gateway-receiver

2019-11-26 Thread Mario Kevo
a: dev@geode.apache.org Predmet: Re: Odg: Restart gateway-receiver > If we don't send any event, the connection will be closed after some time as > connection is inactive. Are you seeing this behavior? I don't think this is true by default. AbstractRemoteGatewaySender.initProxy sets these fie

Re: Odg: Restart gateway-receiver

2019-11-22 Thread Barry Oglesby
> If we don't send any event, the connection will be closed after some time as connection is inactive. Are you seeing this behavior? I don't think this is true by default. AbstractRemoteGatewaySender.initProxy sets these fields on the PoolFactory: pf.setReadTimeout(this.socketReadTimeout); pf.se

Odg: Restart gateway-receiver

2019-11-21 Thread Mario Kevo
Hi, @Barry Oglesby, thanks for the clarification. If we don't send any event, the connection will be closed after some time as connection is inactive. Is it possible to somehow monitor from the app if the replication is established to get information if there is a so