Bug 901227 (JBPAPP6-1675)

Summary: node-timeout, worker-timeout, flush-wait and ttl mod_cluster attributes in web console
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Michal Karm Babacek <mbabacek>
Component: Web ConsoleAssignee: Harald Pehl <hpehl>
Status: CLOSED CURRENTRELEASE QA Contact: Jakub Cechacek <jcechace>
Severity: high Docs Contact:
Priority: high    
Version: 6.0.1CC: brian.stansberry, hbraun, jkudrnac, kkhan, lcosti, mbabacek, mvelas, rhatlapa, smumford
Target Milestone: ER9   
Target Release: EAP 6.3.0   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/JBPAPP6-1675
Whiteboard: mod_cluster
Fixed In Version: Doc Type: Bug Fix
Doc Text:
An issue that was present in a previous version of the JBoss EAP 6 web-based Management Console that prevented users from viewing or setting a `-1` value for the listed `mod_cluster` attributes as been corrected in this release: * `node-timeout` * `worker-timeout` * `flush-wait` * `ttl`
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-08-06 14:34:21 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:
Bug Depends On: 1093586    
Bug Blocks:    

Description Michal Karm Babacek 2012-12-03 13:06:47 UTC
project_key: JBPAPP6

Hi Heiko, there is a glitch with -1 versus 0 values in mod_cluster web console, it looks like
-1 values are being clipped to 0.

||Web console||CLI||Default||
|Node Timeout: 0|node-timeout=-1|-1|
|Worker Timeout: 0|worker-timeout=-1|-1|
|Flush Wait: 0|flush-wait=-1|-1|
|TTL: 0|ttl=-1|60 (i)|

(i) Hmm, as long as *smax=-1* (Soft maximum idle connection count = no idle connections), ttl=-1 (Time to live (in seconds) for idle connections above smax) seems legit.

Comment 1 Michal Karm Babacek 2012-12-03 13:21:38 UTC
If I venture to change it to -1, I get {color:red}Invalid numeric value{color} message.

Comment 3 Martin Velas 2014-07-08 13:02:17 UTC
Verified for EAP 6.3.0.ER9 - default values "-1" are correctly displayed and also "-1" can be set.