[JBoss JIRA] (TEIID-5285) Add high-level feature for redirection of updates
by Steven Hawkins (Jira)
[ https://issues.jboss.org/browse/TEIID-5285?page=com.atlassian.jira.plugin... ]
Steven Hawkins updated TEIID-5285:
----------------------------------
Component/s: spring-boot
> Add high-level feature for redirection of updates
> -------------------------------------------------
>
> Key: TEIID-5285
> URL: https://issues.jboss.org/browse/TEIID-5285
> Project: Teiid
> Issue Type: Feature Request
> Components: Query Engine, spring-boot, Teiid Spring Boot
> Reporter: Steven Hawkins
> Assignee: Ramesh Reddy
> Priority: Major
> Fix For: 12.x
>
> Attachments: redirection-vdb.xml
>
>
> In microservices testing it is desirable to test against production/live data but not commit any updates. We should offer a simple solution that can defined by extension metadata and enabled/disabled by a feature flag. We may need to make simplifying assumptions about the scope (per session, per application, etc.) and durability of the updates.
> Under the covers this will be achieved by using views, update triggers, and a store for the updates and when not enabled the expectation is that all operations should pass through. However the application will be limited to using Teiid SQL and will be required to use the Teiid or pg driver, or Teiid spring boot.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 11 months
[JBoss JIRA] (TEIID-5627) Provide MongoDB source support
by Steven Hawkins (Jira)
[ https://issues.jboss.org/browse/TEIID-5627?page=com.atlassian.jira.plugin... ]
Steven Hawkins updated TEIID-5627:
----------------------------------
Component/s: spring-boot
> Provide MongoDB source support
> -------------------------------
>
> Key: TEIID-5627
> URL: https://issues.jboss.org/browse/TEIID-5627
> Project: Teiid
> Issue Type: Feature Request
> Components: spring-boot, Teiid Spring Boot
> Reporter: Ramesh Reddy
> Assignee: Steven Hawkins
> Priority: Major
>
> 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, 11 months
[JBoss JIRA] (TEIID-5630) Concurrency issue with wildfly service install
by Steven Hawkins (Jira)
[ https://issues.jboss.org/browse/TEIID-5630?page=com.atlassian.jira.plugin... ]
Steven Hawkins resolved TEIID-5630.
-----------------------------------
Fix Version/s: 12.1
12.0.1
Resolution: Done
Moved service creation and install to the same place.
> Concurrency issue with wildfly service install
> ----------------------------------------------
>
> Key: TEIID-5630
> URL: https://issues.jboss.org/browse/TEIID-5630
> Project: Teiid
> Issue Type: Bug
> Components: Server
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
> Priority: Major
> Fix For: 12.1, 12.0.1
>
>
> Checks were added such that the thread that creates the service must be the thread to install it. That does not work with async loading of metadata.
> {code}
> 14:02:00,496 ERROR [org.teiid.RUNTIME] (Worker51) TEIID30021 Uncaught exception processing work: java.util.ConcurrentModificationException: ServiceBuilder used by multiple threads
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 11 months
[JBoss JIRA] (TEIID-5630) Concurrency issue with wildfly service install
by Steven Hawkins (Jira)
[ https://issues.jboss.org/browse/TEIID-5630?page=com.atlassian.jira.plugin... ]
Work on TEIID-5630 started by Steven Hawkins.
---------------------------------------------
> Concurrency issue with wildfly service install
> ----------------------------------------------
>
> Key: TEIID-5630
> URL: https://issues.jboss.org/browse/TEIID-5630
> Project: Teiid
> Issue Type: Bug
> Components: Server
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
> Priority: Major
>
> Checks were added such that the thread that creates the service must be the thread to install it. That does not work with async loading of metadata.
> {code}
> 14:02:00,496 ERROR [org.teiid.RUNTIME] (Worker51) TEIID30021 Uncaught exception processing work: java.util.ConcurrentModificationException: ServiceBuilder used by multiple threads
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 11 months
[JBoss JIRA] (TEIID-5629) Upgrade to WildFly 15.0.1
by Steven Hawkins (Jira)
[ https://issues.jboss.org/browse/TEIID-5629?page=com.atlassian.jira.plugin... ]
Steven Hawkins edited comment on TEIID-5629 at 1/28/19 10:12 AM:
-----------------------------------------------------------------
It looks like TEIID-5630 should have affected wildfly 14 as well.
was (Author: shawkins):
It looks like TEIID-5629 should have affected wildfly 14 as well.
> Upgrade to WildFly 15.0.1
> -------------------------
>
> Key: TEIID-5629
> URL: https://issues.jboss.org/browse/TEIID-5629
> Project: Teiid
> Issue Type: Task
> Components: Server
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
> Priority: Major
> Fix For: 12.1
>
>
> The initial investigation makes it look like this upgrade is appropriate for a minor release. The two benefits are java 11 support when running in wildfly and alignment with thorntail.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 11 months