[JBoss JIRA] (ISPN-10637) Exception based memory based eviction doesn't work with segmented OffHeap
by Will Burns (Jira)
Will Burns created ISPN-10637:
---------------------------------
Summary: Exception based memory based eviction doesn't work with segmented OffHeap
Key: ISPN-10637
URL: https://issues.jboss.org/browse/ISPN-10637
Project: Infinispan
Issue Type: Bug
Components: Eviction, Off Heap
Affects Versions: 9.4.0.Final
Reporter: Will Burns
When segmented off heap was added the exception based memory eviction wasn't updated to properly gauge how large the underlying maps are in size. It currently just adds a size for one map, and it should change based on how many maps there are. ISPN-10574 is also introducing resizing maps, which will also need to be accounted for. Both of these issues should be resolvable using the same mechanism, which would require being able to talk to the underlying maps in some fashion.
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
5 years, 4 months
[JBoss JIRA] (ISPN-10552) Ignored caches should be per server
by Gustavo Fernandes (Jira)
[ https://issues.jboss.org/browse/ISPN-10552?page=com.atlassian.jira.plugin... ]
Gustavo Fernandes updated ISPN-10552:
-------------------------------------
Description: The new server has ignored caches as a configuration for each endopoint, it should not be a configuration but a runtime persisted state that affects all the cluster (was: The new server has ignored caches as a configuration for each endopoint, it should not be a configuration but a runtime persisted state that affect all the cluster)
> Ignored caches should be per server
> -----------------------------------
>
> Key: ISPN-10552
> URL: https://issues.jboss.org/browse/ISPN-10552
> Project: Infinispan
> Issue Type: Bug
> Components: Server
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
> Priority: Major
> Labels: console-ng
>
> The new server has ignored caches as a configuration for each endopoint, it should not be a configuration but a runtime persisted state that affects all the cluster
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
5 years, 4 months
[JBoss JIRA] (ISPN-10552) Ignored caches should be per server
by Gustavo Fernandes (Jira)
[ https://issues.jboss.org/browse/ISPN-10552?page=com.atlassian.jira.plugin... ]
Gustavo Fernandes updated ISPN-10552:
-------------------------------------
Description: The new server has ignored caches as a configuration for each endopoint, it should not be a configuration but a runtime persisted state that affect all the cluster (was: The new server has ignored caches as a configuration for each endopoint, when in the wildfly server it was a global configuration that affected all endpoints)
> Ignored caches should be per server
> -----------------------------------
>
> Key: ISPN-10552
> URL: https://issues.jboss.org/browse/ISPN-10552
> Project: Infinispan
> Issue Type: Bug
> Components: Server
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
> Priority: Major
> Labels: console-ng
>
> The new server has ignored caches as a configuration for each endopoint, it should not be a configuration but a runtime persisted state that affect all the cluster
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
5 years, 4 months
[JBoss JIRA] (ISPN-10632) Unable to resolve org.infinispan.server:infinispan-server-commons
by Ryan Emerson (Jira)
[ https://issues.jboss.org/browse/ISPN-10632?page=com.atlassian.jira.plugin... ]
Ryan Emerson resolved ISPN-10632.
---------------------------------
Resolution: Done
> Unable to resolve org.infinispan.server:infinispan-server-commons
> -----------------------------------------------------------------
>
> Key: ISPN-10632
> URL: https://issues.jboss.org/browse/ISPN-10632
> Project: Infinispan
> Issue Type: Bug
> Reporter: Pedro Ruivo
> Assignee: Pedro Ruivo
> Priority: Major
> Fix For: 10.0.0.CR3
>
>
> Because of ISPN-10594, the maven group id changed. I got this error when tried to compile master:
> {code:none}
> [ERROR] Failed to execute goal on project infinispan-server-jgroups: Could not resolve dependencies for project org.infinispan.wildfly:infinispan-server-jgroups:jar:10.0.0-SNAPSHOT: Could not find artifact org.infinispan.server:infinispan-server-commons:jar:tests:10.0.0-SNAPSHOT
> {code}
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
5 years, 4 months
[JBoss JIRA] (ISPN-10636) cache statistics are enabled even if the attribute is not set
by Wolf-Dieter Fink (Jira)
Wolf-Dieter Fink created ISPN-10636:
---------------------------------------
Summary: cache statistics are enabled even if the attribute is not set
Key: ISPN-10636
URL: https://issues.jboss.org/browse/ISPN-10636
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 10.0.0.CR2
Environment: legacy Wildfly server
Reporter: Wolf-Dieter Fink
The cache statistics are utilizized even if they are not configured
<cache-container name="clustered" default-cache="default" statistics="true">
....
<distributed-cache name="ExpirationCache">
<memory><object size="2"/></memory>
</distributed-cache>
the CLI command returns unexpected the statistics
[standalone@localhost:9990 /] /subsystem=datagrid-infinispan/cache-container=clustered/distributed-cache=ExpirationCache:read-attribute(name=evictions)
{
"outcome" => "success",
"result" => 5L
}
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
5 years, 4 months