[JBoss JIRA] (ISPN-8905) Segment-aware non-shared cache stores
by Ryan Emerson (JIRA)
[ https://issues.jboss.org/browse/ISPN-8905?page=com.atlassian.jira.plugin.... ]
Ryan Emerson resolved ISPN-8905.
--------------------------------
Fix Version/s: 9.4.0.Alpha1
Resolution: Done
> Segment-aware non-shared cache stores
> -------------------------------------
>
> Key: ISPN-8905
> URL: https://issues.jboss.org/browse/ISPN-8905
> Project: Infinispan
> Issue Type: Enhancement
> Components: Loaders and Stores
> Reporter: William Burns
> Assignee: William Burns
> Fix For: 9.4.0.Alpha1, 9.4.0.Final
>
>
> Non shared stores should allow for segment based store separation. This might involve creating a store per segment. But this allows for superior iteration performance over a subset of segments.
> Distributed stores benefit the most from this due to the fact that iteration is done at the segment level to help ensure that duplicate entries are not retrieved. It also would be beneficial for state transfer and other operations that operate only upon a given set of segments.
> This could be advantageous even for REPL and LOCAL caches as there is then a very clear separation of stores to process in parallel for given operations. This would have to be verified with tests to see if this is worth it though.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 8 months
[JBoss JIRA] (ISPN-9379) Add separate counters for errors
by Dan Berindei (JIRA)
Dan Berindei created ISPN-9379:
----------------------------------
Summary: Add separate counters for errors
Key: ISPN-9379
URL: https://issues.jboss.org/browse/ISPN-9379
Project: Infinispan
Issue Type: Enhancement
Components: Core
Affects Versions: 9.3.0.Final
Reporter: Dan Berindei
{{CacheMgmtInterceptor}} should have a counter for errors, because exceptions shouldn't be counted either as a hit or as a miss.
We might want to add multiple error counters, e.g. to handle {{AvailabilityException}} separately from all other exceptions, or we may even want to add dynamic counters for each exception type.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 8 months
[JBoss JIRA] (ISPN-9333) RemoteCacheAdminPermanentTest.permanentCacheTest fail on windows
by Dan Berindei (JIRA)
[ https://issues.jboss.org/browse/ISPN-9333?page=com.atlassian.jira.plugin.... ]
Dan Berindei updated ISPN-9333:
-------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 9.4.0.Alpha1
Resolution: Done
> RemoteCacheAdminPermanentTest.permanentCacheTest fail on windows
> ----------------------------------------------------------------
>
> Key: ISPN-9333
> URL: https://issues.jboss.org/browse/ISPN-9333
> Project: Infinispan
> Issue Type: Bug
> Components: Server
> Affects Versions: 9.3.0.Final
> Reporter: Vittorio Rigamonti
> Assignee: Vittorio Rigamonti
> Priority: Minor
> Fix For: 9.4.0.Alpha1
>
> Attachments: server-fail.zip
>
>
> On windows the test in subject fails with:
> SPN000508: Cannot rename file C:\Users\RIGAZI~1\AppData\Local\Temp\infinispanTempFiles\RemoteCacheAdminPermanentTest\A\caches1178693847176535384.tmp to C:\Users\RIGAZI~1\AppData\Local\Temp\infinispanTempFiles\RemoteCacheAdminPermanentTest\A\caches.xml
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 8 months
[JBoss JIRA] (ISPN-9377) Enhance JdbcStringBasedStore to support segmentation
by William Burns (JIRA)
William Burns created ISPN-9377:
-----------------------------------
Summary: Enhance JdbcStringBasedStore to support segmentation
Key: ISPN-9377
URL: https://issues.jboss.org/browse/ISPN-9377
Project: Infinispan
Issue Type: Enhancement
Reporter: William Burns
Fix For: 9.4.0.Final
Now with the introduction of segmented store interface, we can convert the RemoteStore to support segmentation.
We should be able to do this by adding a new int column named segment.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 8 months