[JBoss JIRA] (TEIID-5874) Infinispan connection should support a transactional cache
by Steven Hawkins (Jira)
[ https://issues.redhat.com/browse/TEIID-5874?page=com.atlassian.jira.plugi... ]
Steven Hawkins updated TEIID-5874:
----------------------------------
Fix Version/s: (was: 13.0.2)
> Infinispan connection should support a transactional cache
> ----------------------------------------------------------
>
> Key: TEIID-5874
> URL: https://issues.redhat.com/browse/TEIID-5874
> Project: Teiid
> Issue Type: Enhancement
> Components: Misc. Connectors
> Reporter: Steven Hawkins
> Priority: Major
> Fix For: 13.1
>
> Original Estimate: 5 hours
> Time Spent: 6 hours
> Remaining Estimate: 0 minutes
>
> The configuration should allow for single phase commit and non-recoverable xa. This will need to change the transaction support on the translator, set the transaction config, and register a transactionManager lookup that can find the configured transaction manager.
> The infinispan operator does not provide a way to configure the transaction support of the cache, so this may not fully work yet - I'll test to see what happens both with the default cache and with trying to create one on demand.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (TEIIDSB-155) Infinispan configuration should support a transactional cache
by Steven Hawkins (Jira)
[ https://issues.redhat.com/browse/TEIIDSB-155?page=com.atlassian.jira.plug... ]
Steven Hawkins updated TEIIDSB-155:
-----------------------------------
Fix Version/s: (was: 1.3.1)
> Infinispan configuration should support a transactional cache
> -------------------------------------------------------------
>
> Key: TEIIDSB-155
> URL: https://issues.redhat.com/browse/TEIIDSB-155
> Project: Teiid Spring Boot
> Issue Type: Enhancement
> Components: datasource
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
> Priority: Major
> Fix For: 1.4.0
>
> Original Estimate: 1 day, 4 hours
> Time Spent: 1 day, 4 hours
> Remaining Estimate: 0 minutes
>
> The configuration should allow for single phase commit and non-recoverable xa. This will need to change the transaction support on the translator, set the transaction config, and register a transactionManager lookup that can find the configured transaction manager.
> The infinispan operator does not provide a way to configure the transaction support of the cache, so this may not fully work yet - I'll test to see what happens both with the default cache and with trying to create one on demand.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (TEIIDSB-165) Compile error due to infinispan change in Teiid
by Van Halbert (Jira)
[ https://issues.redhat.com/browse/TEIIDSB-165?page=com.atlassian.jira.plug... ]
Van Halbert commented on TEIIDSB-165:
-------------------------------------
Then can I assume you have the changes for this 7.6 branch?
> Compile error due to infinispan change in Teiid
> -----------------------------------------------
>
> Key: TEIIDSB-165
> URL: https://issues.redhat.com/browse/TEIIDSB-165
> Project: Teiid Spring Boot
> Issue Type: Bug
> Components: datasource
> Affects Versions: 1.3.1
> Reporter: Van Halbert
> Assignee: Van Halbert
> Priority: Blocker
> Original Estimate: 4 minutes
> Remaining Estimate: 4 minutes
>
> After the infinispan change in Teiid, it now causes the following compile error on the 7.6-1.3.x branch
> {code}
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project spring-data-infinispan: Compilation failure: Compilation failure:
> [ERROR] /home/vhalbert/RedHat/github/product_branches/teiidrepos/teiid-spring-boot/data/infinispan/src/main/java/org/teiid/spring/data/infinispan/InfinispanConnectionImpl.java:[37,8] org.teiid.spring.data.infinispan.InfinispanConnectionImpl is not abstract and does not override abstract method getTransactionSupport() in org.teiid.infinispan.api.InfinispanConnection
> [ERROR] /home/vhalbert/RedHat/github/product_branches/teiidrepos/teiid-spring-boot/data/infinispan/src/main/java/org/teiid/spring/data/infinispan/InfinispanConnectionImpl.java:[81,5] method does not override or implement a method from a supertype
> [ERROR] /home/vhalbert/RedHat/github/product_branches/teiidrepos/teiid-spring-boot/data/infinispan/src/main/java/org/teiid/spring/data/infinispan/InfinispanConnectionImpl.java:[154,5] method does not override or implement a method from a supertype
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (TEIIDSB-165) Compile error due to infinispan change in Teiid
by Steven Hawkins (Jira)
[ https://issues.redhat.com/browse/TEIIDSB-165?page=com.atlassian.jira.plug... ]
Steven Hawkins commented on TEIIDSB-165:
----------------------------------------
This is covered by other jiras - it is effectively jumping ahead of community as you are using the "snapshot" not yet directly referenced by the 7.6 branch.
> Compile error due to infinispan change in Teiid
> -----------------------------------------------
>
> Key: TEIIDSB-165
> URL: https://issues.redhat.com/browse/TEIIDSB-165
> Project: Teiid Spring Boot
> Issue Type: Bug
> Components: datasource
> Affects Versions: 1.3.1
> Reporter: Van Halbert
> Assignee: Van Halbert
> Priority: Blocker
> Original Estimate: 4 minutes
> Remaining Estimate: 4 minutes
>
> After the infinispan change in Teiid, it now causes the following compile error on the 7.6-1.3.x branch
> {code}
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project spring-data-infinispan: Compilation failure: Compilation failure:
> [ERROR] /home/vhalbert/RedHat/github/product_branches/teiidrepos/teiid-spring-boot/data/infinispan/src/main/java/org/teiid/spring/data/infinispan/InfinispanConnectionImpl.java:[37,8] org.teiid.spring.data.infinispan.InfinispanConnectionImpl is not abstract and does not override abstract method getTransactionSupport() in org.teiid.infinispan.api.InfinispanConnection
> [ERROR] /home/vhalbert/RedHat/github/product_branches/teiidrepos/teiid-spring-boot/data/infinispan/src/main/java/org/teiid/spring/data/infinispan/InfinispanConnectionImpl.java:[81,5] method does not override or implement a method from a supertype
> [ERROR] /home/vhalbert/RedHat/github/product_branches/teiidrepos/teiid-spring-boot/data/infinispan/src/main/java/org/teiid/spring/data/infinispan/InfinispanConnectionImpl.java:[154,5] method does not override or implement a method from a supertype
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (TEIIDSB-165) Compile error due to infinispan change in Teiid
by Van Halbert (Jira)
[ https://issues.redhat.com/browse/TEIIDSB-165?page=com.atlassian.jira.plug... ]
Van Halbert updated TEIIDSB-165:
--------------------------------
Original Estimate: 4 minutes
Remaining Estimate: 4 minutes
Story Points: 1
> Compile error due to infinispan change in Teiid
> -----------------------------------------------
>
> Key: TEIIDSB-165
> URL: https://issues.redhat.com/browse/TEIIDSB-165
> Project: Teiid Spring Boot
> Issue Type: Bug
> Components: datasource
> Affects Versions: 1.3.1
> Reporter: Van Halbert
> Assignee: Van Halbert
> Priority: Blocker
> Original Estimate: 4 minutes
> Remaining Estimate: 4 minutes
>
> After the infinispan change in Teiid, it now causes the following compile error on the 7.6-1.3.x branch
> {code}
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project spring-data-infinispan: Compilation failure: Compilation failure:
> [ERROR] /home/vhalbert/RedHat/github/product_branches/teiidrepos/teiid-spring-boot/data/infinispan/src/main/java/org/teiid/spring/data/infinispan/InfinispanConnectionImpl.java:[37,8] org.teiid.spring.data.infinispan.InfinispanConnectionImpl is not abstract and does not override abstract method getTransactionSupport() in org.teiid.infinispan.api.InfinispanConnection
> [ERROR] /home/vhalbert/RedHat/github/product_branches/teiidrepos/teiid-spring-boot/data/infinispan/src/main/java/org/teiid/spring/data/infinispan/InfinispanConnectionImpl.java:[81,5] method does not override or implement a method from a supertype
> [ERROR] /home/vhalbert/RedHat/github/product_branches/teiidrepos/teiid-spring-boot/data/infinispan/src/main/java/org/teiid/spring/data/infinispan/InfinispanConnectionImpl.java:[154,5] method does not override or implement a method from a supertype
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (TEIIDSB-165) Compile error due to infinispan change in Teiid
by Steven Hawkins (Jira)
[ https://issues.redhat.com/browse/TEIIDSB-165?page=com.atlassian.jira.plug... ]
Steven Hawkins resolved TEIIDSB-165.
------------------------------------
Resolution: Duplicate Issue
> Compile error due to infinispan change in Teiid
> -----------------------------------------------
>
> Key: TEIIDSB-165
> URL: https://issues.redhat.com/browse/TEIIDSB-165
> Project: Teiid Spring Boot
> Issue Type: Bug
> Components: datasource
> Affects Versions: 1.3.1
> Reporter: Van Halbert
> Assignee: Van Halbert
> Priority: Blocker
>
> After the infinispan change in Teiid, it now causes the following compile error on the 7.6-1.3.x branch
> {code}
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project spring-data-infinispan: Compilation failure: Compilation failure:
> [ERROR] /home/vhalbert/RedHat/github/product_branches/teiidrepos/teiid-spring-boot/data/infinispan/src/main/java/org/teiid/spring/data/infinispan/InfinispanConnectionImpl.java:[37,8] org.teiid.spring.data.infinispan.InfinispanConnectionImpl is not abstract and does not override abstract method getTransactionSupport() in org.teiid.infinispan.api.InfinispanConnection
> [ERROR] /home/vhalbert/RedHat/github/product_branches/teiidrepos/teiid-spring-boot/data/infinispan/src/main/java/org/teiid/spring/data/infinispan/InfinispanConnectionImpl.java:[81,5] method does not override or implement a method from a supertype
> [ERROR] /home/vhalbert/RedHat/github/product_branches/teiidrepos/teiid-spring-boot/data/infinispan/src/main/java/org/teiid/spring/data/infinispan/InfinispanConnectionImpl.java:[154,5] method does not override or implement a method from a supertype
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (TEIIDSB-165) Compile error due to infinispan change in Teiid
by Van Halbert (Jira)
[ https://issues.redhat.com/browse/TEIIDSB-165?page=com.atlassian.jira.plug... ]
Van Halbert reassigned TEIIDSB-165:
-----------------------------------
Assignee: Van Halbert
> Compile error due to infinispan change in Teiid
> -----------------------------------------------
>
> Key: TEIIDSB-165
> URL: https://issues.redhat.com/browse/TEIIDSB-165
> Project: Teiid Spring Boot
> Issue Type: Bug
> Components: datasource
> Affects Versions: 1.3.1
> Reporter: Van Halbert
> Assignee: Van Halbert
> Priority: Blocker
>
> After the infinispan change in Teiid, it now causes the following compile error on the 7.6-1.3.x branch
> {code}
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project spring-data-infinispan: Compilation failure: Compilation failure:
> [ERROR] /home/vhalbert/RedHat/github/product_branches/teiidrepos/teiid-spring-boot/data/infinispan/src/main/java/org/teiid/spring/data/infinispan/InfinispanConnectionImpl.java:[37,8] org.teiid.spring.data.infinispan.InfinispanConnectionImpl is not abstract and does not override abstract method getTransactionSupport() in org.teiid.infinispan.api.InfinispanConnection
> [ERROR] /home/vhalbert/RedHat/github/product_branches/teiidrepos/teiid-spring-boot/data/infinispan/src/main/java/org/teiid/spring/data/infinispan/InfinispanConnectionImpl.java:[81,5] method does not override or implement a method from a supertype
> [ERROR] /home/vhalbert/RedHat/github/product_branches/teiidrepos/teiid-spring-boot/data/infinispan/src/main/java/org/teiid/spring/data/infinispan/InfinispanConnectionImpl.java:[154,5] method does not override or implement a method from a supertype
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (TEIIDSB-165) Compile error due to infinispan change in Teiid
by Van Halbert (Jira)
Van Halbert created TEIIDSB-165:
-----------------------------------
Summary: Compile error due to infinispan change in Teiid
Key: TEIIDSB-165
URL: https://issues.redhat.com/browse/TEIIDSB-165
Project: Teiid Spring Boot
Issue Type: Bug
Components: datasource
Affects Versions: 1.3.1
Reporter: Van Halbert
After the infinispan change in Teiid, it now causes the following compile error on the 7.6-1.3.x branch
{code}
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project spring-data-infinispan: Compilation failure: Compilation failure:
[ERROR] /home/vhalbert/RedHat/github/product_branches/teiidrepos/teiid-spring-boot/data/infinispan/src/main/java/org/teiid/spring/data/infinispan/InfinispanConnectionImpl.java:[37,8] org.teiid.spring.data.infinispan.InfinispanConnectionImpl is not abstract and does not override abstract method getTransactionSupport() in org.teiid.infinispan.api.InfinispanConnection
[ERROR] /home/vhalbert/RedHat/github/product_branches/teiidrepos/teiid-spring-boot/data/infinispan/src/main/java/org/teiid/spring/data/infinispan/InfinispanConnectionImpl.java:[81,5] method does not override or implement a method from a supertype
[ERROR] /home/vhalbert/RedHat/github/product_branches/teiidrepos/teiid-spring-boot/data/infinispan/src/main/java/org/teiid/spring/data/infinispan/InfinispanConnectionImpl.java:[154,5] method does not override or implement a method from a supertype
{code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (TEIID-5885) Timestamp nanosecond precision is dropped
by Steven Hawkins (Jira)
Steven Hawkins created TEIID-5885:
-------------------------------------
Summary: Timestamp nanosecond precision is dropped
Key: TEIID-5885
URL: https://issues.redhat.com/browse/TEIID-5885
Project: Teiid
Issue Type: Bug
Components: Infinispan
Reporter: Steven Hawkins
Assignee: Ramesh Reddy
Fix For: 13.1
This is probably something that can just be documented as a limitation of the hotrod data source - that it only supports millisecond precision. It is only stores timestamps in a 64 bit integer.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months