Release Notes / Version 11.2210
Table Of ContentsThird-Party Update: Apache Solr
Apache Solr has been updated to version 8.11.1. This includes a fix to avoid the Log4J security vulnerability CVE-2021-44228 in Solr.
For detailed changes of Apache Solr have a look at https://solr.apache.org/news.html and https://solr.apache.org/docs/8_11_1/changes/Changes.html .
For CMCC 11, a new coremedia/solr-base Docker image was released with tag 8.11.1, which is used in the Blueprint in
apps/solr/blueprint/solr-image/pom.xml
.
(CMS-20425)
JMX metrics for state of folder index
Two attributes were added to the
Server
management bean of the
Content Server
:
FolderIndexState
and
FolderIndexStateNumeric
. These attributes report the state of the folder index, which can be enabled using the
cm dbindex
tool and which speeds up server queries that are limited to subfolders of a given folder. Possible states are:
None
(0): Index has not yet been created.Invalid
(1): Index is inconsistent.Online
(2): Index is online.Offline
(3): Index is offline.Unknown
(4): Index state is unknown at the moment.
While
FolderIndexState
reports the descriptive string,
FolderIndexStateNumeric
reports the numeric value.
(CMS-20376)