]
Gustavo Fernandes resolved ISPN-10885.
--------------------------------------
Resolution: Out of Date
REST Reindex action
-------------------
Key: ISPN-10885
URL:
https://issues.jboss.org/browse/ISPN-10885
Project: Infinispan
Issue Type: Feature Request
Components: Remote Querying, REST
Affects Versions: 10.0.1.Final
Reporter: Tristan Tarrant
Assignee: Gustavo Fernandes
Priority: Major
Fix For: 10.1.0.Final
The Cache rest resource should implement a
/rest/v2/caches/{cacheName}?action=reindex&mode=[sync|async]
The method should return a 200 OK for sync and 202 Accepted for async reindex. It should
also not initiate a new reindexing if one is running already and return 409 Conflict.