[JBoss JIRA] (ISPN-10323) Non-transactional queries don't update the query cache
by Paul Ferraro (Jira)
Paul Ferraro created ISPN-10323:
-----------------------------------
Summary: Non-transactional queries don't update the query cache
Key: ISPN-10323
URL: https://issues.jboss.org/browse/ISPN-10323
Project: Infinispan
Issue Type: Bug
Components: Hibernate Cache
Affects Versions: 9.4.1.Final
Reporter: Paul Ferraro
Assignee: Galder Zamarreño
Fix For: 10.0.0.Alpha1, 9.4.3.Final
This is affecting the Hibernate second-level cache simple tutorials where queries are executed outside transactions.
The problem is that the new integration for the query results (result of ISPN-9075) does not verify if there's an on-going transaction before registering a transaction completed synchronization where the query cache is updated.
As a result, when a non-transactional query happens, the transaction synchronization callback does not happen and the query cache is not updated.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 9 months
[JBoss JIRA] (ISPN-10323) Non-transactional queries don't update the query cache
by Paul Ferraro (Jira)
[ https://issues.jboss.org/browse/ISPN-10323?page=com.atlassian.jira.plugin... ]
Paul Ferraro updated ISPN-10323:
--------------------------------
Affects Version/s: 9.3.6.Final
(was: 9.4.1.Final)
> Non-transactional queries don't update the query cache
> ------------------------------------------------------
>
> Key: ISPN-10323
> URL: https://issues.jboss.org/browse/ISPN-10323
> Project: Infinispan
> Issue Type: Bug
> Components: Hibernate Cache
> Affects Versions: 9.3.6.Final
> Reporter: Paul Ferraro
> Assignee: Galder Zamarreño
> Priority: Major
>
> This is affecting the Hibernate second-level cache simple tutorials where queries are executed outside transactions.
> The problem is that the new integration for the query results (result of ISPN-9075) does not verify if there's an on-going transaction before registering a transaction completed synchronization where the query cache is updated.
> As a result, when a non-transactional query happens, the transaction synchronization callback does not happen and the query cache is not updated.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 9 months
[JBoss JIRA] (ISPN-10323) Non-transactional queries don't update the query cache
by Paul Ferraro (Jira)
[ https://issues.jboss.org/browse/ISPN-10323?page=com.atlassian.jira.plugin... ]
Paul Ferraro updated ISPN-10323:
--------------------------------
Fix Version/s: (was: 10.0.0.Alpha1)
(was: 9.4.3.Final)
> Non-transactional queries don't update the query cache
> ------------------------------------------------------
>
> Key: ISPN-10323
> URL: https://issues.jboss.org/browse/ISPN-10323
> Project: Infinispan
> Issue Type: Bug
> Components: Hibernate Cache
> Affects Versions: 9.3.6.Final
> Reporter: Paul Ferraro
> Assignee: Galder Zamarreño
> Priority: Major
>
> This is affecting the Hibernate second-level cache simple tutorials where queries are executed outside transactions.
> The problem is that the new integration for the query results (result of ISPN-9075) does not verify if there's an on-going transaction before registering a transaction completed synchronization where the query cache is updated.
> As a result, when a non-transactional query happens, the transaction synchronization callback does not happen and the query cache is not updated.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 9 months
[JBoss JIRA] (ISPN-10302) Support XInclude in configuration parser
by Ryan Emerson (Jira)
[ https://issues.jboss.org/browse/ISPN-10302?page=com.atlassian.jira.plugin... ]
Ryan Emerson resolved ISPN-10302.
---------------------------------
Fix Version/s: 10.0.0.Beta4
(was: 10.0.0.Final)
Resolution: Done
> Support XInclude in configuration parser
> ----------------------------------------
>
> Key: ISPN-10302
> URL: https://issues.jboss.org/browse/ISPN-10302
> Project: Infinispan
> Issue Type: Enhancement
> Components: Configuration
> Affects Versions: 10.0.0.Beta3
> Reporter: Tristan Tarrant
> Assignee: Tristan Tarrant
> Priority: Major
> Fix For: 10.0.0.Beta4
>
>
> The legacy server testsuite uses XSLT to process configuration files to create variants to be used by the various tests. Adding support for XInlcude to the parser should simplify this greatly for the new server.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 9 months
[JBoss JIRA] (ISPN-10247) tck-runner module discards server console output
by Ryan Emerson (Jira)
[ https://issues.jboss.org/browse/ISPN-10247?page=com.atlassian.jira.plugin... ]
Ryan Emerson resolved ISPN-10247.
---------------------------------
Resolution: Done
> tck-runner module discards server console output
> ------------------------------------------------
>
> Key: ISPN-10247
> URL: https://issues.jboss.org/browse/ISPN-10247
> Project: Infinispan
> Issue Type: Bug
> Components: Test Suite - Server
> Affects Versions: 10.0.0.Beta3, 9.4.14.Final
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Priority: Major
> Fix For: 10.0.0.Beta4
>
>
> Sometimes the server is unable to write to server.log, so the build should also keep the server console output.
> Currently the console output is ignored, because {{infinispan-server.xml}} uses {{<exec spawn="true"}} and doesn't redirect the output to a file.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 9 months
[JBoss JIRA] (ISPN-10322) Create unified interface for initializing commands
by Ryan Emerson (Jira)
[ https://issues.jboss.org/browse/ISPN-10322?page=com.atlassian.jira.plugin... ]
Ryan Emerson updated ISPN-10322:
--------------------------------
Sprint: JDG Sprint #29
> Create unified interface for initializing commands
> --------------------------------------------------
>
> Key: ISPN-10322
> URL: https://issues.jboss.org/browse/ISPN-10322
> Project: Infinispan
> Issue Type: Enhancement
> Components: Core
> Affects Versions: 10.0.0.Beta3
> Reporter: Ryan Emerson
> Assignee: Ryan Emerson
> Priority: Major
> Fix For: 10.0.0.Beta4
>
>
> Currently we rely on CommandsFactoryImpl and ModuleCommandInitializer implementations to initiatilize commands once they have been received over the wire. However, currently we do this on a per method basis, resulting in commands having various initialisation naming schemes such as {{init}}, {{inject}} etc. We should provide a interface that can be implemented by commands that require initialization and utilise this method for all initialization.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 9 months
[JBoss JIRA] (ISPN-10322) Create unified interface for initializing commands
by Ryan Emerson (Jira)
[ https://issues.jboss.org/browse/ISPN-10322?page=com.atlassian.jira.plugin... ]
Ryan Emerson updated ISPN-10322:
--------------------------------
Status: Open (was: New)
> Create unified interface for initializing commands
> --------------------------------------------------
>
> Key: ISPN-10322
> URL: https://issues.jboss.org/browse/ISPN-10322
> Project: Infinispan
> Issue Type: Enhancement
> Components: Core
> Affects Versions: 10.0.0.Beta3
> Reporter: Ryan Emerson
> Assignee: Ryan Emerson
> Priority: Major
> Fix For: 10.0.0.Beta4
>
>
> Currently we rely on CommandsFactoryImpl and ModuleCommandInitializer implementations to initiatilize commands once they have been received over the wire. However, currently we do this on a per method basis, resulting in commands having various initialisation naming schemes such as {{init}}, {{inject}} etc. We should provide a interface that can be implemented by commands that require initialization and utilise this method for all initialization.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 9 months