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
145482: util/mon: complete the revert of "nil as unlimited account" r=yuzefovich a=yuzefovich
**util/mon: remove temporary nil checks**
This commit finalizes the process of reverting of "nil as unlimited
account" behavior that was mostly done in b8d259d. The main leftover piece was
that we left the previous behavior in productions builds out of caution.
It's been a year now without any panics in our tests, so it should be
safe to remove this.
**util/mon: assume non-nil ConcurrentBoundAccount**
This commit completes the process of reverting of "nil as
unlimited account" behavior. The only remaining case was with
ConcurrentBoundAccount used only in a handful of places, so they were
audited to ensure that non-nil account was used.
Epic: None
Release note: None
146177: security: update TestTLSCipherRestrict test setup r=souravcrl a=souravcrl
Current test setup starts the test server only once and runs various tls cipher
configurations but this seems to fail the test as final cipher configuration set
by previous run of the test may not be overridden by current run, and we have
stale ciphers configured for the subtest. Another issue is the timout being set
is 2s which may fail and increasing it is not possible as the test may timeout
before that leading to leaky goroutines. Hence, handling the http client
response timeouts as a flake. Waitgroups are added for all client calls to
ensure there are no open connections during test breakdown.
fixes#145812fixes#145527fixes#145459fixes#145313
Release Note: None
146248: changefeedccl: add timeout to nemeses test inserts r=aerfrei a=rharding6373
Some mutation queries take a long time to plan and execute even if they're safe. This PR adds a short timeout to each mutation, like tlp does for mutations, in order to avoid hanging.
Fixes: #146159
Epic: none
Release note: none
146288: admission: log the ingest model r=kvoli a=sumeerbhola
We were previously only logging the L0 ingest model, which is useful for modeling the growth of L0. For disk bandwidth accounting, the ingest model for the whole LSM is used, and with this change it is also logged. Logging these models helps understand the behavior of the ioLoadListener.
Epic: none
Release note: None
Co-authored-by: Yahor Yuzefovich <[email protected]>
Co-authored-by: souravcrl <[email protected]>
Co-authored-by: rharding6373 <[email protected]>
Co-authored-by: sumeerbhola <[email protected]>
compaction score 0.000 (0 ssts, 0 sub-levels), L0 growth 0 B (write 0 B (ignored 0 B) ingest 0 B (ignored 0 B)): requests 0 (0 bypassed) with 0 B acc-write (0 B bypassed) + 0 B acc-ingest (0 B bypassed) + 0 B adjusted-LSM-writes + 0 B adjusted-disk-writes + write-model 0.00x+0 B (smoothed 0.00x+0 B) + ingested-model 0.00x+0 B (smoothed 0.00x+0 B) + write-amp-model 0.00x+0 B (smoothed 0.00x+0 B) + at-admission-tokens 0 B, compacted 0 B [≈0 B], flushed 0 B [≈0 B] (mult 1.00); admitting all (used total: 0 B elastic 0 B); write stalls 12
4
+
compaction score 0.000 (0 ssts, 0 sub-levels), L0 growth 0 B (write 0 B (ignored 0 B) ingest 0 B (ignored 0 B)): requests 0 (0 bypassed) with 0 B acc-write (0 B bypassed) + 0 B acc-ingest (0 B bypassed) + 0 B adjusted-LSM-writes + 0 B adjusted-disk-writes + write-model 0.00x+0 B (smoothed 0.00x+0 B) + l0-ingest-model 0.00x+0 B (smoothed 0.00x+0 B) + ingest-model 0.00x+0 B (smoothed 0.00x+0 B) + write-amp-model 0.00x+0 B (smoothed 0.00x+0 B) + at-admission-tokens 0 B, compacted 0 B [≈0 B], flushed 0 B [≈0 B] (mult 1.00); admitting all (used total: 0 B elastic 0 B); write stalls 12
5
5
real-numbers:
6
-
compaction score 2.700[L0-overload] (195 ssts, 27 sub-levels), L0 growth 577 MiB (write 0 B (ignored 0 B) ingest 0 B (ignored 0 B)): requests 0 (0 bypassed) with 0 B acc-write (0 B bypassed) + 0 B acc-ingest (0 B bypassed) + 0 B adjusted-LSM-writes + 0 B adjusted-disk-writes + write-model 0.00x+0 B (smoothed 0.00x+0 B) + ingested-model 0.00x+0 B (smoothed 0.00x+0 B) + write-amp-model 0.00x+0 B (smoothed 0.00x+0 B) + at-admission-tokens 0 B, compacted 77 MiB [≈62 MiB], flushed 0 B [≈0 B] (mult 1.00); admitting 116 MiB (rate 7.7 MiB/s) (elastic 1 B rate 0 B/s) due to L0 growth (used total: 0 B elastic 0 B); write stalls 2
6
+
compaction score 2.700[L0-overload] (195 ssts, 27 sub-levels), L0 growth 577 MiB (write 0 B (ignored 0 B) ingest 0 B (ignored 0 B)): requests 0 (0 bypassed) with 0 B acc-write (0 B bypassed) + 0 B acc-ingest (0 B bypassed) + 0 B adjusted-LSM-writes + 0 B adjusted-disk-writes + write-model 0.00x+0 B (smoothed 0.00x+0 B) + l0-ingest-model 0.00x+0 B (smoothed 0.00x+0 B) + ingest-model 0.00x+0 B (smoothed 0.00x+0 B) + write-amp-model 0.00x+0 B (smoothed 0.00x+0 B) + at-admission-tokens 0 B, compacted 77 MiB [≈62 MiB], flushed 0 B [≈0 B] (mult 1.00); admitting 116 MiB (rate 7.7 MiB/s) (elastic 1 B rate 0 B/s) due to L0 growth (used total: 0 B elastic 0 B); write stalls 2
0 commit comments