Description
OverseerCollectionProcessor.java line 1184 has a
.hasCollection(message.getStr(collection)) call which should be either
.hasCollection(message.getStr("name")) or
.hasCollection(collection) instead.
Attachments
Issue Links
- is required by
-
SOLR-7081 create/delete/create collection (new test case)
- Closed