Review the list of Streams Messaging Manager issues that are resolved in Cloudera Runtime 7.3.1, its service packs and cumulative hotfixes.
Cloudera Runtime 7.3.1.700 SP3 CHF 2
There are no fixed issues in this release.
Cloudera Runtime 7.3.1.600 SP3 CHF 1
- CDPD-74620: Data Explorer returns 500 Server Error when
switching partitions
- 7.3.1.600
- In the Streams Messaging Manager
Data Explorer, switching between partitions now waits for the new
partition's offset information before fetching data. This eliminates the 500
Server Error that occurred when the previous partition's offset was
incorrectly used.
Cloudera Runtime 7.3.1.500 SP3
There are no fixed issues in this release.
Cloudera Runtime 7.3.1.400 SP2
There are no fixed issues in this release.
Cloudera Runtime 7.3.1.300 SP1 CHF 1
There are no fixed issues in this release.
Cloudera Runtime 7.3.1.200 SP1
- CDPD-78694: Streams Messaging Manager UI cannot show
replication details
- 7.3.1.200
- The Kafka cluster replication details
view is now available on the Cluster Replications page.
- CDPD-79108: The KerberosBasicAuthenticationHandler used by
Schema Registry and Streams Messaging Manager can not handle colon in
password
- 7.3.1.200
- The
KerberosBasicAuthenticationHandler is now
capable of handling colons in passwords.
Cloudera Runtime 7.3.1.100 CHF 1
- CDPD-73733: Schema version selection does not work in Data
Explorer
- 7.3.1.100
- You can now switch between different Avro schema versions using
the drop-down list in Data Explorer.
Cloudera Runtime 7.3.1
- OPSAPS-71258: Kafka, SRM, and SMM cannot process messages
compressed with Zstd or Snappy
- 7.3.1
-
Kafka, Streams Replication Manager, and Streams Messaging Manager can now process
messages compressed with Zstd and Snappy if /tmp is mounted with the
noexec option.
This fix changes the default Zstd and Snappy temporary directory from
/tmp to the following service specific directories.
- Kafka - /var/lib/kafka
- Streams Messaging Manager -
/var/lib/streams_messaging_manager
- Streams Replication Manager -
/var/lib/streams_messaging_manager
Ensure that each service user has write and execute permission on the directory
specific to their service. Otherwise, the service will fail to process compressed
messages.
- The Kafka service user (default:
kafka) must have write and execute
permission on /var/lib/kafka.
- The Streams Messaging Manager service user (default:
streamsmsgmgr) must have write and execute permission on
/var/lib/streams_messaging_manager.
- The Streams Replication Manager service user (default:
streamsrepmgr) must have write and execute permission on
/var/lib/streams_replication_manager.
- CDPD-72543: Security headers are not set for static files in Streams Messaging Manager
- 7.3.1
- Streams Messaging Manager now applies the following
security-related headers to static files:
- Content-Security-Policy
- X-XSS-PROTECTION
- X-Content-Type-Options
- X-Frame-Options
- Strict-Transport-Security
- CDPD-73643: Unused CM_USER parameter is visible in /cm-configs
internal endpoint
- 7.3.1
- The unused CM_USER field has been removed from the /cm-configs
internal endpoint
- CDPD-70313: KNOX does not send Authentication header on FIPS
configuration
- 7.3.1
- KNOX now sends the Authentication header on FIPS clusters.
- CDPD-53437: Alert notification messages do not contain an alert
cause
- 7.3.1
- In some cases, the resources and the attributes of the resource
that triggered the alert were not included in the alert message. Typically, this
happened when the alert policy defined a
WITH ANY clause. From now on,
resources that trigger the alert are always included in the alert message.
- CDPD-61516: Anchor links are broken on Knox enabled
clusters
- 7.3.1
- Links that appear on the Overview page when hovering over
producers, consumers, or partitions are no longer broken on Knox-enabled clusters.