[JBoss JIRA] (ISPN-5756) Improve EmbeddedCacheManager.removeCache() method
by Pedro Ruivo (JIRA)
Pedro Ruivo created ISPN-5756:
---------------------------------
Summary: Improve EmbeddedCacheManager.removeCache() method
Key: ISPN-5756
URL: https://issues.jboss.org/browse/ISPN-5756
Project: Infinispan
Issue Type: Enhancement
Components: Core
Affects Versions: 8.0.1.Final
Reporter: Pedro Ruivo
Assignee: Pedro Ruivo
Fix For: 8.1.0.Alpha1
We have the following issues with the method
1) It is not consistent in all the nodes
2) Removing the cache remotely and locally can be done in parallel
3) When passivation is enabled, it passivates the entries and then clear the cache store.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 6 months
[JBoss JIRA] (ISPN-5755) HotRod statistics
by Tristan Tarrant (JIRA)
Tristan Tarrant created ISPN-5755:
-------------------------------------
Summary: HotRod statistics
Key: ISPN-5755
URL: https://issues.jboss.org/browse/ISPN-5755
Project: Infinispan
Issue Type: Bug
Components: Remote Protocols
Affects Versions: 8.0.1.Final
Reporter: Tristan Tarrant
Assignee: Vladimir Blagojevic
Fix For: 8.1.0.Final
The HotRod statistics currently returns only the local statistics, but that is quite meaningless for a client. It should really return the clustered stats instead.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 6 months
[JBoss JIRA] (ISPN-5753) SIFS can reincarnate deleted entries during startup
by Radim Vansa (JIRA)
Radim Vansa created ISPN-5753:
---------------------------------
Summary: SIFS can reincarnate deleted entries during startup
Key: ISPN-5753
URL: https://issues.jboss.org/browse/ISPN-5753
Project: Infinispan
Issue Type: Bug
Components: Loaders and Stores
Affects Versions: 7.2.5.Final, 8.0.1.Final
Reporter: Radim Vansa
Assignee: Radim Vansa
Since we don't keep deleted entries in index, we can't see that an entry was deleted (don't know it's last seqId) if files are read in unlucky order. Then we could add the entry into the index even though it was deleted.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 6 months
[JBoss JIRA] (ISPN-5752) PutMapCommand notifies the modification listener for created entries
by Dan Berindei (JIRA)
Dan Berindei created ISPN-5752:
----------------------------------
Summary: PutMapCommand notifies the modification listener for created entries
Key: ISPN-5752
URL: https://issues.jboss.org/browse/ISPN-5752
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 8.0.1.Final
Reporter: Dan Berindei
Fix For: 8.1.0.Alpha1
When a {{PutMapCommand}} creates an entry, it notifies both the {{@CacheEntryCreated}} and the {{@CacheEntryModified}} listeners. The same happens if the entry is modified, but it was evicted from the data container.
Ideally, {{CacheLoaderInterceptor}} should know whether there are creation/modification listeners attached, and read the previous value when necessary to invoke the proper listener.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 6 months