Hi Mario, Will it be possible to provide a README doc to recreate this environment to test the failure. (even a DUnit test or even scripts using baremetal GemFire will work too)
Regards Naba ________________________________ From: Mario Ivanac <mario.iva...@est.tech> Sent: Monday, April 19, 2021 7:16 AM To: dev@geode.apache.org <dev@geode.apache.org> Subject: Geode retry/acknowledge improvement Hi all, we have deployed geode cluster in kubernetes environment, and Istio/SideCars are injected between cluster members. While running traffic, if any Istio/SideCar is restarted, thread will get stuck indefinitely, while waiting for reply on sent message. It seams that due to restarting of proxy, in some cases, messages are lost, and sending side is waiting indefinitely for reply. https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fissues.apache.org%2Fjira%2Fbrowse%2FGEODE-9075&data=04%7C01%7Cnnag%40vmware.com%7C138a80f7772245d748a108d9033dcbbd%7Cb39138ca3cee4b4aa4d6cd83d9dd62f0%7C0%7C1%7C637544386215065161%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=5XCiXedKhyFdBTU7s1qFQC834OxaaamUIAZkjfQyaoo%3D&reserved=0 My question is, what is your estimation, how much effort/work is needed to implement message retry/acknowledge logic in geode, to solve this problem? BR, Mario