Gregory Chanan created SENTRY-825:
-------------------------------------
Summary: SecureAdminHandler no longer pulls collection name for
create correctly
Key: SENTRY-825
URL: https://issues.apache.org/jira/browse/SENTRY-825
Project: Sentry
Issue Type: Bug
Components: Solr Plugin
Affects Versions: 1.6.0
Reporter: Gregory Chanan
Assignee: Gregory Chanan
SENTRY-805 pulls the core name from NAME and tries to get the collection name
the standard way, i.e. by looking at the cloud descriptor.
But this doesn't work if the core has not been created yet.
Instead, we should build the core descriptor in the same way as the
CoreAdminHandler, see
https://github.com/apache/lucene-solr/blob/857bd14169db4683c29f4c8710ff9b96f5e9fe19/solr/core/src/java/org/apache/solr/handler/admin/CoreAdminHandler.java#L551
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)