Bug 999124

Summary: Thread pools are missing their configuration parameters and therefore can not be properly managed
Product: [JBoss] JBoss Operations Network Reporter: Larry O'Leary <loleary>
Component: Plugin -- JBoss EAP 6Assignee: RHQ Project Maintainer <rhq-maint>
Status: CLOSED NEXTRELEASE QA Contact: Mike Foley <mfoley>
Severity: medium Docs Contact:
Priority: urgent    
Version: JON 3.1.2   
Target Milestone: ER01   
Target Release: JON 3.1.3   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 997669
: 999125 (view as bug list) Environment:
Last Closed: 2013-09-04 21:38:55 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 Larry O'Leary 2013-08-20 19:01:48 UTC
Back-port to 3.1.x release.

+++ This bug was initially created as a clone of Bug #997669 +++

Description of problem:
The following thread pool configuration properties are missing/not exposed in JBoss ON:

For Type: bounded-queue-thread-pool
    INT core-threads (nillable = true)
    INT queue-length (nillable = false)
    STRING handoff-executor (nillable = true)
    BOOLEAN allow-core-timeout (nillable = true)

For Type: blocking-bounded-queue-thread-pool
    INT core-threads (nillable = true)
    INT queue-length (nillable = false)
    BOOLEAN allow-core-timeout (nillable = true)

For Type: queueless-thread-pool
    STRING handoff-executor (nillable = true)

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

How reproducible:
Always

Steps to Reproduce:
1. Create a thread pool for each type: bounded-queue-thread-pool, blocking-bounded-queue-thread-pool, and queueless-thread-pool.
2. Navigate to each thread pools configuration page

Actual results:
Unable to read/write the expected properties.

Expected results:
Able to specify all expected properties when creating thread pool from JBoss ON and able to read/write their values in the thread pools configuration page.

Comment 1 Larry O'Leary 2013-09-04 21:38:55 UTC
Closing as there will not be a 3.1.3 release. This is being tracked for 3.2 in 997669.