]
Galder Zamarreño updated ISPN-10201:
------------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Memcached server cannot start without a default cache configuration
-------------------------------------------------------------------
Key: ISPN-10201
URL:
https://issues.jboss.org/browse/ISPN-10201
Project: Infinispan
Issue Type: Bug
Components: Memcached, Server
Affects Versions: 10.0.0.Beta3
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Priority: Major
Fix For: 10.0.0.Beta4
If the memcached endpoint doesn't supply a cache, it will attempt to create one based
on the default configuration, which could be missing. We should not break and use a
default (LOCAL or REPLY_SYNC) cache configuration instead.