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
152915: ptcache: fix error logging logic r=RaduBerinde a=RaduBerinde
Fix bug introduced in #144335 which accidentally suppresses this log.
Epic: none
Release note: None
153033: kvserver: return error properly for GetAggregatedStoreStats r=tbg a=wenyihu6
Epic: none
Release note: none
---
**kvserver: pass replication target rq.TransferLease**
Previously, rq.TransferLease was updated to take in replication target (node ID
and store ID) instead of just a store ID, but the log line formatting wasn’t
updated accordingly. This commit fixes the log formatting.
---
**kvserver: return error properly for GetAggregatedStoreStats**
Previously, GetAggregatedStoreStats would panic on error for store.Capacity
instead of returning it. This commit fixes the issue by properly returning the
error back to store.Descriptor.
---
**asim: correctly output rangeID**
Previously, the log labeled a value as a range but printed the storeID. This
commit fixes it to correctly print the rangeID.
153139: testcluster: fix TestDRPCEnabledRandomly for cluster with multiple nodes r=cthumuluru-crdb a=shubhamdhama
`` testcluster: fix TestDRPCEnabledRandomly for cluster with multiple nodes ``
This change fixes the behavior where it was deciding the DRPC enablement
for each node independently for TestDRPCEnabledRandomly option, leading to
a cluster startup with some nodes with DRPC enabled, and others not.
Now the DRPC option is resolved once at the cluster level and applied
consistently to all nodes, ensuring uniform DRPC configuration across
the entire test cluster.
`` server: fix DRPC option precedence for test-specific settings ``
Previously, when a test explicitly set TestDRPCDisabled but a global
DRPC override was configured, the global override would incorrectly
take precedence. This meant tests that explicitly disabled DRPC could
still end up running with DRPC enabled.
The fix also adds better logging to indicate when a global override
is being applied, making test behavior more transparent.
Epic: none
Release notes: none
Co-authored-by: Radu Berinde <[email protected]>
Co-authored-by: wenyihu6 <[email protected]>
Co-authored-by: Shubham Dhama <[email protected]>
0 commit comments