Stopwatch::elapsedFromLastTime may return negative value #8336
Labels
affects-6.1
This bug affects the 6.1.x(LTS) versions.
affects-6.2
affects-6.3
affects-6.4
affects-6.5
This bug affects the 6.5.x(LTS) versions.
affects-6.6
affects-7.0
affects-7.1
This bug affects the 7.1.x(LTS) versions.
affects-7.2
affects-7.3
affects-7.4
affects-7.5
This bug affects the 7.5.x(LTS) versions.
component/compute
severity/major
type/bug
The issue is confirmed as a bug.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
test pr: https://github.com/pingcap/tiflash/pull/8335/files
You can see the the argument of
inc_value
of functionResourceControlQueue::updateStatistics(inc_value)
is -1(uint64_max), which is unexpected. Becauseinc_value
means the cpu time of a pipeline tasks used.2. What did you expect to see? (Required)
3. What did you see instead (Required)
4. What is your TiFlash version? (Required)
The text was updated successfully, but these errors were encountered: