Kylin Soong created TEIID-3830:
----------------------------------
Summary: Install script executed failed due to threads subsystem be removed
Key: TEIID-3830
URL:
https://issues.jboss.org/browse/TEIID-3830
Project: Teiid
Issue Type: Component Upgrade
Components: Build/Kits
Affects Versions: 8.13
Reporter: Kylin Soong
Assignee: Steven Hawkins
Fix For: 8.13
According to WFLY-462, the central thread pool configuration(threads subsystem) already
be removed since 9.0.0.CR2, these two scripts(teiid-standalone-mode-install.cli,
teiid-domain-mode-install.cli) be affected, specifically the following lines cli can not
executed:
{code}
/subsystem=threads/unbounded-queue-thread-pool=teiid-async:add(max-threads=4)
/subsystem=teiid:add(async-thread-pool=teiid-async,
resultset-cache-infinispan-container=teiid-cache,
preparedplan-cache-infinispan-container=teiid-cache,
policy-decider-module=org.jboss.teiid)
{code}
The corresponding error looks
{code}
Failed to get the list of the operation properties: "WFLYCTL0030: No resource
definition is registered for address [
("subsystem" => "threads"),
("unbounded-queue-thread-pool" => "teiid-async")
]"
{code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)