Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqiang-hhhh committed Nov 29, 2023
1 parent ce2360e commit 5ace5f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,7 @@ private void waitRpc(List<Triple<BackendExecStates, BackendServiceProxy, Future<
String msg = String.format(
"timeout before waiting {} rpc, query timeout: {}, already elapsed:{}, left for this:{}",
operation, queryOptions.getExecutionTimeout(), elapsed, leftTimeMs);

LOG.warn("Query {} {}", DebugUtil.printId(queryId), msg);
throw new UserException(msg);
}
Expand Down

0 comments on commit 5ace5f5

Please sign in to comment.