[infinispan-issues] [JBoss JIRA] (ISPN-11435) The server sometimes doesn't start all the caches
Dan Berindei (Jira)
issues at jboss.org
Mon Mar 9 10:36:13 EDT 2020
[ https://issues.redhat.com/browse/ISPN-11435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13992633#comment-13992633 ]
Dan Berindei commented on ISPN-11435:
-------------------------------------
{{HotRodServer.startTransport}} is not called in single port configurations, and because of that the server doesn't pre-start all the caches defined in the XML configuration.
Defined caches will be started if a client accesses this server when it first connects, but later requests will go to the servers that already have the cache running.
> The server sometimes doesn't start all the caches
> -------------------------------------------------
>
> Key: ISPN-11435
> URL: https://issues.redhat.com/browse/ISPN-11435
> Project: Infinispan
> Issue Type: Bug
> Components: Server
> Affects Versions: 10.1.3.Final, 11.0.0.Alpha2
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Priority: Major
> Fix For: 10.1.4.Final, 11.0.0.Dev03
>
>
> Our regression tests are reporting throughput variations between builds with no significant differences, and we tracked it down to some servers not starting all the caches.
> {{HotRodServer}} is currently responsible for starting all the defined caches in the {{preStartCaches()}} method. We might want to move this functionality to the generic server or to {{DefaultCacheManager}} itself.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
More information about the infinispan-issues
mailing list