[JBoss JIRA] (ISPN-10300) StateConsumerImpl needs to wait for segment addition to complete for stores
by Dan Berindei (Jira)
[ https://issues.jboss.org/browse/ISPN-10300?page=com.atlassian.jira.plugin... ]
Dan Berindei updated ISPN-10300:
--------------------------------
Status: Open (was: New)
> StateConsumerImpl needs to wait for segment addition to complete for stores
> ---------------------------------------------------------------------------
>
> Key: ISPN-10300
> URL: https://issues.jboss.org/browse/ISPN-10300
> Project: Infinispan
> Issue Type: Bug
> Components: Loaders and Stores, State Transfer
> Reporter: Will Burns
> Assignee: Will Burns
> Priority: Major
> Fix For: 10.0.0.Beta4
>
>
> With ISPN-9722, the store operation addSegments became non blocking. Unfortunately due to the fact that it now returns a value was missed in the original PR. Thus adding segments may not be complete but state transfer thought it was. This can cause segmented stores to not have segments configured properly.
> This also causes test failures where it leaks a thread after shutting down.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 7 months
[JBoss JIRA] (ISPN-10300) StateConsumerImpl needs to wait for segment addition to complete for stores
by Will Burns (Jira)
Will Burns created ISPN-10300:
---------------------------------
Summary: StateConsumerImpl needs to wait for segment addition to complete for stores
Key: ISPN-10300
URL: https://issues.jboss.org/browse/ISPN-10300
Project: Infinispan
Issue Type: Bug
Components: Loaders and Stores, State Transfer
Reporter: Will Burns
Assignee: Will Burns
Fix For: 10.0.0.Beta4
With ISPN-9722, the store operation addSegments became non blocking. Unfortunately due to the fact that it now returns a value was missed in the original PR. Thus adding segments may not be complete but state transfer thought it was. This can cause segmented stores to not have segments configured properly.
This also causes test failures where it leaks a thread after shutting down.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 7 months
[JBoss JIRA] (ISPN-10299) Allow users to customize NearCache behavior per RemoteCache
by Ryan Emerson (Jira)
Ryan Emerson created ISPN-10299:
-----------------------------------
Summary: Allow users to customize NearCache behavior per RemoteCache
Key: ISPN-10299
URL: https://issues.jboss.org/browse/ISPN-10299
Project: Infinispan
Issue Type: Enhancement
Components: Hot Rod
Affects Versions: 10.0.0.Beta3, 9.4.14.Final
Reporter: Paul Ferraro
Assignee: Paul Ferraro
Fix For: 10.0.0.Beta4
I have the need to customize L1 configuration beyond the simple max-size capability. To do this, I can extend RemoteCacheManager and override the protected createNearCacheService(...) method. However, this method returns a NearCacheService implementation, instead of a NearCache. No matter, I can still extend NearCacheService and override the protected createNearCache(NearCacheConfiguration config) method. However, this method returns a NearCache interface which is package protected. Consequently, customizing near caching logic is impossible.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 7 months
[JBoss JIRA] (ISPN-10298) Deprecate GridFileSystem and org.infinispan.io stream implementations
by Ryan Emerson (Jira)
Ryan Emerson created ISPN-10298:
-----------------------------------
Summary: Deprecate GridFileSystem and org.infinispan.io stream implementations
Key: ISPN-10298
URL: https://issues.jboss.org/browse/ISPN-10298
Project: Infinispan
Issue Type: Enhancement
Components: Core
Affects Versions: 10.0.0.Beta3
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Fix For: 10.0.0.Beta4
The core package org.infinispan.io contains the GridFileSystem and various Input/OutputStream implementations which are not used internally, we should deprecate these so that they can be removed in future versions.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 7 months