[ https://issues.jboss.org/browse/ISPN-4602?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration updated ISPN-4602:
------------------------------------------
Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=1128811, https://bugzilla.redhat.com/show_bug.cgi?id=1139629 (was: https://bugzilla.redhat.com/show_bug.cgi?id=1128811)
> Verify EntryIterator works with MarshalledValues
> ------------------------------------------------
>
> Key: ISPN-4602
> URL: https://issues.jboss.org/browse/ISPN-4602
> Project: Infinispan
> Issue Type: Bug
> Components: Marshalling
> Affects Versions: 7.0.0.Alpha5
> Reporter: William Burns
> Assignee: William Burns
> Fix For: 7.0.0.Beta1
>
>
> The EntryIterator currently doesn't deserialize MarshalledValues as needed which would cause filter failures and the incorrect values to be returned.
> This also means each key/value pair would need to be deserialized when applied to filter which will be slower and should be noted in documentation, but sent across as MarshalledValues?. The only other way is to use some sort of proxy for each object to force lazy deserialization on referencing a field when applying filter, but this seems overkill.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
[ https://issues.jboss.org/browse/ISPN-4557?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration commented on ISPN-4557:
-----------------------------------------------
Martin Gencur <mgencur(a)redhat.com> changed the Status of [bug 1139627|https://bugzilla.redhat.com/show_bug.cgi?id=1139627] from NEW to MODIFIED
> Infinispan Core module for the application server not importing Services from the Query module
> ----------------------------------------------------------------------------------------------
>
> Key: ISPN-4557
> URL: https://issues.jboss.org/browse/ISPN-4557
> Project: Infinispan
> Issue Type: Bug
> Components: Embedded Querying
> Affects Versions: 7.0.0.Alpha5
> Reporter: Sanne Grinovero
> Assignee: Sanne Grinovero
> Fix For: 7.0.0.Beta2
>
>
> The module definition of Infinispan Core (the JDG main module) depends on the Query module but fails to import the Services.
> Not loading the services allows the Indexing feature to be enabled, although several operations will fail at runtime.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
[ https://issues.jboss.org/browse/ISPN-4557?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration commented on ISPN-4557:
-----------------------------------------------
Martin Gencur <mgencur(a)redhat.com> changed the Status of [bug 1122162|https://bugzilla.redhat.com/show_bug.cgi?id=1122162] from ON_QA to VERIFIED
> Infinispan Core module for the application server not importing Services from the Query module
> ----------------------------------------------------------------------------------------------
>
> Key: ISPN-4557
> URL: https://issues.jboss.org/browse/ISPN-4557
> Project: Infinispan
> Issue Type: Bug
> Components: Embedded Querying
> Affects Versions: 7.0.0.Alpha5
> Reporter: Sanne Grinovero
> Assignee: Sanne Grinovero
> Fix For: 7.0.0.Beta2
>
>
> The module definition of Infinispan Core (the JDG main module) depends on the Query module but fails to import the Services.
> Not loading the services allows the Indexing feature to be enabled, although several operations will fail at runtime.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
[ https://issues.jboss.org/browse/ISPN-4557?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration updated ISPN-4557:
------------------------------------------
Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=1122162, https://bugzilla.redhat.com/show_bug.cgi?id=1139627 (was: https://bugzilla.redhat.com/show_bug.cgi?id=1122162)
> Infinispan Core module for the application server not importing Services from the Query module
> ----------------------------------------------------------------------------------------------
>
> Key: ISPN-4557
> URL: https://issues.jboss.org/browse/ISPN-4557
> Project: Infinispan
> Issue Type: Bug
> Components: Embedded Querying
> Affects Versions: 7.0.0.Alpha5
> Reporter: Sanne Grinovero
> Assignee: Sanne Grinovero
> Fix For: 7.0.0.Beta2
>
>
> The module definition of Infinispan Core (the JDG main module) depends on the Query module but fails to import the Services.
> Not loading the services allows the Indexing feature to be enabled, although several operations will fail at runtime.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
[ https://issues.jboss.org/browse/ISPN-4635?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration commented on ISPN-4635:
-----------------------------------------------
Martin Gencur <mgencur(a)redhat.com> changed the Status of [bug 1129586|https://bugzilla.redhat.com/show_bug.cgi?id=1129586] from ON_QA to VERIFIED
> Query DSL should check against mixing objects created by different factories or builders
> ----------------------------------------------------------------------------------------
>
> Key: ISPN-4635
> URL: https://issues.jboss.org/browse/ISPN-4635
> Project: Infinispan
> Issue Type: Enhancement
> Components: Embedded Querying
> Affects Versions: 7.0.0.Beta1
> Reporter: Adrian Nistor
> Assignee: Adrian Nistor
> Fix For: 7.0.0.Beta2
>
>
> Methods FilterConditionBeginContext.not(..), QueryFactory.not(..), FilterConditionContext.and(..), FilterConditionContext.or(..) should check that the argument was created by the same factory and is not already owned by another builder.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
[ https://issues.jboss.org/browse/ISPN-4635?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration commented on ISPN-4635:
-----------------------------------------------
Martin Gencur <mgencur(a)redhat.com> changed the Status of [bug 1139623|https://bugzilla.redhat.com/show_bug.cgi?id=1139623] from NEW to MODIFIED
> Query DSL should check against mixing objects created by different factories or builders
> ----------------------------------------------------------------------------------------
>
> Key: ISPN-4635
> URL: https://issues.jboss.org/browse/ISPN-4635
> Project: Infinispan
> Issue Type: Enhancement
> Components: Embedded Querying
> Affects Versions: 7.0.0.Beta1
> Reporter: Adrian Nistor
> Assignee: Adrian Nistor
> Fix For: 7.0.0.Beta2
>
>
> Methods FilterConditionBeginContext.not(..), QueryFactory.not(..), FilterConditionContext.and(..), FilterConditionContext.or(..) should check that the argument was created by the same factory and is not already owned by another builder.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
[ https://issues.jboss.org/browse/ISPN-4630?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration commented on ISPN-4630:
-----------------------------------------------
Martin Gencur <mgencur(a)redhat.com> changed the Status of [bug 1139620|https://bugzilla.redhat.com/show_bug.cgi?id=1139620] from NEW to MODIFIED
> DistributedEntryRetriever throws NPE if iterator is closed before processing all responses
> ------------------------------------------------------------------------------------------
>
> Key: ISPN-4630
> URL: https://issues.jboss.org/browse/ISPN-4630
> Project: Infinispan
> Issue Type: Bug
> Components: Core
> Affects Versions: 7.0.0.Alpha5
> Reporter: William Burns
> Assignee: William Burns
> Fix For: 7.0.0.Beta2
>
>
> DistributedEntryRetriever itrerator needs to ignore responses from nodes if a iterator is closed early or if a rehash occurs causing some redundant requests to be sent.
> This was covered in a previous version but refactoring lost it somehow and instead the code is using variables that cannot be null.
> {code}
> } else if (log.isTraceEnabled()) {
> log.tracef("Ignoring values as identifier %s was marked as complete", identifier);
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
[ https://issues.jboss.org/browse/ISPN-4635?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration commented on ISPN-4635:
-----------------------------------------------
Martin Gencur <mgencur(a)redhat.com> changed the Status of [bug 1139622|https://bugzilla.redhat.com/show_bug.cgi?id=1139622] from NEW to MODIFIED
> Query DSL should check against mixing objects created by different factories or builders
> ----------------------------------------------------------------------------------------
>
> Key: ISPN-4635
> URL: https://issues.jboss.org/browse/ISPN-4635
> Project: Infinispan
> Issue Type: Enhancement
> Components: Embedded Querying
> Affects Versions: 7.0.0.Beta1
> Reporter: Adrian Nistor
> Assignee: Adrian Nistor
> Fix For: 7.0.0.Beta2
>
>
> Methods FilterConditionBeginContext.not(..), QueryFactory.not(..), FilterConditionContext.and(..), FilterConditionContext.or(..) should check that the argument was created by the same factory and is not already owned by another builder.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
[ https://issues.jboss.org/browse/ISPN-4635?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration updated ISPN-4635:
------------------------------------------
Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=1129586, https://bugzilla.redhat.com/show_bug.cgi?id=1139622 (was: https://bugzilla.redhat.com/show_bug.cgi?id=1129586)
> Query DSL should check against mixing objects created by different factories or builders
> ----------------------------------------------------------------------------------------
>
> Key: ISPN-4635
> URL: https://issues.jboss.org/browse/ISPN-4635
> Project: Infinispan
> Issue Type: Enhancement
> Components: Embedded Querying
> Affects Versions: 7.0.0.Beta1
> Reporter: Adrian Nistor
> Assignee: Adrian Nistor
> Fix For: 7.0.0.Beta2
>
>
> Methods FilterConditionBeginContext.not(..), QueryFactory.not(..), FilterConditionContext.and(..), FilterConditionContext.or(..) should check that the argument was created by the same factory and is not already owned by another builder.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)