Dan Berindei created ISPN-12239:
-----------------------------------
Summary: Distributed server task always fails
Key: ISPN-12239
URL:
https://issues.redhat.com/browse/ISPN-12239
Project: Infinispan
Issue Type: Bug
Components: Server, Tasks
Affects Versions: 11.0.3.Final
Reporter: Dan Berindei
Fix For: 12.0.0.Final
When running a distributed task, the server sends back to the client a list of results
from each nodes (actually a {{Collections$SynchronizedRandomAccessList}} since
ISPN-11226), which is not marshallable with the default configuration
({{ProtostreamMarshaller}}). {{JavaSerializationMarshaller}}, {{GenericJBossMarshaller}}
probably won't work without a whitelist configuration, either.
The server test suite doesn't cover distributed tasks, so we also need a new test,
ideally testing all client marshallers.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)