Fixed Issues for the Cloudera Private Cloud Data Services 1.5.4

This section lists the issues that have been fixed since the last release of the Cloudera Management ConsolePrivate Cloud.

Fixed Issues in Cloudera Management Console 1.5.4

TSB 2024-746: Concurrent compactions from Spark and modify statements from Hive and Impala can corrupt Iceberg tables.
This issue has been fixed.
TSB 2024-745: Impala returns incorrect results for Iceberg V2 tables when optimized operator is being used in Cloudera Data Warehouse.
This issue has been fixed.
TSB 2024-758: Truncate command on Iceberg V2 branches cause unintentional data deletion.
This issue has been fixed.
OPSX-4446: Duplicate entries in cdp-pvc-truststore

Duplicate certificates are no longer available in the unified truststore.

OPSX-4650: Cloudera Manager OpenShift Container Platform Private Cloud install Wizard - fails if route name is too long

The kubernetes namespace field is limited to 30 characters. This does not affect existing installations.

OPSX-3666: mlx_crud_app DB connection fails with error "unable to create connection: x509: certificate relies on legacy Common Name field, use SANs instead"

If you are upgrading from Cloudera Private Cloud Data Services 1.4.1 or 1.5.0 to 1.5.1 or higher versions, and you were previously using an external database, you must regenerate the DB certificate with SAN before upgrading to Cloudera Private Cloud Data Services 1.5.1 or higher versions.

OPSX-4225: Upgrade failed as cadence pods are crashlooping post upgrade

When doing a fresh install of Cloudera Private Cloud Data Services 1.5.1, external metadata databases are no longer supported. Instead, the Cloudera Private Cloud Data Services installer will create an embedded database pod by default, which runs inside the Kubernetes cluster to host the databases required for installation.

If you are upgrading from Cloudera Private Cloud Data Services 1.4.1 or 1.5.0 to 1.5.1 or higher versions, and you were previously using an external database, you must run the following psql commands to create the required databases. You should also ensure that the two new databases are owned by the common database users known by the control plane.
CREATE DATABASE db-cadence;
CREATE DATABASE db-cadence-visibility;
DOCS-19913: OpenShift Container Platform upgrade – OpenShift Container Platform namespace name must be 29 characters or less

The kubernetes namespace field is limited to 30 characters in OpenShift Container Platform. This does not affect existing installations.

COMPX-15475: [Cloudera Manager Cloudera Embedded Container Service UPG][150-152] post upgrade prometheus-node-exporter-1.6.0 pod stuck in pending state
Applications, and their pods, that were running before an upgrade are no longer rejected. They get moved to a temporary queue during initialisation if they cannot be placed in the requested queue. This prevents a secondary issue, node rejections, from occurring which caused the pending pods.
OPSAPS-66166: FreeIPA cmadminrole needs more privileges for PvC+ after upgrade

After upgrade, the Cloudera Manager admin role may be missing the Host Administrators privilege in an upgraded cluster.

The cluster administrator should run the following command to manually add this privilege to the role.
ipa role-add-privilege <cmadminrole> --privileges="Host Administrators"
For more information, see Upgrade from 1.5.2 or 1.5.3 to 1.5.4 (ECS).