[JBoss JIRA] (ISPN-9797) Server doesn't start with JDK 11
by Galder Zamarreño (Jira)
[ https://issues.jboss.org/browse/ISPN-9797?page=com.atlassian.jira.plugin.... ]
Galder Zamarreño updated ISPN-9797:
-----------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> Server doesn't start with JDK 11
> --------------------------------
>
> Key: ISPN-9797
> URL: https://issues.jboss.org/browse/ISPN-9797
> Project: Infinispan
> Issue Type: Enhancement
> Components: Server
> Affects Versions: 10.0.0.Alpha1, 9.4.3.Final
> Reporter: Tristan Tarrant
> Assignee: Tristan Tarrant
> Priority: Major
> Fix For: 10.0.0.Alpha2, 9.4.4.Final
>
>
> org.jboss.modules.ModuleNotFoundException: java.se
> at org.jboss.modules.Module.addPaths(Module.java:1266)
> at org.jboss.modules.Module.link(Module.java:1622)
> at org.jboss.modules.Module.relinkIfNecessary(Module.java:1650)
> at org.jboss.modules.ModuleLoader.loadModule(ModuleLoader.java:296)
> at org.jboss.modules.Main.main(Main.java:437)
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 4 months
[JBoss JIRA] (ISPN-9791) Distributed Stream rehash can miss entries on non replicated caches with non iterator methods
by Galder Zamarreño (Jira)
[ https://issues.jboss.org/browse/ISPN-9791?page=com.atlassian.jira.plugin.... ]
Galder Zamarreño updated ISPN-9791:
-----------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> Distributed Stream rehash can miss entries on non replicated caches with non iterator methods
> ---------------------------------------------------------------------------------------------
>
> Key: ISPN-9791
> URL: https://issues.jboss.org/browse/ISPN-9791
> Project: Infinispan
> Issue Type: Bug
> Components: Streams
> Affects Versions: 9.4.3.Final
> Reporter: William Burns
> Assignee: William Burns
> Priority: Major
> Fix For: 10.0.0.Alpha2, 9.4.4.Final
>
>
> When fixing some rehash test failures in ISPN-9542, we added in an optimization to not allocate a listener and additional objects when using a replicated cache. Unfortunately in doing so the listener is only registered with replicated caches on accident. This leaves a small window between when we start iteration (we check segment) and the completion that if we lose an entry due to state transfer.
> The window is small enough to hit that it almost never shows in DistributedStreamRehashTest, due to it requiring state transfer to begin and complete between the start and and completion of iteration, which is a hard task when it actually has to move entries.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 4 months
[JBoss JIRA] (ISPN-9803) DummyInMemoryStore should fail when shared=true and name=""
by Diego Lovison (Jira)
Diego Lovison created ISPN-9803:
-----------------------------------
Summary: DummyInMemoryStore should fail when shared=true and name=""
Key: ISPN-9803
URL: https://issues.jboss.org/browse/ISPN-9803
Project: Infinispan
Issue Type: Bug
Affects Versions: 9.4.3.Final
Reporter: Diego Lovison
When working the test suite is easy to forget that DummyInMemoryStore should have a name when it is a shared store
{code:java}
builder.persistence().addStore(DummyInMemoryStoreConfigurationBuilder.class).shared(true);
{code}
We should add a condition to raise an error when using the configuration above.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 4 months