[JBoss JIRA] (ISPN-3315) Retry remote get after topology change if all the targets are no longer owners
by Dan Berindei (JIRA)
Dan Berindei created ISPN-3315:
----------------------------------
Summary: Retry remote get after topology change if all the targets are no longer owners
Key: ISPN-3315
URL: https://issues.jboss.org/browse/ISPN-3315
Project: Infinispan
Issue Type: Bug
Components: State transfer
Affects Versions: 5.3.0.Final
Reporter: Dan Berindei
Assignee: Dan Berindei
Priority: Critical
Fix For: 6.0.0.Final
It's possible for a remote get to reach its intended targets only after they are no longer owners, and they don't have the key anymore. If that happens, instead of returning a {{null}} value, the originator should retry on the new owners (possibly in a loop).
Note that this is different from all the owners leaving the cluster at the same time: in that case retrying on the new owners wouldn't make a difference, because data would be lost anyway.
--
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
12 years, 9 months
[JBoss JIRA] (ISPN-3313) Add parser for Infinispan 6.0
by Galder Zamarreño (JIRA)
Galder Zamarreño created ISPN-3313:
--------------------------------------
Summary: Add parser for Infinispan 6.0
Key: ISPN-3313
URL: https://issues.jboss.org/browse/ISPN-3313
Project: Infinispan
Issue Type: Enhancement
Components: Configuration
Reporter: Galder Zamarreño
Assignee: Mircea Markus
Fix For: 6.0.0.Alpha1
Add a parser, XSD and the rest of paraphernalia to parse Infinispan 6.0 configuration.
--
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
12 years, 9 months
[JBoss JIRA] (ISPN-3312) DistributedExecutionCompletionTest.testBasicTakeInvocationWithSleepingCallable random failures
by Dan Berindei (JIRA)
Dan Berindei created ISPN-3312:
----------------------------------
Summary: DistributedExecutionCompletionTest.testBasicTakeInvocationWithSleepingCallable random failures
Key: ISPN-3312
URL: https://issues.jboss.org/browse/ISPN-3312
Project: Infinispan
Issue Type: Bug
Components: Test Suite
Affects Versions: 5.3.0.Final
Reporter: Dan Berindei
Assignee: Dan Berindei
Priority: Minor
Fix For: 6.0.0.Alpha1
The test tries to verify that {{DistributedExecutionCompletionService.take()}} doesn't return before the task has actually finished, but it does that by measuring the amount of time spent in the {{take()}} method and it doesn't consider that the task may have started running before the main thread called {{take()}}.
--
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
12 years, 9 months