[JBoss JIRA] (TEIID-2663) Misc improvements
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-2663?page=com.atlassian.jira.plugin... ]
Steven Hawkins resolved TEIID-2663.
-----------------------------------
Resolution: Done
Added the changes from the description.
> Misc improvements
> -----------------
>
> Key: TEIID-2663
> URL: https://issues.jboss.org/browse/TEIID-2663
> Project: Teiid
> Issue Type: Enhancement
> Affects Versions: 8.6
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
> Priority: Minor
> Fix For: 8.6
>
>
> Based upon recent forum and activity there are few small changes to make:
> minimize variadic overhead with logging
> add class type to prepared statement parameter resolving error
> allow inputstreamfactory to directly be converted to a blob
--
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, 3 months
[JBoss JIRA] (TEIID-2659) A domain member server cannot list translators
by Ramesh Reddy (JIRA)
[ https://issues.jboss.org/browse/TEIID-2659?page=com.atlassian.jira.plugin... ]
Ramesh Reddy commented on TEIID-2659:
-------------------------------------
Upon some searching and talking BrianS from AS team, it looks like
1) You can only execute "read-only" methods on slave host controllers, any non-read-only must be executed on the master domain controller.
2) I tried making operations like "list-translators" as read-only, but it is executed on the host-controller it will not be forwarded to actual servers so you will not get the desired results.
3) One option is to re-write Admin Domain layer, such that the request is manually submitted to each server node in the domain and then collate the results, however, what I have observed while testing is, only when user is connected to the master domain controller you can query about all hosts in the domain. When user is connected to slave host controller, they can see only server nodes under that controller, thus invalidates that option.
4) Also in domain mode you have to connect to master domain controller to do any deployments.
Given all the restrictions, there is no good way to fix this issue, unless AS7 code is fixed to allow some of the features. Thus my recommendation is to reject this issue and have tools like Designer and AdminShell only connect to the master domain controller for issuing any Teiid Admin operations.
> A domain member server cannot list translators
> ----------------------------------------------
>
> Key: TEIID-2659
> URL: https://issues.jboss.org/browse/TEIID-2659
> Project: Teiid
> Issue Type: Bug
> Components: Server
> Affects Versions: 8.4
> Reporter: Paul Richardson
> Assignee: Steven Hawkins
> Fix For: 8.4.1
>
>
> Using the teiid client and calling 'admin.getTranslators()' fails to return any translators on a domain-member server. (this partially succeeds on the domain master)
> The request does not throw an exception but its outcome fails with the following result:
> {code}
> "outcome" => "failed",
> "failure-description" => "JBAS010849: Operation list-translators for address [
> (\"profile\" => \"ha\"),
> (\"subsystem\" => \"teiid\")
> ] can only be handled by the master Domain Controller; this host is not the master Domain Controller",
> "rolled-back" => true
> {code}
--
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, 3 months
[JBoss JIRA] (TEIID-2663) Misc improvements
by Steven Hawkins (JIRA)
Steven Hawkins created TEIID-2663:
-------------------------------------
Summary: Misc improvements
Key: TEIID-2663
URL: https://issues.jboss.org/browse/TEIID-2663
Project: Teiid
Issue Type: Feature Request
Affects Versions: 8.6
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 8.6
Based upon recent forum and activity there are few small changes to make:
minimize variadic overhead with logging
add class type to prepared statement parameter resolving error
allow inputstreamfactory to directly be converted to a blob
--
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, 3 months
[JBoss JIRA] (TEIID-2663) Misc improvements
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-2663?page=com.atlassian.jira.plugin... ]
Steven Hawkins updated TEIID-2663:
----------------------------------
Issue Type: Enhancement (was: Feature Request)
Priority: Minor (was: Major)
> Misc improvements
> -----------------
>
> Key: TEIID-2663
> URL: https://issues.jboss.org/browse/TEIID-2663
> Project: Teiid
> Issue Type: Enhancement
> Affects Versions: 8.6
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
> Priority: Minor
> Fix For: 8.6
>
>
> Based upon recent forum and activity there are few small changes to make:
> minimize variadic overhead with logging
> add class type to prepared statement parameter resolving error
> allow inputstreamfactory to directly be converted to a blob
--
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, 3 months
[JBoss JIRA] (TEIID-2662) A materializated view with function based indexes fails
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-2662?page=com.atlassian.jira.plugin... ]
Steven Hawkins resolved TEIID-2662.
-----------------------------------
Resolution: Done
Corrected the generated sql by not using a table alias, which will work qualified or unqualified.
> A materializated view with function based indexes fails
> -------------------------------------------------------
>
> Key: TEIID-2662
> URL: https://issues.jboss.org/browse/TEIID-2662
> Project: Teiid
> Issue Type: Feature Request
> Components: Query Engine
> Affects Versions: 8.5
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
> Fix For: 8.5
>
>
> TEIID-2365 effectively causes internal post resolve symbols to be fully qualified, which will not work with the current internal sql that is generated for a view with function based indexes.
> This also affects 8.2-8.4, but in a more limited way - in that basically require the function based expressions to use unqualified column references.
--
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, 3 months
[JBoss JIRA] (TEIID-2662) A materializated view with function based indexes fails
by Steven Hawkins (JIRA)
Steven Hawkins created TEIID-2662:
-------------------------------------
Summary: A materializated view with function based indexes fails
Key: TEIID-2662
URL: https://issues.jboss.org/browse/TEIID-2662
Project: Teiid
Issue Type: Feature Request
Components: Query Engine
Affects Versions: 8.5
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 8.5
TEIID-2365 effectively causes internal post resolve symbols to be fully qualified, which will not work with the current internal sql that is generated for a view with function based indexes.
This also affects 8.2-8.4, but in a more limited way - in that basically require the function based expressions to use unqualified column references.
--
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, 3 months