Description
E.g. attempting introspect on /v2/c/.system/blob will fail if the .system collection has not yet been CREATE'd - after bin/solr start -e cloud -noprompt:
$ curl "http://localhost:8983/v2/c/.system/blob/_introspect?indent=on" <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/> <title>Error 404 Not Found</title> </head> <body><h2>HTTP ERROR 404</h2> <p>Problem accessing /solr/____v2/c/.system/blob/_introspect. Reason: <pre> Not Found</pre></p> </body> </html>
Attachments
Attachments
Issue Links
- breaks
-
SOLR-10768 Solrj wraps RemoteSolrException in SolrServerException for V2Request but not for v1 API requests
- Resolved
-
SOLR-10923 AutoScalingHandlerTest.testPolicyAndPreferences() failure: Adding a policy with 'cores' attribute should not have succeeded
- Resolved