[JBoss JIRA] (ISPN-12162) Fix marshaller inconsistent configuration
by Katia Aresti (Jira)
[ https://issues.redhat.com/browse/ISPN-12162?page=com.atlassian.jira.plugi... ]
Katia Aresti updated ISPN-12162:
--------------------------------
Status: Open (was: New)
> Fix marshaller inconsistent configuration
> -----------------------------------------
>
> Key: ISPN-12162
> URL: https://issues.redhat.com/browse/ISPN-12162
> Project: Infinispan
> Issue Type: Bug
> Components: Configuration
> Affects Versions: 11.0.1.Final
> Reporter: Katia Aresti
> Assignee: Katia Aresti
> Priority: Major
>
> When we use the marshaller method
> public ConfigurationBuilder marshaller(Class<? extends Marshaller> marshaller)
> or
> public ConfigurationBuilder marshaller(String marshaller)
>
> if a mashaller was already configured, we can't override the configuration, as it may happen that the marshaller and marshaller class don't match.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 5 months
[JBoss JIRA] (ISPN-12162) Fix marshaller inconsistent configuration
by Katia Aresti (Jira)
Katia Aresti created ISPN-12162:
-----------------------------------
Summary: Fix marshaller inconsistent configuration
Key: ISPN-12162
URL: https://issues.redhat.com/browse/ISPN-12162
Project: Infinispan
Issue Type: Bug
Components: Configuration
Affects Versions: 11.0.1.Final
Reporter: Katia Aresti
Assignee: Katia Aresti
When we use the marshaller method
public ConfigurationBuilder marshaller(Class<? extends Marshaller> marshaller)
or
public ConfigurationBuilder marshaller(String marshaller)
if a mashaller was already configured, we can't override the configuration, as it may happen that the marshaller and marshaller class don't match.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 5 months
[JBoss JIRA] (ISPN-12161) Clean recent activiy table
by Katia Aresti (Jira)
Katia Aresti created ISPN-12161:
-----------------------------------
Summary: Clean recent activiy table
Key: ISPN-12161
URL: https://issues.redhat.com/browse/ISPN-12161
Project: Infinispan
Issue Type: Bug
Components: Console
Affects Versions: 11.0.1.Final
Reporter: Katia Aresti
Assignee: Katia Aresti
The recent activity table is not correctly removed
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 5 months
[JBoss JIRA] (ISPN-12139) Cache.size() always returns 0 for invalidation caches
by Dan Berindei (Jira)
[ https://issues.redhat.com/browse/ISPN-12139?page=com.atlassian.jira.plugi... ]
Dan Berindei commented on ISPN-12139:
-------------------------------------
The cause is that the {{KeyPartitionerFactory}} in WildFly creates a {{KeyPartitioner}} instance with 256 segments, while {{LocalClusterPublisherManagerImpl}} only expects 1 segment in invalidation non-tx caches.
> Cache.size() always returns 0 for invalidation caches
> -----------------------------------------------------
>
> Key: ISPN-12139
> URL: https://issues.redhat.com/browse/ISPN-12139
> Project: Infinispan
> Issue Type: Bug
> Components: Core
> Affects Versions: 11.0.1.Final
> Reporter: Paul Ferraro
> Priority: Blocker
> Attachments: TEST-Test.xml, Test.java
>
>
> It seems that Cache.size() always returns 0 for an invalidation cache.
> See attached reproducer.
> Filing as a blocker as this is a regression since 10.1.x.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 5 months