Description
Currently the collection creation API returns once all cores are created. In large cluster the cores may not be alive for some period of time after cores are created. For any thing requested during that period, Solr appears unstable and can return failure. Therefore it's better the collection creation API waits for all cores to become alive and returns after that.
Attachments
Attachments
Issue Links
- duplicates
-
SOLR-7745 Collections API create command should block until collections is ready to process search and index requests
- Resolved