-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
roachtest: hotspotsplits/nodes=4 failed #46957
Comments
(roachtest).hotspotsplits/nodes=4 failed on master@82fec00c83d4bfe35b906264ccb568568cec15b7:
More
Artifacts: /hotspotsplits/nodes=4 See this test on roachdash |
(roachtest).hotspotsplits/nodes=4 failed on master@b1a0b989bbfef500075a485edc762fe42ca7b32a:
More
Artifacts: /hotspotsplits/nodes=4 See this test on roachdash |
(roachtest).hotspotsplits/nodes=4 failed on master@beac4a53e0e2e2236eb5957f67abc1bf476ad1b6:
More
Artifacts: /hotspotsplits/nodes=4 See this test on roachdash |
(roachtest).hotspotsplits/nodes=4 failed on master@2032dafccfa311c7538960e974953cb9dc1d4e50:
More
Artifacts: /hotspotsplits/nodes=4 See this test on roachdash |
This test is absolutely failing due to #46271. The test runs 512KiB inserts at high concurrency. The backpressure check currently does not take into account in-flight requests. The tolerance added in that PR was 2MiB. With those setting, 4 concurrent requests to a range will lead to the tolerance being surpassed. My proposal to fix the problem is twofold:
@nvanbenschoten how do you feel about that? |
Thanks for taking a look. That proposal sounds good. |
(roachtest).hotspotsplits/nodes=4 failed on master@10b3eeebba4ee1957b6f0c97fd64d972775e57ef:
More
Artifacts: /hotspotsplits/nodes=4 See this test on roachdash |
(roachtest).hotspotsplits/nodes=4 failed on master@c36f7cbfe08d48025540d0af62637a2fdd1f7d89:
More
Artifacts: /hotspotsplits/nodes=4
See this test on roachdash
powered by pkg/cmd/internal/issues
The text was updated successfully, but these errors were encountered: