Skip to content

Commit

Permalink
kvserver: allow circuit-breaker to serve reads
Browse files Browse the repository at this point in the history
Informs cockroachdb#74799. I hope it will ultimately close it, but not quite there
yet. I left extensive `TODO(during review)` comments.

Release note: None
  • Loading branch information
tbg committed Feb 23, 2022
1 parent e852be5 commit d7e418c
Show file tree
Hide file tree
Showing 26 changed files with 570 additions and 694 deletions.
3 changes: 1 addition & 2 deletions pkg/kv/kvserver/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ go_library(
"replica_backpressure.go",
"replica_batch_updates.go",
"replica_circuit_breaker.go",
"replica_circuit_breaker_cancelstorage.go",
"replica_closedts.go",
"replica_command.go",
"replica_consistency.go",
Expand Down Expand Up @@ -137,6 +136,7 @@ go_library(
"//pkg/kv/kvserver/rditer",
"//pkg/kv/kvserver/readsummary",
"//pkg/kv/kvserver/readsummary/rspb",
"//pkg/kv/kvserver/spanlatch",
"//pkg/kv/kvserver/spanset",
"//pkg/kv/kvserver/split",
"//pkg/kv/kvserver/stateloader",
Expand Down Expand Up @@ -224,7 +224,6 @@ go_test(
"client_rangefeed_test.go",
"client_relocate_range_test.go",
"client_replica_backpressure_test.go",
"client_replica_circuit_breaker_bench_test.go",
"client_replica_circuit_breaker_test.go",
"client_replica_gc_test.go",
"client_replica_test.go",
Expand Down
124 changes: 0 additions & 124 deletions pkg/kv/kvserver/client_replica_circuit_breaker_bench_test.go

This file was deleted.

Loading

0 comments on commit d7e418c

Please sign in to comment.