Skip to content

Commit

Permalink
loqrecovery: parallelize node fanout
Browse files Browse the repository at this point in the history
Informs cockroachdb#122639.

This commit uses the MaxConcurrency parameters added in the previous
commits to parallelize the fanout of RPCs to nodes in the cluster during
the data collection phase of LoQ.

Release note: None
  • Loading branch information
nvanbenschoten committed Apr 25, 2024
1 parent 3760f0f commit 86eba9e
Show file tree
Hide file tree
Showing 4 changed files with 308 additions and 153 deletions.
2 changes: 2 additions & 0 deletions pkg/kv/kvserver/loqrecovery/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,14 @@ go_library(
"//pkg/util/protoutil",
"//pkg/util/retry",
"//pkg/util/strutil",
"//pkg/util/syncutil",
"//pkg/util/timeutil",
"//pkg/util/uuid",
"@com_github_cockroachdb_errors//:errors",
"@com_github_cockroachdb_pebble//vfs",
"@io_etcd_go_raft_v3//raftpb",
"@org_golang_google_grpc//:go_default_library",
"@org_golang_x_sync//errgroup",
],
)

Expand Down
Loading

0 comments on commit 86eba9e

Please sign in to comment.