----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34188/ -----------------------------------------------------------
Review request for drill, Jacques Nadeau and Steven Phillips. Repository: drill-git Description ------- Main issue is if we fail in connecting or timeout, we go into an infinite loop. 1. Fix infinite loop issue in ReconnectingClient.waitAndRun 2. Make timeout to 120second 3. Change the ReconnectingConnection and BasicClient to wait for at most 120secs Diffs ----- exec/java-exec/src/main/java/org/apache/drill/exec/rpc/BasicClient.java 34758ef exec/java-exec/src/main/java/org/apache/drill/exec/rpc/ReconnectingConnection.java 12e0063 Diff: https://reviews.apache.org/r/34188/diff/ Testing ------- Thanks, Venki Korukanti
