]
RH Bugzilla Integration commented on TEIID-4025:
------------------------------------------------
Lucie Fabrikova <lfabriko(a)redhat.com> changed the Status of [bug
Web admin console typo when setting time-slice-in-milliseconds
attribute
------------------------------------------------------------------------
Key: TEIID-4025
URL:
https://issues.jboss.org/browse/TEIID-4025
Project: Teiid
Issue Type: Bug
Components: Build/Kits
Affects Versions: 8.12.5
Reporter: Filip Elias
Assignee: Van Halbert
Fix For: 9.0, 8.12.x
Admin console prints error when editing Threading attributes.
Typo in attribute name: time-slice-in-millseconds
{code}
Unknown error
Unexpected HTTP response: 500
Request
{
"operation" => "composite",
"address" => [],
"steps" => [{
"address" => [("subsystem" => "teiid")],
"operation" => "write-attribute",
"name" => "time-slice-in-millseconds",
"value" => 10000
}]
}
Response
Internal Server Error
{
"outcome" => "failed",
"result" => {"step-1" => {
"outcome" => "failed",
"failure-description" => "JBAS014792: Unknown attribute
time-slice-in-millseconds",
"rolled-back" => true
}},
"failure-description" => {"JBAS014653: Composite operation failed
and was rolled back. Steps that failed:" => {"Operation step-1" =>
"JBAS014792: Unknown attribute time-slice-in-millseconds"}},
"rolled-back" => true,
"response-headers" => {"process-state" =>
"reload-required"}
}
{code}