[
https://issues.jboss.org/browse/ISPN-8847?page=com.atlassian.jira.plugin....
]
Galder Zamarreño commented on ISPN-8847:
----------------------------------------
{code}
operationsFactory.newExecuteOperation("@@cache@create", params).execute();
{code}
vs
{code}
await(operationsFactory.newExecuteOperation("@@cache@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)