Actions
Feature #7058
closedAction reindexall should be asynchronized
Start date:
07/19/2016
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
Description
Currently when Metacat accepts the "reindexall" action request, it will sent the response back after all identifiers are put into the hazelcast server. If the server has a large set of objects, this will be cause a long waiting time. So the response will be asynchronized.
Updated by Jing Tao almost 8 years ago
- Status changed from New to Resolved
- Target version changed from 2.x.y to 2.8.1
The submit is now in another thread and the return will be immediate.
Actions