[JBoss JIRA] (ISPN-4606) Startup scripts out of date
by Galder Zamarreño (JIRA)
[ https://issues.jboss.org/browse/ISPN-4606?page=com.atlassian.jira.plugin.... ]
Galder Zamarreño updated ISPN-4606:
-----------------------------------
Assignee: Takayoshi Kimura (was: Mircea Markus)
> Startup scripts out of date
> ---------------------------
>
> Key: ISPN-4606
> URL: https://issues.jboss.org/browse/ISPN-4606
> Project: Infinispan
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: Server
> Affects Versions: 7.0.0.Alpha5
> Reporter: Takayoshi Kimura
> Assignee: Takayoshi Kimura
> Fix For: 7.0.0.Beta2
>
>
> We have inconsistent version of bin/standalone.[sh|bat] and clustered.[sh|bat]. The bin/standalone.[sh|bat] are newer version but the clustered.[sh|bat] are not updated.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 7 months
[JBoss JIRA] (ISPN-4606) Startup scripts out of date
by Galder Zamarreño (JIRA)
[ https://issues.jboss.org/browse/ISPN-4606?page=com.atlassian.jira.plugin.... ]
Galder Zamarreño updated ISPN-4606:
-----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 7.0.0.Beta2
Resolution: Done
> Startup scripts out of date
> ---------------------------
>
> Key: ISPN-4606
> URL: https://issues.jboss.org/browse/ISPN-4606
> Project: Infinispan
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: Server
> Affects Versions: 7.0.0.Alpha5
> Reporter: Takayoshi Kimura
> Assignee: Mircea Markus
> Fix For: 7.0.0.Beta2
>
>
> We have inconsistent version of bin/standalone.[sh|bat] and clustered.[sh|bat]. The bin/standalone.[sh|bat] are newer version but the clustered.[sh|bat] are not updated.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 7 months
[JBoss JIRA] (ISPN-4643) Make sure EntryIterator doesn't return expired entries
by William Burns (JIRA)
William Burns created ISPN-4643:
-----------------------------------
Summary: Make sure EntryIterator doesn't return expired entries
Key: ISPN-4643
URL: https://issues.jboss.org/browse/ISPN-4643
Project: Infinispan
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Core
Affects Versions: 7.0.0.Beta1
Reporter: William Burns
Assignee: Dan Berindei
Fix For: 7.0.0.Beta2
We should make sure that the entry iterator doesn't return entries that have expired. Since entries can sit in the data container while expired we need to make sure to ignore those.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 7 months
[JBoss JIRA] (ISPN-4630) DistributedEntryRetriever throws NPE if iterator is closed before processing all responses
by Adrian Nistor (JIRA)
[ https://issues.jboss.org/browse/ISPN-4630?page=com.atlassian.jira.plugin.... ]
Adrian Nistor updated ISPN-4630:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Integrated in master. Thanks!
> 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
> Security Level: Public(Everyone can see)
> 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.2.6#6264)
11 years, 7 months