Behavioral Changes in Cloudera Search

Behavioral changes denote a marked change in behavior from the previously released version to this version of Cloudera Search.

Cloudera ID:
CDPD-6731
Apache component
Solr
Apache JIRA:
SOLR-12167
Summary:
Invalid Atomic Update operations now fail
Details:
Previous behavior:
Invalid Atomic Updates threw a warning message.
New behavior:
Invalid Atomic Updates fail with an Exception.
Cloudera ID
DOCS-5721
Apache component
Solr
Apache JIRA:
N/A
Summary:
Admin API address has changed
Details:
Previous behavior:
In Solr 7 both curl -k --negotiate -u: "https://`hostname -f`:8985/solr/?op=GETDELEGATIONTOKEN" and curl -k --negotiate -u: "https://`hostname -f`:8985/solr/admin?op=GETDELEGATIONTOKEN" commands worked.
New behavior:
In Solr 8 only curl -k --negotiate -u: "https://`hostname -f`:8985/solr/admin?op=GETDELEGATIONTOKEN" command (with the 'admin' string added) works.