[JBoss JIRA] (ISPN-4626) Race condition in the LocalEntryRetriever between iterator() and hasNext()
by Gustavo Fernandes (JIRA)
Gustavo Fernandes created ISPN-4626:
---------------------------------------
Summary: Race condition in the LocalEntryRetriever between iterator() and hasNext()
Key: ISPN-4626
URL: https://issues.jboss.org/browse/ISPN-4626
Project: Infinispan
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Core
Affects Versions: 7.0.0.Alpha5
Reporter: Gustavo Fernandes
Assignee: Gustavo Fernandes
The LocalEntryRetriver sometimes will erroneously return hasNext( ) = false because initial retrieval is done on a separate thread and it doesn't finish on time.
This is causing intermittent failures in the index-less query tests
See ISPN-4594
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 8 months
[JBoss JIRA] (ISPN-4624) Allow custom partition handling strategy
by Dan Berindei (JIRA)
Dan Berindei created ISPN-4624:
----------------------------------
Summary: Allow custom partition handling strategy
Key: ISPN-4624
URL: https://issues.jboss.org/browse/ISPN-4624
Project: Infinispan
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Core
Affects Versions: 7.0.0.Beta1
Reporter: Dan Berindei
Assignee: Dan Berindei
Fix For: 7.0.0.Beta2
Users should be able to configure a custom PartitionHandlingStrategy. It should be able to specify a behaviour on merge as well.
We might want to merge this with the RebalancePolicy, which was also supposed to be configurable.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 8 months
[JBoss JIRA] (ISPN-4618) Map/Reduce jobs should not timeout by default
by Sanne Grinovero (JIRA)
[ https://issues.jboss.org/browse/ISPN-4618?page=com.atlassian.jira.plugin.... ]
Sanne Grinovero commented on ISPN-4618:
---------------------------------------
Yes I would love that. I think anyone trying it will eventually figure out that he needs to set it to zero.
> Map/Reduce jobs should not timeout by default
> ---------------------------------------------
>
> Key: ISPN-4618
> URL: https://issues.jboss.org/browse/ISPN-4618
> Project: Infinispan
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Components: Distributed Execution and Map/Reduce
> Reporter: Sanne Grinovero
> Assignee: Vladimir Blagojevic
> Fix For: 7.0.0.Beta1
>
>
> It seems the fault of the jobs today is to timeout at the same timeout of replication commands.
> The default should be to not timeout, and allow the user to optionially set a timeout.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 8 months
[JBoss JIRA] (ISPN-4396) DSL Query: right condition lost
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/ISPN-4396?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration commented on ISPN-4396:
-----------------------------------------------
Radim Vansa <rvansa(a)redhat.com> changed the Status of [bug 1108695|https://bugzilla.redhat.com/show_bug.cgi?id=1108695] from VERIFIED to ASSIGNED
> DSL Query: right condition lost
> -------------------------------
>
> Key: ISPN-4396
> URL: https://issues.jboss.org/browse/ISPN-4396
> Project: Infinispan
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Embedded Querying
> Affects Versions: 7.0.0.Alpha4
> Reporter: Radim Vansa
> Assignee: Adrian Nistor
> Fix For: 7.0.0.Alpha5
>
>
> Condition created through query like this:
> {code}
> Query q = qf.from(User.class)
> .not(
> qf.having("name").eq("John")
> .or(qf.having("surname").eq("Man")))
> .toBuilder().build();
> {code}
> is not correctly parsed into JPQL query; it is
> {code}
> FROM org.infinispan.query.dsl.embedded.sample_domain_model.User _gen0 WHERE NOT (_gen0.name = 'John')
> {code}
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 8 months
[JBoss JIRA] (ISPN-4621) MassIndexer does not work on replicated cache (with local index)
by Radim Vansa (JIRA)
Radim Vansa created ISPN-4621:
---------------------------------
Summary: MassIndexer does not work on replicated cache (with local index)
Key: ISPN-4621
URL: https://issues.jboss.org/browse/ISPN-4621
Project: Infinispan
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Embedded Querying
Affects Versions: 7.0.0.Alpha5
Reporter: Radim Vansa
Assignee: Sanne Grinovero
MassIndexer indexes only entries that are primary on each node: other entries are missing when index is rebuilt.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 8 months