[JBoss JIRA] (ISPN-7523) Update cached RpcOptions when timeout changes
by Radim Vansa (JIRA)
Radim Vansa created ISPN-7523:
---------------------------------
Summary: Update cached RpcOptions when timeout changes
Key: ISPN-7523
URL: https://issues.jboss.org/browse/ISPN-7523
Project: Infinispan
Issue Type: Bug
Components: Core
Reporter: Radim Vansa
Assignee: Radim Vansa
I thought these can be safely cached, but since remote timeout can be changed at runtime, we need to listen to these changes and update cached options accordingly.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 1 month
[JBoss JIRA] (ISPN-7522) LocalMode[No]PassivationTest fails randomly
by William Burns (JIRA)
William Burns created ISPN-7522:
-----------------------------------
Summary: LocalMode[No]PassivationTest fails randomly
Key: ISPN-7522
URL: https://issues.jboss.org/browse/ISPN-7522
Project: Infinispan
Issue Type: Bug
Components: Core, Eviction, Loaders and Stores
Reporter: William Burns
Assignee: William Burns
LocalModePassivationTest and LocalModeNoPassivationTest can fail randomly saying entries aren't present. All entries should be present since there is a configured store, this is a pretty big loss of data.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 1 month
[JBoss JIRA] (ISPN-7477) Endpoints with non-default names are not parsed
by Vladimir Blagojevic (JIRA)
[ https://issues.jboss.org/browse/ISPN-7477?page=com.atlassian.jira.plugin.... ]
Vladimir Blagojevic updated ISPN-7477:
--------------------------------------
Status: Open (was: New)
> Endpoints with non-default names are not parsed
> ------------------------------------------------
>
> Key: ISPN-7477
> URL: https://issues.jboss.org/browse/ISPN-7477
> Project: Infinispan
> Issue Type: Bug
> Components: Console
> Affects Versions: 9.0.0.CR1
> Reporter: Vladimir Blagojevic
> Assignee: Vladimir Blagojevic
> Fix For: 9.0.0.CR2
>
> Attachments: domain.xml
>
>
> When we parse endpoints from DMR we assume that they have certain names. In addition, we can not parse multiple endpoints of the same type (hotrod, rest etc) and finally we assume that they belong to a certain container which might not be the case.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 1 month
[JBoss JIRA] (ISPN-7462) Administration console - server in reload-required state is not working correctly
by Vladimir Blagojevic (JIRA)
[ https://issues.jboss.org/browse/ISPN-7462?page=com.atlassian.jira.plugin.... ]
Vladimir Blagojevic updated ISPN-7462:
--------------------------------------
Status: Open (was: New)
> Administration console - server in reload-required state is not working correctly
> ----------------------------------------------------------------------------------
>
> Key: ISPN-7462
> URL: https://issues.jboss.org/browse/ISPN-7462
> Project: Infinispan
> Issue Type: Bug
> Components: JMX, reporting and management
> Affects Versions: 9.0.0.CR1
> Reporter: Roman Macor
> Assignee: Vladimir Blagojevic
>
> Click on cache-container -> configuration -> change value (e.g. Min Threads) -> Save -> Restart Later -> click on clusters tab -> cluster -> server
> Issues:
> - Server has status RELOAD-REQUIRED, I suggest we change it to RESTART-REQUIRED.
> - Cluster has status STARTED, it should also be RESTART-REQUIRED/RELOAD-REQUIRED
> - Server has enabled start button and disabled stop button -> it should be the other way around
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 1 month
[JBoss JIRA] (ISPN-7520) Increase staggered get delay
by Dan Berindei (JIRA)
[ https://issues.jboss.org/browse/ISPN-7520?page=com.atlassian.jira.plugin.... ]
Dan Berindei updated ISPN-7520:
-------------------------------
Status: Open (was: New)
> Increase staggered get delay
> ----------------------------
>
> Key: ISPN-7520
> URL: https://issues.jboss.org/browse/ISPN-7520
> Project: Infinispan
> Issue Type: Task
> Components: Core
> Affects Versions: 9.0.0.CR1
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Labels: performance
> Fix For: 9.0.0.CR2
>
>
> A stagger delay of 5 ms appears to be insufficient under heavy load, as more than 50% of the remote gets end up requesting the value from both owners.
> We have made some experiments with delays of 100ms and 5000ms, and while they're both vastly better than 5ms, the difference between seems to be very small. So we have decided to remove the system property and use {{remote-timeout / 10}} (1500ms with the default configuration) as the stagger timeout instead.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 1 month
[JBoss JIRA] (ISPN-7521) java.lang.ClassCastException: org.infinispan.distribution.ch.impl.DefaultConsistentHash cannot be cast to org.infinispan.distribution.ch.impl.ReplicatedConsistentHash
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-7521?page=com.atlassian.jira.plugin.... ]
Gustavo Fernandes updated ISPN-7521:
------------------------------------
Description:
This happened when running the full test suite, on test {{DistributedServerTaskDeploymentIT.testDeploy}}.
Stacktrace:
{noformat}
14:20:26,995 ERROR [org.infinispan.topology.LocalTopologyManagerImpl] (transport-thread--p4-t11) ISPN000230: Failed to start rebalance for cache memcachedCache: java.lang.ClassCastException: org.infinispan.distribution.ch.impl.DefaultConsistentHash cannot be cast to org.infinispan.distribution.ch.impl.ReplicatedConsistentHash
at org.infinispan.distribution.ch.impl.SyncReplicatedConsistentHashFactory.union(SyncReplicatedConsistentHashFactory.java:26)
at org.infinispan.topology.LocalTopologyManagerImpl.doHandleRebalance(LocalTopologyManagerImpl.java:486)
at org.infinispan.topology.LocalTopologyManagerImpl.lambda$handleRebalance$3(LocalTopologyManagerImpl.java:450)
at org.infinispan.executors.LimitedExecutor.runTasks(LimitedExecutor.java:144)
at org.infinispan.executors.LimitedExecutor.access$100(LimitedExecutor.java:33)
at org.infinispan.executors.LimitedExecutor$Runner.run(LimitedExecutor.java:174)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
{noformat]
was:
This happened when running the full test suite, on test
{{DistributedServerTaskDeploymentIT.testDeploy}}
{noformat}
14:20:26,995 ERROR [org.infinispan.topology.LocalTopologyManagerImpl] (transport-thread--p4-t11) ISPN000230: Failed to start rebalance for cache memcachedCache: java.lang.ClassCastException: org.infinispan.distribution.ch.impl.DefaultConsistentHash cannot be cast to org.infinispan.distribution.ch.impl.ReplicatedConsistentHash
at org.infinispan.distribution.ch.impl.SyncReplicatedConsistentHashFactory.union(SyncReplicatedConsistentHashFactory.java:26)
at org.infinispan.topology.LocalTopologyManagerImpl.doHandleRebalance(LocalTopologyManagerImpl.java:486)
at org.infinispan.topology.LocalTopologyManagerImpl.lambda$handleRebalance$3(LocalTopologyManagerImpl.java:450)
at org.infinispan.executors.LimitedExecutor.runTasks(LimitedExecutor.java:144)
at org.infinispan.executors.LimitedExecutor.access$100(LimitedExecutor.java:33)
at org.infinispan.executors.LimitedExecutor$Runner.run(LimitedExecutor.java:174)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
{noformat]
> java.lang.ClassCastException: org.infinispan.distribution.ch.impl.DefaultConsistentHash cannot be cast to org.infinispan.distribution.ch.impl.ReplicatedConsistentHash
> ----------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: ISPN-7521
> URL: https://issues.jboss.org/browse/ISPN-7521
> Project: Infinispan
> Issue Type: Bug
> Components: Core
> Affects Versions: 9.0.0.CR1
> Reporter: Gustavo Fernandes
>
> This happened when running the full test suite, on test {{DistributedServerTaskDeploymentIT.testDeploy}}.
> Stacktrace:
> {noformat}
> 14:20:26,995 ERROR [org.infinispan.topology.LocalTopologyManagerImpl] (transport-thread--p4-t11) ISPN000230: Failed to start rebalance for cache memcachedCache: java.lang.ClassCastException: org.infinispan.distribution.ch.impl.DefaultConsistentHash cannot be cast to org.infinispan.distribution.ch.impl.ReplicatedConsistentHash
> at org.infinispan.distribution.ch.impl.SyncReplicatedConsistentHashFactory.union(SyncReplicatedConsistentHashFactory.java:26)
> at org.infinispan.topology.LocalTopologyManagerImpl.doHandleRebalance(LocalTopologyManagerImpl.java:486)
> at org.infinispan.topology.LocalTopologyManagerImpl.lambda$handleRebalance$3(LocalTopologyManagerImpl.java:450)
> at org.infinispan.executors.LimitedExecutor.runTasks(LimitedExecutor.java:144)
> at org.infinispan.executors.LimitedExecutor.access$100(LimitedExecutor.java:33)
> at org.infinispan.executors.LimitedExecutor$Runner.run(LimitedExecutor.java:174)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at java.lang.Thread.run(Thread.java:745)
> {noformat]
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 1 month