Applying custom Kudu configuration
If you applied any custom Kudu configurations in your CDH clusters, then you manually have to apply those configurations in your target Cloudera cluster.
If you have changed the value of tablet_history_max_age_sec and you
plan to run incremental backups of Kudu on the target cluster, we recommend resetting
tablet_history_max_age_sec to the default value of 1 week (see https://issues.apache.org/jira/browse/KUDU-2677).
Examples of commonly modified configuration flags:
rpc_max_message_sizetablet_transaction_memoryrpc_service_queue_lengthraft_heartbeat_intervalheartbeat_interval_msmemory_limit_hard_bytesblock_cache_capacity_mb
Once you manually applied custom configurations, restart the Kudu cluster.
For more information about Kudu configuration, see Configuring Apache Kudu.
