[JBoss JIRA] (ISPN-11872) CertificateTest test blocking
by Will Burns (Jira)
Will Burns created ISPN-11872:
---------------------------------
Summary: CertificateTest test blocking
Key: ISPN-11872
URL: https://issues.redhat.com/browse/ISPN-11872
Project: Infinispan
Issue Type: Bug
Reporter: Will Burns
Assignee: Will Burns
The CertificateTest is now failing as being blocking. It is unclear how this was not caught by ISPN-11831, as it didn't fail there in any run.
Either way we need to add an exclusion for blockhound to let the JDK initialize the SSL context.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 10 months
[JBoss JIRA] (ISPN-11717) Deprecate ConsistentHashFactory customization
by Dan Berindei (Jira)
[ https://issues.redhat.com/browse/ISPN-11717?page=com.atlassian.jira.plugi... ]
Dan Berindei updated ISPN-11717:
--------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/infinispan/infinispan/pull/8339
> Deprecate ConsistentHashFactory customization
> ---------------------------------------------
>
> Key: ISPN-11717
> URL: https://issues.redhat.com/browse/ISPN-11717
> Project: Infinispan
> Issue Type: Task
> Components: Configuration, Core
> Affects Versions: 11.0.0.Dev04
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Priority: Major
> Fix For: 11.0.0.CR1, 11.0.0.Final
>
>
> There aren't any good reasons to use a {{ConsistentHashFactory}} implementation different than the default selected by {{StateTransferManagerImpl#pickConsistentHashFactory}}.
> The configuration attribute made sense when the default was {{DefaultConsistentHashFactory}}, but {{SyncConsistentHashFactory}} is much better nowadays, and it's pretty much impossible to come up with an implementation that works in more than one cache mode with the current API.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 10 months
[JBoss JIRA] (ISPN-11852) Allow creation of RemoteCacheConfigurations at runtime
by Ryan Emerson (Jira)
[ https://issues.redhat.com/browse/ISPN-11852?page=com.atlassian.jira.plugi... ]
Ryan Emerson resolved ISPN-11852.
---------------------------------
Resolution: Done
> Allow creation of RemoteCacheConfigurations at runtime
> ------------------------------------------------------
>
> Key: ISPN-11852
> URL: https://issues.redhat.com/browse/ISPN-11852
> Project: Infinispan
> Issue Type: Enhancement
> Components: Configuration, Hot Rod
> Affects Versions: 11.0.0.Dev05
> Reporter: Tristan Tarrant
> Assignee: Tristan Tarrant
> Priority: Major
> Fix For: 11.0.0.CR1
>
>
> ISPN-11676 added the ability to have per-cache client configurations. It should be possible to add new configurations after a RemoteCacheManager has been started.
> {code:java}
> public void remoteCache(String name, Consumer<RemoteCacheConfigurationBuilder> builderConsumer);
> {code}
> If the `name` doesn't yet exist, a builder will be created and the `Consumer` invoked to allow configuration, as follows:
> {code:java}
> remoteCache("blah", c -> c.nearCacheMode(NearCacheMode.INVALIDATED).templateName(DefaultTemplate.DIST_SYNC));
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 10 months