Closed zuston closed 1 week ago
Attention: Patch coverage is 66.66667%
with 13 lines
in your changes missing coverage. Please review.
Project coverage is 52.43%. Comparing base (
10c02cd
) to head (130b3bb
). Report is 8 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
2 956 files +15 2 956 suites +15 6h 10m 50s ⏱️ - 6m 29s 1 092 tests + 1 1 090 ✅ + 1 2 💤 ±0 0 ❌ ±0 13 685 runs +15 13 655 ✅ +15 30 💤 ±0 0 ❌ ±0
Results for commit 92ae0798. ± Comparison against base commit 4db95c3c.
:recycle: This comment has been updated with latest results.
What changes were proposed in this pull request?
Introduce storage flush operation timeout cancel to avoid disk hang
Why are the changes needed?
For #2241
Does this PR introduce any user-facing change?
Yes.
rss.server.storage.flushOptionTimeoutSec
is introduced, the default value = -1 means this timeout cancel will not be activated by defaultHow was this patch tested?
unit tests and existing tests.