[JBoss JIRA] (TEIID-5597) Retire teiid.jboss.org
by Steven Hawkins (Jira)
[ https://issues.jboss.org/browse/TEIID-5597?page=com.atlassian.jira.plugin... ]
Steven Hawkins resolved TEIID-5597.
-----------------------------------
Resolution: Done
Pending the completion of a help desk ticket, this will be complete. All access to teiid.jboss.org will forward instead to teiid.io/legacy - which is mostly the old content, but with a banner pointing to teiid.io and with a cleanup to the main download page.
> Retire teiid.jboss.org
> ----------------------
>
> Key: TEIID-5597
> URL: https://issues.jboss.org/browse/TEIID-5597
> Project: Teiid
> Issue Type: Task
> Components: Documentation
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
> Priority: Major
> Fix For: 12.1
>
>
> The legacy site will have been unmaintained since approximately a 4/2018. We can leave archive information, such as doc and old download links in place - but all other content should be removed or ported to teiid.io.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 10 months
[JBoss JIRA] (TEIID-5532) Common table projection minimization does not account for usage in a subquery nested in an aggregate or in some view scenarios
by Andrej Šmigala (Jira)
[ https://issues.jboss.org/browse/TEIID-5532?page=com.atlassian.jira.plugin... ]
Andrej Šmigala reopened TEIID-5532:
-----------------------------------
> Common table projection minimization does not account for usage in a subquery nested in an aggregate or in some view scenarios
> ------------------------------------------------------------------------------------------------------------------------------
>
> Key: TEIID-5532
> URL: https://issues.jboss.org/browse/TEIID-5532
> Project: Teiid
> Issue Type: Bug
> Components: Query Engine
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
> Priority: Blocker
> Fix For: 11.0.3, 11.1.2, 12.0, 11.2.1, 8.12.17.6_4
>
>
> Nesting the usage of a common table in an aggregate means that the columns can be removed inappropriately by projection minimization. A query such as:
> with CTE1 as /*+ no_inline */ (SELECT e1, e2, e3 from pm1.g1)
> select array_agg((select e3 from cte1 where e1=pm1.g2.e1 and e2=pm1.g2.e2)) from pm1.g2
> will return null values for all e3 as projection minimization of CTE1 will replace the column with a null value.
> A similar situation occurs when the query above is defined instead in a view. A similar issue was captured on TEIID-5535
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 10 months
[JBoss JIRA] (TEIIDSB-23) Document image generation options
by Steven Hawkins (Jira)
[ https://issues.jboss.org/browse/TEIIDSB-23?page=com.atlassian.jira.plugin... ]
Steven Hawkins commented on TEIIDSB-23:
---------------------------------------
> we can either edit local copy of the Syndesis's Prometheus or start with our own instance of Prometheus.
On the dev path things are a little blurry. There probably needs to be an option to install our own, but in general we will assume to be in the same namespace as syndesis and should reuse the common instance.
> We can just take the YML and make a template, then look later into options with Operator. WYDT?
Sounds good. Then it's just a matter of adding the annotations to our images.
> Document image generation options
> ---------------------------------
>
> Key: TEIIDSB-23
> URL: https://issues.jboss.org/browse/TEIIDSB-23
> Project: Teiid Spring Boot
> Issue Type: Task
> Reporter: Steven Hawkins
> Priority: Major
> Fix For: Q119
>
>
> We need to document / validate all relevant image options:
> - inclusion of agent bond or other mechanism for jmx exposure to prometheus. There may also be related service annotations
> - annotations for 3scale for rest and openapi exposure of odata
> - any common config options - disk buffer memory, max active plans / engine threads / connection pool sizes. Ideally the buffer manager heap should auto-configure and we should probably always use off-heap for the fixed memory buffer.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 10 months
[JBoss JIRA] (TEIIDSB-23) Document image generation options
by Ramesh Reddy (Jira)
[ https://issues.jboss.org/browse/TEIIDSB-23?page=com.atlassian.jira.plugin... ]
Ramesh Reddy commented on TEIIDSB-23:
-------------------------------------
we can either edit local copy of the Syndesis's Prometheus or start with our own instance of Prometheus. I do not mind going with the later option as setup own instance to start out with so that we support outside Syndesis. We can just take the YML and make a template, then look later into options with Operator. WYDT?
> Document image generation options
> ---------------------------------
>
> Key: TEIIDSB-23
> URL: https://issues.jboss.org/browse/TEIIDSB-23
> Project: Teiid Spring Boot
> Issue Type: Task
> Reporter: Steven Hawkins
> Priority: Major
> Fix For: Q119
>
>
> We need to document / validate all relevant image options:
> - inclusion of agent bond or other mechanism for jmx exposure to prometheus. There may also be related service annotations
> - annotations for 3scale for rest and openapi exposure of odata
> - any common config options - disk buffer memory, max active plans / engine threads / connection pool sizes. Ideally the buffer manager heap should auto-configure and we should probably always use off-heap for the fixed memory buffer.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 10 months
[JBoss JIRA] (TEIIDSB-5) Provide MongoDB source support
by Ramesh Reddy (Jira)
[ https://issues.jboss.org/browse/TEIIDSB-5?page=com.atlassian.jira.plugin.... ]
Ramesh Reddy resolved TEIIDSB-5.
--------------------------------
Resolution: Done
Added support for MongoDB connection and provided an example with a document.
> Provide MongoDB source support
> -------------------------------
>
> Key: TEIIDSB-5
> URL: https://issues.jboss.org/browse/TEIIDSB-5
> Project: Teiid Spring Boot
> Issue Type: Feature Request
> Reporter: Ramesh Reddy
> Assignee: Ramesh Reddy
> Priority: Major
> Fix For: 1.0.3
>
>
> Provide support for MongoDB source in Teiid Spring Bott using MongoDB Spring Boot starter
> {code}
> <dependency>
> <groupId>org.springframework.boot</groupId>
> <artifactId>spring-boot-starter-data-mongodb</artifactId>
> </dependency>
> {code}
> and Teiid MongoDB translator
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 10 months
[JBoss JIRA] (TEIID-5653) Update to accumulo-core 1.9.2
by Steven Hawkins (Jira)
Steven Hawkins created TEIID-5653:
-------------------------------------
Summary: Update to accumulo-core 1.9.2
Key: TEIID-5653
URL: https://issues.jboss.org/browse/TEIID-5653
Project: Teiid
Issue Type: Quality Risk
Components: Misc. Connectors
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 12.1
Accumulo support is pulling in older jars including hadoop-common. Later accumulo clients appear to directly use thrift.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 10 months