Bug 1460739

Summary: when ProxyErrorOverride is On, modcluster return 503 status code on subsequent requests
Product: [JBoss] JBoss Enterprise Web Server 2 Reporter: Patrick <pbajenez>
Component: mod_clusterAssignee: Weinan Li <weli>
Status: CLOSED WONTFIX QA Contact: Michal Karm Babacek <mbabacek>
Severity: high Docs Contact:
Priority: unspecified    
Version: 2.1.0CC: bperkins, deesharm, jdoyle, pslavice, rsvoboda
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-06-13 12:20:00 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Patrick 2017-06-12 14:48:58 UTC
Description of problem:

This is a follow up of Bug 1450298
	
>If this issue is not reproducible without mod_cluster, please move this bug to >the appropriate JBoss product, mod_cluster is not supported by the RHEL team.


Version-Release number of selected component (if applicable):


How reproducible:


I'm attaching the same reproducer as for the bu 1310582

Steps to Reproduce:


1. setup mod_cluster and deploy the sample app
2. run the test script, which curl to the sample app. 
3. Observe access and error log

Actual results:
we see around 10 calls after the error, getting 503 while, they should go through

Expected results:

After the broken call, all subsequent unbroken calls should return 200 status
Actual results:

127.0.0.2 - - [12/May/2017:09:59:05 +0200] "GET /cluster_test_bis/ HTTP/1.1" 200 611
127.0.0.2 - - [12/May/2017:09:59:34 +0200] "GET /cluster_test_bis/index.jsp HTTP/1.1" 200 611
127.0.0.2 - - [12/May/2017:09:59:34 +0200] "GET /cluster_test_bis/index.jsp HTTP/1.1" 200 611
127.0.0.2 - - [12/May/2017:09:59:34 +0200] "GET /cluster_test_bis/index.jsp HTTP/1.1" 200 611
127.0.0.2 - - [12/May/2017:09:59:34 +0200] "GET /cluster_test_bis/index.jsp HTTP/1.1" 200 611
127.0.0.2 - - [12/May/2017:09:59:34 +0200] "GET /cluster_test_bis/index.jsp HTTP/1.1" 200 611
127.0.0.2 - - [12/May/2017:09:59:34 +0200] "GET /cluster_test_bis/index.jsp HTTP/1.1" 200 611
127.0.0.2 - - [12/May/2017:09:59:34 +0200] "GET /cluster_test_bis/index.jsp HTTP/1.1" 200 611
127.0.0.2 - - [12/May/2017:09:59:34 +0200] "GET /cluster_test_bis/index.jsp HTTP/1.1" 200 611
127.0.0.2 - - [12/May/2017:09:59:34 +0200] "GET /cluster_test_bis/index.jsp HTTP/1.1" 200 611
127.0.0.2 - - [12/May/2017:09:59:34 +0200] "GET /cluster_test_bis/indexbug.jsp HTTP/1.1" 500 10
127.0.0.2 - - [12/May/2017:09:59:35 +0200] "GET /cluster_test_bis/index.jsp HTTP/1.1" 503 10
127.0.0.2 - - [12/May/2017:09:59:35 +0200] "GET /cluster_test_bis/index.jsp HTTP/1.1" 503 10
127.0.0.2 - - [12/May/2017:09:59:35 +0200] "GET /cluster_test_bis/index.jsp HTTP/1.1" 503 10
127.0.0.2 - - [12/May/2017:09:59:35 +0200] "GET /cluster_test_bis/index.jsp HTTP/1.1" 503 10
127.0.0.2 - - [12/May/2017:09:59:35 +0200] "GET /cluster_test_bis/index.jsp HTTP/1.1" 503 10
127.0.0.2 - - [12/May/2017:09:59:35 +0200] "GET /cluster_test_bis/index.jsp HTTP/1.1" 503 10
127.0.0.2 - - [12/May/2017:09:59:35 +0200] "GET /cluster_test_bis/index.jsp HTTP/1.1" 503 10
127.0.0.2 - - [12/May/2017:09:59:35 +0200] "GET /cluster_test_bis/index.jsp HTTP/1.1" 503 10
127.0.0.2 - - [12/May/2017:09:59:35 +0200] "GET /cluster_test_bis/index.jsp HTTP/1.1" 503 10
127.0.0.2 - - [12/May/2017:09:59:35 +0200] "GET /cluster_test_bis/index.jsp HTTP/1.1" 503 10

Expected results: