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
157132: tracing: add minimal format suitable for datadriven tests r=wenyihu6 a=tbg
I'd like to make the trace events emitted from deterministic multi-metric allocator tests part of the expected test outputs.
I realized there wasn't a standardized deterministic and barebones output format, so I added one. In the test I have in mind I'll probably condense the file:line prefix further, but it seemed unsavory to slap regexp transformations into the tracing packages, and unfortunately that is required to solve the problem if we want to avoid changing the `log` package.
Related to cockroachdb#157133.
Epic: none
157133: mmaprototype: add tracing to testing for rebalanceStores r=tbg a=tbg
Stacked on cockroachdb#157132. Don't review tracing pkg code here.
----
This PR adds the basic capability to exercise rebalanceStores through
TestClusterState. It does this by moving rebalanceStores from allocatorState to
clusterState, which is a small and mostly mechanical refactor.
The immediate motivation behind this change is being able to exercise
the functionality for cockroachdb#156776 while it is being added, while being able
to see the internal tracepoints as well.
Informs cockroachdb#156776.
Epic: CRDB-55052
157150: cloud/azure: add optional azure client caching r=dt a=dt
This adds a signle-slot, process-wide in-memory cache of the most recently used azure SDK storage client allowing subsequent attempts to open clients with the same configuration to reuse the already open client. This can allow the SDK's internal caching of things like IMDS tokens to be used across separate CRDB operations on separate files which currently each open their own client.
This can be particularly impactful for avoiding hitting the IMDS rate limit.
Release note: none.
Epic: none.
Co-authored-by: Tobias Grieger <[email protected]>
Co-authored-by: David Taylor <[email protected]>
0 commit comments