Karthikeyan, Kubernetes used normally the ingress controller to loadbalance between the different pods, did you check if there is a timeout on the ingress configuration which is causing this issue and other cause that can happen is that when you wait to long the request is forwarded to an other pod (due to loadbalancing and/or missing affinity rules).
If you do not have this issue when you only deploy one instance it probably had to do with one of the two options above. With regards, Pieter Van: Karthikeyan Thangavel <[email protected]> Verzonden: donderdag 7 november 2024 08:54 Aan: [email protected] Onderwerp: [Geoserver-users] Geoserver becomes unresponsive after idle session U ontvangt niet vaak e-mail van [email protected]<mailto:[email protected]>. Ontdek waarom dit belangrijk is<https://aka.ms/LearnAboutSenderIdentification> Hi Everyone, We have a Geoserver deployed as a docker image in our Kubernetes environment and have multiple pods running(3 at a given time) We have two applications connect to Geoserver in their backend to fetch and load Layers in their UI. From users, we have received multiple complaints sayings, layers are becoming un responsive after they leave their systems idle to get some coffee or go for a walk. In the web.xml, i have set the session timeout to 480 Mins. Currently we are unable to resolve this issue. Please share if anyone have any idea on this or how to approach it. Thanks in advance. With best regards, Karthikeyan
_______________________________________________ Geoserver-users mailing list Please make sure you read the following two resources before posting to this list: - Earning your support instead of buying it, but Ian Turton: http://www.ianturton.com/talks/foss4g.html#/ - The GeoServer user list posting guidelines: http://geoserver.org/comm/userlist-guidelines.html If you want to request a feature or an improvement, also see this: https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
