Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
M5
-
None
-
None
Description
Saw this after trying rickysaltzer's code remotely against a machine running in OpenStack, the master didn't send the FQDN back to the client which it couldn't resolve:
[ERROR - org.kududb.client.AsyncKuduClient.getIP(AsyncKuduClient.java:1571)] Failed to resolve the IP of `host-10-17-81-195' in 24000ns
The returned error message shows that we looped a lot and didn't sleep much:
Exception in thread "main" org.kududb.client.NonRecoverableException: Too many attempts: KuduRpc(method=Write, tablet=null, attempt=101, DeadlineTracker(timeout=10000, elapsed=1068), null)