Skip to content

Commit

Permalink
streamproducer: remove loop from eventStream
Browse files Browse the repository at this point in the history
This switches eventStream to just do its work on the rangefeed client callback
handlers directly, without an extra channel handoff and loop with its own
duplicate frontier.

Release note: none.
Epic: none.
  • Loading branch information
dt committed Mar 26, 2024
1 parent cca034d commit c1d8c6c
Show file tree
Hide file tree
Showing 4 changed files with 116 additions and 279 deletions.
3 changes: 1 addition & 2 deletions pkg/ccl/streamingccl/streamproducer/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ go_library(
"//pkg/jobs/jobsprotectedts",
"//pkg/keys",
"//pkg/kv",
"//pkg/kv/kvclient/kvcoord",
"//pkg/kv/kvclient/rangefeed",
"//pkg/kv/kvclient/rangefeed/rangefeedcache",
"//pkg/kv/kvpb",
Expand Down Expand Up @@ -58,11 +57,11 @@ go_library(
"//pkg/util/mon",
"//pkg/util/protoutil",
"//pkg/util/span",
"//pkg/util/syncutil",
"//pkg/util/timeutil",
"//pkg/util/tracing",
"//pkg/util/uuid",
"@com_github_cockroachdb_errors//:errors",
"@com_github_cockroachdb_logtags//:logtags",
],
)

Expand Down
Loading

0 comments on commit c1d8c6c

Please sign in to comment.