[JBoss JIRA] (ISPN-3680) Inconsistent way to use the column id in the JdbcBinaryCacheStore
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/ISPN-3680?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration updated ISPN-3680:
------------------------------------------
Bugzilla Update: Perform
Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=1087205
> Inconsistent way to use the column id in the JdbcBinaryCacheStore
> -----------------------------------------------------------------
>
> Key: ISPN-3680
> URL: https://issues.jboss.org/browse/ISPN-3680
> Project: Infinispan
> Issue Type: Bug
> Components: Loaders and Stores
> Affects Versions: 5.2.7.Final, 5.3.0.Final, 6.0.0.CR1
> Reporter: Nicolas Filotto
> Assignee: Mircea Markus
> Fix For: 7.0.0.Alpha4
>
>
> I met some issues with (at least) H2 and JdbcBinaryCacheStore that prevent to modify a value in the cache store which is quite annoying. After a deeper look, I realized that it was due to the method {{JdbcBinaryCacheStore.loadBucket(Integer keyHashCode)}} that uses {{setInt}} instead of {{setString}} like in updateBucket and insertBucket to set the id as parameter to the query. With HSQLDB and MySQL, it works normally but with H2, the result of the query is always empty so it always tries to add a new entry which of course fails because of the integrity constraint on the primary key (aka the id).
--
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, 12 months
[JBoss JIRA] (ISPN-4196) Local transaction not removed from transaction table with keySet, entrySet, values operations
by Adrian Nistor (JIRA)
[ https://issues.jboss.org/browse/ISPN-4196?page=com.atlassian.jira.plugin.... ]
Adrian Nistor updated ISPN-4196:
--------------------------------
Fix Version/s: 7.0.0.Alpha4
> Local transaction not removed from transaction table with keySet, entrySet, values operations
> ---------------------------------------------------------------------------------------------
>
> Key: ISPN-4196
> URL: https://issues.jboss.org/browse/ISPN-4196
> Project: Infinispan
> Issue Type: Bug
> Components: Embedded Querying
> Affects Versions: 7.0.0.Alpha1
> Reporter: Adrian Nistor
> Assignee: Martin Gencur
> Fix For: 7.0.0.Alpha4, 7.0.0.Final
>
>
> The cleanup phase of FilesystemQueryDslIterationTest of this test is based on Cache.clear() and is very slow , taking about 30 seconds, or at least that's how much we gain if the cache cleanup is removed. Without the cleanup, this test takes about 2.5 seconds, so we need to investigate why Cache.clear() creates a problem here or in general.
--
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, 12 months
[JBoss JIRA] (ISPN-4196) Local transaction not removed from transaction table with keySet, entrySet, values operations
by Adrian Nistor (JIRA)
[ https://issues.jboss.org/browse/ISPN-4196?page=com.atlassian.jira.plugin.... ]
Adrian Nistor updated ISPN-4196:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Integrated in master. Thanks!
> Local transaction not removed from transaction table with keySet, entrySet, values operations
> ---------------------------------------------------------------------------------------------
>
> Key: ISPN-4196
> URL: https://issues.jboss.org/browse/ISPN-4196
> Project: Infinispan
> Issue Type: Bug
> Components: Embedded Querying
> Affects Versions: 7.0.0.Alpha1
> Reporter: Adrian Nistor
> Assignee: Martin Gencur
> Fix For: 7.0.0.Alpha4, 7.0.0.Final
>
>
> The cleanup phase of FilesystemQueryDslIterationTest of this test is based on Cache.clear() and is very slow , taking about 30 seconds, or at least that's how much we gain if the cache cleanup is removed. Without the cleanup, this test takes about 2.5 seconds, so we need to investigate why Cache.clear() creates a problem here or in general.
--
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, 12 months
[JBoss JIRA] (ISPN-4196) Local transaction not removed from transaction table with keySet, entrySet, values operations
by Adrian Nistor (JIRA)
[ https://issues.jboss.org/browse/ISPN-4196?page=com.atlassian.jira.plugin.... ]
Adrian Nistor updated ISPN-4196:
--------------------------------
Assignee: Martin Gencur (was: Adrian Nistor)
> Local transaction not removed from transaction table with keySet, entrySet, values operations
> ---------------------------------------------------------------------------------------------
>
> Key: ISPN-4196
> URL: https://issues.jboss.org/browse/ISPN-4196
> Project: Infinispan
> Issue Type: Bug
> Components: Embedded Querying
> Affects Versions: 7.0.0.Alpha1
> Reporter: Adrian Nistor
> Assignee: Martin Gencur
> Fix For: 7.0.0.Final
>
>
> The cleanup phase of FilesystemQueryDslIterationTest of this test is based on Cache.clear() and is very slow , taking about 30 seconds, or at least that's how much we gain if the cache cleanup is removed. Without the cleanup, this test takes about 2.5 seconds, so we need to investigate why Cache.clear() creates a problem here or in general.
--
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, 12 months
[JBoss JIRA] (ISPN-4204) Sync distexec demo with current test code
by Alan Field (JIRA)
[ https://issues.jboss.org/browse/ISPN-4204?page=com.atlassian.jira.plugin.... ]
Alan Field updated ISPN-4204:
-----------------------------
Description:
Add a no argument constructor to WordCountCollator
Add a new distributed executor that performs a regular expression search of the values in the cache
was:The WordCountCollator needs a default constructor to work with the RadarGun benchmarks. Adding a distributed executor that executes a RegEx search of the cache values.
> Sync distexec demo with current test code
> -----------------------------------------
>
> Key: ISPN-4204
> URL: https://issues.jboss.org/browse/ISPN-4204
> Project: Infinispan
> Issue Type: Enhancement
> Components: Distributed Execution and Map/Reduce
> Affects Versions: 6.0.2.Final, 7.0.0.Alpha3
> Reporter: Alan Field
> Assignee: Alan Field
>
> Add a no argument constructor to WordCountCollator
> Add a new distributed executor that performs a regular expression search of the values in the cache
--
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, 12 months
[JBoss JIRA] (ISPN-4204) Sync distexec demo with current test code
by Alan Field (JIRA)
Alan Field created ISPN-4204:
--------------------------------
Summary: Sync distexec demo with current test code
Key: ISPN-4204
URL: https://issues.jboss.org/browse/ISPN-4204
Project: Infinispan
Issue Type: Enhancement
Components: Distributed Execution and Map/Reduce
Affects Versions: 7.0.0.Alpha3, 6.0.2.Final
Reporter: Alan Field
Assignee: Alan Field
The WordCountCollator needs a default constructor to work with the RadarGun benchmarks. Adding a distributed executor that executes a RegEx search of the cache values.
--
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, 12 months
[JBoss JIRA] (ISPN-4196) Local transaction not removed from transaction table with keySet, entrySet, values operations
by Martin Gencur (JIRA)
[ https://issues.jboss.org/browse/ISPN-4196?page=com.atlassian.jira.plugin.... ]
Martin Gencur updated ISPN-4196:
--------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/infinispan/infinispan/pull/2500
> Local transaction not removed from transaction table with keySet, entrySet, values operations
> ---------------------------------------------------------------------------------------------
>
> Key: ISPN-4196
> URL: https://issues.jboss.org/browse/ISPN-4196
> Project: Infinispan
> Issue Type: Bug
> Components: Embedded Querying
> Affects Versions: 7.0.0.Alpha1
> Reporter: Adrian Nistor
> Assignee: Adrian Nistor
> Fix For: 7.0.0.Final
>
>
> The cleanup phase of FilesystemQueryDslIterationTest of this test is based on Cache.clear() and is very slow , taking about 30 seconds, or at least that's how much we gain if the cache cleanup is removed. Without the cleanup, this test takes about 2.5 seconds, so we need to investigate why Cache.clear() creates a problem here or in general.
--
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, 12 months