Fixed Issues in Apache Kudu
There are no fixed issues for Kudu in Cloudera Runtime 7.2.15.
- Unpartitioned table cannot be copied
- Copying unpartitioned tables using the kudu table copy CLI tool is now supported.
- Failing rebalancer
- Fixed a bug where the rebalancer failed when trying to decommission a tablet server in a location-aware Kudu cluster. For more information, see KUDU-3346.
- Java client: malformed tabler server entry when rehydrated from a scan token
- Fixed a bug in the Java client where a malformed tablet server ID in the scan token causes connection failures and timeouts in some cases. For more information, see KUDU-3349.
- Unpartitioned table cannot be copied
- Fixed a bug which could lead to exhaustion of the address space for the outgoing connections on a busy Kudu cluster. For more information, see KUDU-3352.