[JBoss JIRA] (TEIID-5139) Reached maximum thread count "10" for worker pool "async-teiid-threads"
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-5139?page=com.atlassian.jira.plugin... ]
Steven Hawkins commented on TEIID-5139:
---------------------------------------
We'll need to see a thread dump from when this is occurring and a general description of the number of vdbs that deployed and how may sources need to have metadata retrieved.
> Reached maximum thread count "10" for worker pool "async-teiid-threads"
> -----------------------------------------------------------------------
>
> Key: TEIID-5139
> URL: https://issues.jboss.org/browse/TEIID-5139
> Project: Teiid
> Issue Type: Bug
> Affects Versions: 10.0
> Environment: Teiid 10.0.0
> Wildfly 11
> RHEL 7.2
> Reporter: Pedro Inácio
> Assignee: Steven Hawkins
>
> Cannot configure system to remove the following warning:
> *TEIID30009 Reached maximum thread count "10" for worker pool "async-teiid-threads" with a queue size high of "44". Queued work waited 500 ms prior to executing. To avoid queuing of work you may consider increasing "max-threads" or decreasing the "max-active-plans" in the "standalone-teiid.xml" file.*
> Already tried what is explained [here|https://developer.jboss.org/thread/275761] but applied for the standalone mode without any success.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 5 months
[JBoss JIRA] (TEIID-5139) Reached maximum thread count "10" for worker pool "async-teiid-threads"
by Pedro Inácio (JIRA)
Pedro Inácio created TEIID-5139:
-----------------------------------
Summary: Reached maximum thread count "10" for worker pool "async-teiid-threads"
Key: TEIID-5139
URL: https://issues.jboss.org/browse/TEIID-5139
Project: Teiid
Issue Type: Bug
Affects Versions: 10.0
Environment: Teiid 10.0.0
Wildfly 11
RHEL 7.2
Reporter: Pedro Inácio
Assignee: Steven Hawkins
Cannot configure system to remove the following warning:
*TEIID30009 Reached maximum thread count "10" for worker pool "async-teiid-threads" with a queue size high of "44". Queued work waited 500 ms prior to executing. To avoid queuing of work you may consider increasing "max-threads" or decreasing the "max-active-plans" in the "standalone-teiid.xml" file.*
Already tried what is explained [here|https://developer.jboss.org/thread/275761] but applied for the standalone mode without any success.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 5 months
[JBoss JIRA] (TEIID-5137) SystemAdmin.usage column dependency issue
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-5137?page=com.atlassian.jira.plugin... ]
Steven Hawkins resolved TEIID-5137.
-----------------------------------
Fix Version/s: 10.0.1
9.3.5
10.1
Resolution: Done
Corrected the schema and name columns for column entries.
> SystemAdmin.usage column dependency issue
> -----------------------------------------
>
> Key: TEIID-5137
> URL: https://issues.jboss.org/browse/TEIID-5137
> Project: Teiid
> Issue Type: Bug
> Components: Server
> Affects Versions: 8.12.x-6.4
> Reporter: Van Halbert
> Assignee: Steven Hawkins
> Fix For: 10.0.1, 9.3.5, 10.1
>
>
> For "object_type" == "Column", the field "Name" should be the name of the table.
> Here it is the same value of "ElementName" fields (ie column name).
> {code}
> {
> "VDBName" => "Financials",
> "UID" => "tid:252cb13c7440-0c0428eb-0000000d",
> "object_type" => "Column",
> "SchemaName" => "ACCOUNTHOLDINGS",
> "Name" => "PRODUCTID",
> "ElementName" => "PRODUCTID",
> "Uses_UID" => "tid:694b1432214b-cbf6d637-0000000d",
> "Uses_object_type" => "Column",
> "Uses_SchemaName" => "EU_Customers_EDL",
> "Uses_Name" => "ACCOUNTHOLDINGS",
> "Uses_ElementName" => "PRODUCTID"
> }
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 5 months
[JBoss JIRA] (TEIID-5137) SystemAdmin.usage column dependency issue
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-5137?page=com.atlassian.jira.plugin... ]
Work on TEIID-5137 started by Steven Hawkins.
---------------------------------------------
> SystemAdmin.usage column dependency issue
> -----------------------------------------
>
> Key: TEIID-5137
> URL: https://issues.jboss.org/browse/TEIID-5137
> Project: Teiid
> Issue Type: Bug
> Components: Server
> Affects Versions: 8.12.x-6.4
> Reporter: Van Halbert
> Assignee: Steven Hawkins
>
> For "object_type" == "Column", the field "Name" should be the name of the table.
> Here it is the same value of "ElementName" fields (ie column name).
> {code}
> {
> "VDBName" => "Financials",
> "UID" => "tid:252cb13c7440-0c0428eb-0000000d",
> "object_type" => "Column",
> "SchemaName" => "ACCOUNTHOLDINGS",
> "Name" => "PRODUCTID",
> "ElementName" => "PRODUCTID",
> "Uses_UID" => "tid:694b1432214b-cbf6d637-0000000d",
> "Uses_object_type" => "Column",
> "Uses_SchemaName" => "EU_Customers_EDL",
> "Uses_Name" => "ACCOUNTHOLDINGS",
> "Uses_ElementName" => "PRODUCTID"
> }
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 5 months
[JBoss JIRA] (TEIID-5138) JGroups Channel creation in domain mode is invalid
by Ramesh Reddy (JIRA)
Ramesh Reddy created TEIID-5138:
-----------------------------------
Summary: JGroups Channel creation in domain mode is invalid
Key: TEIID-5138
URL: https://issues.jboss.org/browse/TEIID-5138
Project: Teiid
Issue Type: Bug
Components: Server
Affects Versions: 10.0
Reporter: Ramesh Reddy
Assignee: Steven Hawkins
Priority: Critical
In domain mode configuration where the JGroups channel is configured, it is configured to be used as a separate channel where it would require separate protocol stack, which is also discouraged form. The suggested configuration is to create a forked channel as
{code}
<channel name="ee" stack="udp" cluster="ejb">
<fork name="teiid-cluster"/>
</channel>
{code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 5 months
[JBoss JIRA] (TEIID-5137) SystemAdmin.usage column dependency issue
by Van Halbert (JIRA)
[ https://issues.jboss.org/browse/TEIID-5137?page=com.atlassian.jira.plugin... ]
Van Halbert edited comment on TEIID-5137 at 11/6/17 7:46 AM:
-------------------------------------------------------------
Using the portfolio quickstart:
- SchemaName should be: OtherHoldings (model name)
- name should be: PersonalHoldings (table name)
{code}
{
"VDBName" => "Portfolio",
"object_type" => "Column",
"SchemaName" => "PersonalHoldings",
"Name" => "SSN",
"ElementName" => "SSN",
"Uses_object_type" => "Column",
"Uses_SchemaName" => "Accounts",
"Uses_Name" => "ACCOUNT",
"Uses_ElementName" => "SSN"
}
{code}
was (Author: van.halbert):
Using the portfolio quickstart:
{code}
{
"VDBName" => "Portfolio",
"object_type" => "Column",
"SchemaName" => "PersonalHoldings",
"Name" => "SSN",
"ElementName" => "SSN",
"Uses_object_type" => "Column",
"Uses_SchemaName" => "Accounts",
"Uses_Name" => "ACCOUNT",
"Uses_ElementName" => "SSN"
}
{code}
> SystemAdmin.usage column dependency issue
> -----------------------------------------
>
> Key: TEIID-5137
> URL: https://issues.jboss.org/browse/TEIID-5137
> Project: Teiid
> Issue Type: Bug
> Components: Server
> Affects Versions: 8.12.x-6.4
> Reporter: Van Halbert
> Assignee: Steven Hawkins
>
> For "object_type" == "Column", the field "Name" should be the name of the table.
> Here it is the same value of "ElementName" fields (ie column name).
> {code}
> {
> "VDBName" => "Financials",
> "UID" => "tid:252cb13c7440-0c0428eb-0000000d",
> "object_type" => "Column",
> "SchemaName" => "ACCOUNTHOLDINGS",
> "Name" => "PRODUCTID",
> "ElementName" => "PRODUCTID",
> "Uses_UID" => "tid:694b1432214b-cbf6d637-0000000d",
> "Uses_object_type" => "Column",
> "Uses_SchemaName" => "EU_Customers_EDL",
> "Uses_Name" => "ACCOUNTHOLDINGS",
> "Uses_ElementName" => "PRODUCTID"
> }
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 5 months
[JBoss JIRA] (TEIID-5137) SystemAdmin.usage column dependency issue
by Van Halbert (JIRA)
[ https://issues.jboss.org/browse/TEIID-5137?page=com.atlassian.jira.plugin... ]
Van Halbert commented on TEIID-5137:
------------------------------------
Using the portfolio quickstart:
{code}
{
"VDBName" => "Portfolio",
"object_type" => "Column",
"SchemaName" => "PersonalHoldings",
"Name" => "SSN",
"ElementName" => "SSN",
"Uses_object_type" => "Column",
"Uses_SchemaName" => "Accounts",
"Uses_Name" => "ACCOUNT",
"Uses_ElementName" => "SSN"
}
{code}
> SystemAdmin.usage column dependency issue
> -----------------------------------------
>
> Key: TEIID-5137
> URL: https://issues.jboss.org/browse/TEIID-5137
> Project: Teiid
> Issue Type: Bug
> Components: Server
> Affects Versions: 8.12.x-6.4
> Reporter: Van Halbert
> Assignee: Steven Hawkins
>
> For "object_type" == "Column", the field "Name" should be the name of the table.
> Here it is the same value of "ElementName" fields (ie column name).
> {code}
> {
> "VDBName" => "Financials",
> "UID" => "tid:252cb13c7440-0c0428eb-0000000d",
> "object_type" => "Column",
> "SchemaName" => "ACCOUNTHOLDINGS",
> "Name" => "PRODUCTID",
> "ElementName" => "PRODUCTID",
> "Uses_UID" => "tid:694b1432214b-cbf6d637-0000000d",
> "Uses_object_type" => "Column",
> "Uses_SchemaName" => "EU_Customers_EDL",
> "Uses_Name" => "ACCOUNTHOLDINGS",
> "Uses_ElementName" => "PRODUCTID"
> }
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 5 months
[JBoss JIRA] (TEIID-5137) SystemAdmin.usage column dependency issue
by Van Halbert (JIRA)
[ https://issues.jboss.org/browse/TEIID-5137?page=com.atlassian.jira.plugin... ]
Van Halbert updated TEIID-5137:
-------------------------------
Description:
For "object_type" == "Column", the field "Name" should be the name of the table.
Here it is the same value of "ElementName" fields (ie column name).
{code}
{
"VDBName" => "Financials",
"UID" => "tid:252cb13c7440-0c0428eb-0000000d",
"object_type" => "Column",
"SchemaName" => "ACCOUNTHOLDINGS",
"Name" => "PRODUCTID",
"ElementName" => "PRODUCTID",
"Uses_UID" => "tid:694b1432214b-cbf6d637-0000000d",
"Uses_object_type" => "Column",
"Uses_SchemaName" => "EU_Customers_EDL",
"Uses_Name" => "ACCOUNTHOLDINGS",
"Uses_ElementName" => "PRODUCTID"
}
{code}
was:
For "object_type" == "Column", the field "Name" should be the name of the table.
Here it is the same value of "ElementName" fields (ie column name).
{
"VDBName" => "Financials",
"UID" => "tid:252cb13c7440-0c0428eb-0000000d",
"object_type" => "Column",
"SchemaName" => "ACCOUNTHOLDINGS",
"Name" => "PRODUCTID",
"ElementName" => "PRODUCTID",
"Uses_UID" => "tid:694b1432214b-cbf6d637-0000000d",
"Uses_object_type" => "Column",
"Uses_SchemaName" => "EU_Customers_EDL",
"Uses_Name" => "ACCOUNTHOLDINGS",
"Uses_ElementName" => "PRODUCTID"
}
> SystemAdmin.usage column dependency issue
> -----------------------------------------
>
> Key: TEIID-5137
> URL: https://issues.jboss.org/browse/TEIID-5137
> Project: Teiid
> Issue Type: Bug
> Components: Server
> Affects Versions: 8.12.x-6.4
> Reporter: Van Halbert
> Assignee: Steven Hawkins
>
> For "object_type" == "Column", the field "Name" should be the name of the table.
> Here it is the same value of "ElementName" fields (ie column name).
> {code}
> {
> "VDBName" => "Financials",
> "UID" => "tid:252cb13c7440-0c0428eb-0000000d",
> "object_type" => "Column",
> "SchemaName" => "ACCOUNTHOLDINGS",
> "Name" => "PRODUCTID",
> "ElementName" => "PRODUCTID",
> "Uses_UID" => "tid:694b1432214b-cbf6d637-0000000d",
> "Uses_object_type" => "Column",
> "Uses_SchemaName" => "EU_Customers_EDL",
> "Uses_Name" => "ACCOUNTHOLDINGS",
> "Uses_ElementName" => "PRODUCTID"
> }
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 5 months
[JBoss JIRA] (TEIID-5137) SystemAdmin.usage column dependency issue
by Van Halbert (JIRA)
Van Halbert created TEIID-5137:
----------------------------------
Summary: SystemAdmin.usage column dependency issue
Key: TEIID-5137
URL: https://issues.jboss.org/browse/TEIID-5137
Project: Teiid
Issue Type: Bug
Components: Server
Affects Versions: 8.12.x-6.4
Reporter: Van Halbert
Assignee: Steven Hawkins
For "object_type" == "Column", the field "Name" should be the name of the table.
Here it is the same value of "ElementName" fields (ie column name).
{
"VDBName" => "Financials",
"UID" => "tid:252cb13c7440-0c0428eb-0000000d",
"object_type" => "Column",
"SchemaName" => "ACCOUNTHOLDINGS",
"Name" => "PRODUCTID",
"ElementName" => "PRODUCTID",
"Uses_UID" => "tid:694b1432214b-cbf6d637-0000000d",
"Uses_object_type" => "Column",
"Uses_SchemaName" => "EU_Customers_EDL",
"Uses_Name" => "ACCOUNTHOLDINGS",
"Uses_ElementName" => "PRODUCTID"
}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 5 months