Bug 999124 - Thread pools are missing their configuration parameters and therefore can not be properly managed
Summary: Thread pools are missing their configuration parameters and therefore can not...
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: JBoss Operations Network
Classification: JBoss
Component: Plugin -- JBoss EAP 6
Version: JON 3.1.2
Hardware: Unspecified
OS: Unspecified
urgent
medium
Target Milestone: ER01
: JON 3.1.3
Assignee: RHQ Project Maintainer
QA Contact: Mike Foley
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-08-20 19:01 UTC by Larry O'Leary
Modified: 2013-09-04 21:38 UTC (History)
0 users

Fixed In Version:
Clone Of: 997669
: 999125 (view as bug list)
Environment:
Last Closed: 2013-09-04 21:38:55 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Knowledge Base (Solution) 457493 0 None None None Never

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.


Note You need to log in before you can comment on or make changes to this bug.