Learn about the change in certain functionality of Cloudera Search that has resulted in
a change in behavior from the previously released version to this version of Cloudera
Runtime.
- Summary:
- Accessing Solr Admin UI in CDP clusters secured with Ranger
- Previous behavior:
- The Solr Admin UI was accessible for users with non-admin
privileges.
- New behavior
- Only users with admin privileges can access the Solr Admin UI.
- Summary:
- Invalid Atomic Update operations now fail
- Previous behavior:
- Invalid Atomic Updates threw a warning message.
- New behavior:
- Invalid Atomic Updates fail with an Exception.
- Summary:
- Admin API address has changed
- 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.