Fixed issues in Cloudera Streaming Analytics 1.17.1
Review the Flink and Cloudera SQL Stream Builder issues resolved in Cloudera Streaming Analytics 1.17.1.
- CSA-6213 - Dashboard widget wizard job list overflow
-
Previously, the job list on the Dashboard New Widget form did not scroll when many jobs were available, so only the first jobs were visible. This issue is now fixed.
- CSA-6220 - Cloudera SQL Stream Builder startup failure in Kerberos-only mode
-
Previously, Cloudera SQL Stream Builder failed to start in Kerberos-only deployments when TLS was disabled and the default truststore was unset or misconfigured. Cloudera SQL Stream Builder now starts successfully in this configuration without requiring a custom truststore workaround.
- CSA-6227 - Kafka Table Viewer does not load all properties
-
Previously, opening a Kafka table in Cloudera SQL Stream Builder could omit event time, deserialization, Avro schema, or Kafka topic details in the viewer, and
DESCRIBE TABLEcould fail immediately after creating a table when the session was updating. The viewer and session handling are now aligned with the backend table metadata format. This issue is now fixed. - CSA-6267 - StreamTableEnvironment race condition in Cloudera SQL Stream Builder session
-
Previously, concurrent requests against the same Cloudera SQL Stream Builder session could read a
StreamTableEnvironmentwhile it was being updated, causing queries such asDESCRIBEto fail. Session access is now synchronized during environment updates. This issue is now fixed. - CSA-6254 - Security vulnerability remediation
-
Vulnerable third-party libraries were upgraded in this patch release, including:
- Apache Log4j upgraded to 2.24.3 (CSA-6265, Apache Flink FLINK-37810)
- Embedded Apache Tomcat upgraded to address CVE-2026-29145 and related findings (CSA-6261, CSA-6266)
