Learn about the known issues in Knox, the impact or changes to the functionality, and
the workaround in Cloudera Runtime 7.1.9 SP1 CHF 12.
Known issues identified in Cloudera Runtime 7.1.9 SP1 CHF 12
There are no new known issues identified in this release.
Known issues identified before Cloudera Runtime 7.1.9 SP1 CHF 12
- CDPD-76435: Default HTTP client timeout for Streams Messaging Manager
requests may cause connection timeouts
- Some Streams Messaging Manager requests, particularly those
retrieving topic data, may take up to 30 seconds to complete, even when there are no
connectivity issues. Since the default gateway timeout is set to 20 seconds, this can result
in connection timeouts despite the system functioning as expected.
-
Increase the HTTP client and socket timeouts for Streams Messaging Manager services to 60
seconds. This prevents connection timeouts when the requests take longer than the default
gateway timeout.
Follow these steps to configure the required properties for the SMM API and SMM UI
services:
- In Cloudera Manager, select the Knox service.
- Go to Configuration.
- Find the Knox Simplified Topology Management - cdp-proxy property,
and click
to add the following
lines:
SMM-UI:replayBufferSize=512
SMM-UI:httpclient.connectionTimeout=1m
SMM-UI:client.socketTimeout=1m
SMM-API:replayBufferSize=512
SMM-API:httpclient.connectionTimeout=1m
SMM-API:client.socketTimeout=1m
- Find the Knox Simplified Topology Management - cdp-proxy-api
property, and click
to add the
following lines:
SMM-API:replayBufferSize=512
SMM-API:httpclient.connectionTimeout=1m
SMM-API:client.socketTimeout=1m
- Find the Knox Simplified Topology Management - cdp-proxy-token
property, and click
to add the
following lines:
SMM-API:replayBufferSize=512
SMM-API:httpclient.connectionTimeout=1m
SMM-API:client.socketTimeout=1m
- Save your changes.
- Refresh the cluster.