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
In the slow log file, the Backoff_total item is less than the Cop_backoff_regionMiss_total_time item, which is unexpected:
Cop_backoff_regionMiss_total_times: 907407 Cop_backoff_regionMiss_total_time: 2290.796 Cop_backoff_regionMiss_max_time: 8.01 Cop_backoff_regionMiss_max_addr: 214.170.4.81:20161 Cop_backoff_regionMiss_avg_time: 0.002532962 Cop_backoff_regionMiss_p90_time: 0.002
Backoff_total: 1892.664
In the slow log file, the Backoff_total item is less than the Cop_backoff_regionMiss_total_time item, which is unexpected:
Cop_backoff_regionMiss_total_times: 907407 Cop_backoff_regionMiss_total_time: 2290.796 Cop_backoff_regionMiss_max_time: 8.01 Cop_backoff_regionMiss_max_addr: 214.170.4.81:20161 Cop_backoff_regionMiss_avg_time: 0.002532962 Cop_backoff_regionMiss_p90_time: 0.002
Backoff_total: 1892.664
From the client-go code, it seems the bo's context lacks "util.ExecDetailsKey" in some situation:
https://github.com/tikv/client-go/blob/2eba2f614b38e2905cc46ea8f0fc6d40ed6a0ccf/config/retry/backoff.go#L207-L218
The text was updated successfully, but these errors were encountered: