[infinispan-issues] [JBoss JIRA] (ISPN-8847) createCache taking BasicConfiguration does not wait for operation to complete
Galder Zamarreño (JIRA)
issues at jboss.org
Tue Feb 20 06:32:00 EST 2018
[ https://issues.jboss.org/browse/ISPN-8847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13535640#comment-13535640 ]
Galder Zamarreño commented on ISPN-8847:
----------------------------------------
{code}
operationsFactory.newExecuteOperation("@@cache at create", params).execute();
{code}
vs
{code}
await(operationsFactory.newExecuteOperation("@@cache at create", params).execute());
{code}
> createCache taking BasicConfiguration does not wait for operation to complete
> -----------------------------------------------------------------------------
>
> Key: ISPN-8847
> URL: https://issues.jboss.org/browse/ISPN-8847
> Project: Infinispan
> Issue Type: Bug
> Components: Remote Protocols
> Affects Versions: 9.2.0.CR2
> Reporter: Galder Zamarreño
> Assignee: Galder Zamarreño
> Fix For: 9.2.0.Final
>
>
> It's not logged and it does not fail the create cache operation. TRACE logs can be found [here|https://gist.github.com/galderz/cf06689e03b61b46413e443041d1485b]
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the infinispan-issues
mailing list