[JBoss JIRA] (WFLY-2336) Decreasing max-threads on a unbounded queueless executor generates IllegalArgumentException
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/WFLY-2336?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration commented on WFLY-2336:
-----------------------------------------------
Paul Gier <pgier(a)redhat.com> changed the Status of [bug 1021077|https://bugzilla.redhat.com/show_bug.cgi?id=1021077] from MODIFIED to ON_QA
> Decreasing max-threads on a unbounded queueless executor generates IllegalArgumentException
> -------------------------------------------------------------------------------------------
>
> Key: WFLY-2336
> URL: https://issues.jboss.org/browse/WFLY-2336
> Project: WildFly
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 8.0.0.Beta1
> Reporter: Aaron Ogburn
> Priority: Minor
> Fix For: 8.0.0.CR1
>
>
> Create an unbounded queueless executor
> <unbounded-queue-thread-pool name="uq-thread-pool">
> <max-threads count="350"/>
> <keepalive-time time="5" unit="minutes"/>
> </unbounded-queue-thread-pool>
> Modifying max-threads fails:
> /subsystem=threads/unbounded-queue-thread-pool=uq-thread-pool:write-attribute(name=max-threads,value=300)
> {
> "outcome" => "failed",
> "failure-description" => "JBAS014749: Operation handler failed: null",
> "rolled-back" => true
> }
> ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 1) JBAS014612: Operation ("write-attribute") failed - address: ([
> ("subsystem" => "threads"),
> ("unbounded-queue-thread-pool" => "uq-thread-pool")
> ]): java.lang.IllegalArgumentException
> at java.util.concurrent.ThreadPoolExecutor.setMaximumPoolSize(ThreadPoolExecutor.java:1620) [rt.jar:1.7.0]
> at org.jboss.threads.JBossThreadPoolExecutor.setMaxThreads(JBossThreadPoolExecutor.java:95) [jboss-threads-2.1.1.Final.jar:2.1.1.Final]
> at org.jboss.as.threads.ManagedJBossThreadPoolExecutorService.setMaxThreads(ManagedJBossThreadPoolExecutorService.java:86)
> at org.jboss.as.threads.UnboundedQueueThreadPoolService.setMaxThreads(UnboundedQueueThreadPoolService.java:91)
> The core pool size needs to be adjusted in line with the max pool size and in the right order to avoid that since max threads can't be less than core threads.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 2 months
[JBoss JIRA] (WFLY-1948) JMXPropertyEditorsTestCase fails on Solaris SPARC
by Frank Langelage (JIRA)
[ https://issues.jboss.org/browse/WFLY-1948?page=com.atlassian.jira.plugin.... ]
Frank Langelage commented on WFLY-1948:
---------------------------------------
Same cause.
Environment variable USER is mandatory currently on non windows systems.
> JMXPropertyEditorsTestCase fails on Solaris SPARC
> -------------------------------------------------
>
> Key: WFLY-1948
> URL: https://issues.jboss.org/browse/WFLY-1948
> Project: WildFly
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Test Suite
> Affects Versions: 8.0.0.Beta1
> Environment: Solaris SPARC 10 6/06, Oracle JDK 1.7.0_25
> Reporter: Frank Langelage
> Assignee: Ondrej Zizka
>
> Test org.jboss.as.test.integration.ee.jmx.property.JMXPropertyEditorsTestCase fails on Solaris, because environment variable USER is not set.
> From the source:
> USER_SYS_PROP = System.getProperty("os.name","linux").contains("indows")?"USERNAME":"USER";
> So there is already a differentiation between Windows and others.
> For Solaris LOGNAME is the variable to use. And os.name is SunOS.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 2 months
[JBoss JIRA] (WFLY-2398) org.jboss.as.test.smoke.deployment.rar.tests.inflow.InflowTestCase fails
by Frank Langelage (JIRA)
[ https://issues.jboss.org/browse/WFLY-2398?page=com.atlassian.jira.plugin.... ]
Frank Langelage commented on WFLY-2398:
---------------------------------------
I was running smoke test with "-DnoWebProfile". If I omit this option, problem disappears.
So test seems to be not compatible with full profile.
> org.jboss.as.test.smoke.deployment.rar.tests.inflow.InflowTestCase fails
> ------------------------------------------------------------------------
>
> Key: WFLY-2398
> URL: https://issues.jboss.org/browse/WFLY-2398
> Project: WildFly
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: JCA, Test Suite
> Affects Versions: 8.0.0.Beta1
> Environment: Solaris SPARC 10, Oracle Java 1.7.0_45
> Reporter: Frank Langelage
> Assignee: Stefano Maestri
> Attachments: org.jboss.as.test.smoke.deployment.rar.tests.inflow.InflowTestCase-output.txt, org.jboss.as.test.smoke.deployment.rar.tests.inflow.InflowTestCase.txt
>
>
> Running a build of current sources with complete testsuite this test is failing with
> testRegistryConfiguration(org.jboss.as.test.smoke.deployment.rar.tests.inflow.InflowTestCase): expected:<1> but was:<2>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 2 months