[JBoss JIRA] (ISPN-9150) Method RemoteCache.entrySet() works incorrecly
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-9150?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant reassigned ISPN-9150:
-------------------------------------
Assignee: William Burns
> Method RemoteCache.entrySet() works incorrecly
> ----------------------------------------------
>
> Key: ISPN-9150
> URL: https://issues.jboss.org/browse/ISPN-9150
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 9.2.1.Final
> Environment: # Cluster contains 2 hosts (each host have one instance of Infinispan)
> # Configuration have cache "Models". The cache have 2 key owners and 2 entities
> Reporter: Sergey Chernolyas
> Assignee: William Burns
>
> Method RemoteCache.entrySet() returns empty stream. Method RemoteCache.retrieveEntries works correctly in same time
> But if I do :
> {code:java}
> System.out.println(modelRemoteCache.entrySet().stream().collect(Collectors.toSet()).size());
> modelRemoteCache.entrySet().forEach(longModelEntry -> {
> System.out.println(":"+longModelEntry.getKey()+":"+longModelEntry.getValue());
> });
> {code}
> First row show size 0. But method "entrySet" will work correctly.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months
[JBoss JIRA] (ISPN-9150) Method RemoteCache.entrySet() works incorrecly
by Sergey Chernolyas (JIRA)
Sergey Chernolyas created ISPN-9150:
---------------------------------------
Summary: Method RemoteCache.entrySet() works incorrecly
Key: ISPN-9150
URL: https://issues.jboss.org/browse/ISPN-9150
Project: Infinispan
Issue Type: Bug
Affects Versions: 9.2.1.Final
Environment: # Cluster contains 2 hosts (each host have one instance of Infinispan)
# Configuration have cache "Models". The cache have 2 key owners and 2 entities
Reporter: Sergey Chernolyas
Method RemoteCache.entrySet() returns empty stream. Method RemoteCache.retrieveEntries works correctly in same time
But if I do :
{code:java}
System.out.println(modelRemoteCache.entrySet().stream().collect(Collectors.toSet()).size());
modelRemoteCache.entrySet().forEach(longModelEntry -> {
System.out.println(":"+longModelEntry.getKey()+":"+longModelEntry.getValue());
});
{code}
First row show size 0. But method "entrySet" will work correctly.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months
[JBoss JIRA] (ISPN-8944) Maven profile traceTests no longer works
by Dan Berindei (JIRA)
[ https://issues.jboss.org/browse/ISPN-8944?page=com.atlassian.jira.plugin.... ]
Dan Berindei updated ISPN-8944:
-------------------------------
Fix Version/s: 9.3.0.CR1
> Maven profile traceTests no longer works
> ----------------------------------------
>
> Key: ISPN-8944
> URL: https://issues.jboss.org/browse/ISPN-8944
> Project: Infinispan
> Issue Type: Bug
> Components: Build
> Affects Versions: 9.2.0.Final
> Reporter: William Burns
> Assignee: Dan Berindei
> Fix For: 9.3.0.CR1
>
>
> When trying to run -PtraceTests for maven the tests print out this warning
> ERROR StatusLogger File not found in file system or classpath: log4j2-trace.xml
> We currently just pass log4j2-trace.xml. Unfortunately this file is no longer in the classpath and no module has that file relative to its directory. We need to add something for root-dir profiles it seems.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months
[JBoss JIRA] (ISPN-9149) Some TestNG tests do not have any group
by Dan Berindei (JIRA)
Dan Berindei created ISPN-9149:
----------------------------------
Summary: Some TestNG tests do not have any group
Key: ISPN-9149
URL: https://issues.jboss.org/browse/ISPN-9149
Project: Infinispan
Issue Type: Bug
Components: Test Suite - Core
Affects Versions: 9.3.0.Beta1
Reporter: Dan Berindei
Assignee: Dan Berindei
Fix For: 9.3.0.CR1
The test suite only runs tests in groups {{functional,unit,xsite,arquillian}}, tests that don't have any group set with {{@Test groups=...}} are excluded.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months
[JBoss JIRA] (ISPN-9008) RpcManager.invokeCommandOnAll ignores cache member that are not in the cluster view
by Dan Berindei (JIRA)
[ https://issues.jboss.org/browse/ISPN-9008?page=com.atlassian.jira.plugin.... ]
Dan Berindei updated ISPN-9008:
-------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 9.3.0.Beta1
(was: 9.3.0.CR1)
Resolution: Done
> RpcManager.invokeCommandOnAll ignores cache member that are not in the cluster view
> -----------------------------------------------------------------------------------
>
> Key: ISPN-9008
> URL: https://issues.jboss.org/browse/ISPN-9008
> Project: Infinispan
> Issue Type: Bug
> Components: Core
> Affects Versions: 9.2.1.Final
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Fix For: 9.3.0.Beta1
>
>
> {{RpcManager.invokeCommandOnAll}} broadcasts the command to all the members of the JGroups cluster view, and the {{ResponseCollector}} is not notified if any members of the cache are not in the cluster view.
> This is a problem in replicated caches with partition handling enabled, because it means a write can succeed in a minority partition in the time interval between {{JGroupsTransport}} seeing the minority cluster view and {{DistributionManagerImpl}} installing the {{DEGRADED_MODE}} cache topology.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months