You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From upper log, we can known the query is execution failed cause by maximum statement execution time exceeded, and most time is spent on RPC:
In the first send rpc request round, cost 304ms, and we can find stats="Cop:{num_rpc:4, total_time:302.3ms}, rpc_errors:{data_is_not_ready:1, context deadline exceeded:3} from the log, and access path is:
Related log are following:
From upper log, we can known the query is execution failed cause by
maximum statement execution time exceeded
, and most time is spent on RPC:stats="Cop:{num_rpc:4, total_time:302.3ms}, rpc_errors:{data_is_not_ready:1, context deadline exceeded:3}
from the log, and access path is:The text was updated successfully, but these errors were encountered: