I'm reading the documentation to try to understand if the DefaultRetryPolicy handles DriverTimeoutExceptions but, from what I understand, it doesn't.
If the controller is under heavy temporary GC, or the network has a glitch, it would make sense to try the same query againsta another node in the cluster.
Am I wrong? How could I configure the driver to retry idempotent queries if this happens?