Known Issues
Current known issues and limitations in Cloudera Observability on premises.
- OBS-9343: Email delivery for Workload alerts may fail with certain SMTP server versions. The following exception is seen in the Alert Publisher logs: Failed delivery for (MessageId: 0507478A02A7150-0000000000000A3E on ExchangeId: 0507478A02A7150-0000000000000A3E). Exhausted after delivery attempt: 1 caught: com.sun.mail.smtp.SMTPSendFailedException: 530-5.7.0 Must issue a STARTTLS command first.
- Perform the following steps:
- Log in to Cloudera Manager
- Click
- Search for Java Configuration Options for Alert Publisher
- Add -Dmail.smtp.starttls.enable=true
- Click Save Changes
- Restart Cloudera Management Service
- Impala does not support super user configuration for the observability user for Apache Ranger-enabled cluster
- The observability user requires full privileges on the Observability cluster. Required services such as Kafka, HDFS, HBase, and Hive support super user setup by specifying the ranger.plugin.[service].super.users property to observability. However, this super user setup is not supported for Impala.
- Exporting of Impala queries fail for Telemetry Publisher with Cloudera Manager 7.11.3
- Telemetry Publisher for Impala queries does not work with Cloudera Manager 7.11.3
- Auto Action trigger for Impala Engine
- Impala Auto Action triggers do not work for the Kerberos-enabled Private Cloud base cluster running on Cloudera Manager 7.9.5 and 7.11.3.
- Telemetry publisher test altus connection fails for Cloudera Manager 7.11.3 hotfix (CHF6, 7, and 8) versions
- Test connection fails with the following error:
Exception in thread "main" java.lang.NoSuchMethodError: 'com.google.common.collect.ImmutableSet com.google.common.collect.ImmutableSet.copyOf(java.util.Collection)' at com.cloudera.cdp.http.HttpCodesRetryChecker.<init>(HttpCodesRetryChecker.java:57) at com.cloudera.cdp.client.CdpClientConfigurationBuilder.<init>(CdpClientConfigurationBuilder.java:53) at com.cloudera.cdp.client.CdpClientConfigurationBuilder.defaultBuilder(CdpClientConfigurationBuilder.java:400) at com.cloudera.cdx.client.TestDatabusConnection.main(TestDatabusConnection.java:55)
This issue only affects the test connection method.