Usman
Usman

Reputation: 125

503 Return Code from Wildfly after HAProxy

I am doing load testing on setup LoadBalancer -> API Server (WildFly). Problem here is my api server stop responding and giving 503 through Load Blancer. While I have memory and cpu available at api server.

What could be possible reason that can happen ? I am thinking that i have to set max concurrent thread in wildfly to respond all requests ? Please suggest

-Usman

Upvotes: 1

Views: 754

Answers (1)

Baptiste
Baptiste

Reputation: 1759

I don't know this wildfly application, but 503 may be returned by HAProxy if no application servers are available in the farm. Please enable logging in HAProxy and report here the log lines. Then I'll be able to tell you exactly what happens.

Baptiste

Upvotes: 1

Related Questions