Skip to content

Commit

Permalink
Merge #85994
Browse files Browse the repository at this point in the history
85994: insights: remove the ingester for now r=matthewtodd a=matthewtodd

In #85350 we introduced a data race that's affecting many branches in
CI. Until we can get to the bottom of it, probably in #83080, let's just
remove the offending codepath.

Release note: None

Co-authored-by: Matthew Todd <[email protected]>
  • Loading branch information
craig[bot] and matthewtodd committed Aug 11, 2022
2 parents 9fb8d36 + 4497818 commit 43af750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sql/sqlstats/insights/insights.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,5 +140,5 @@ type Registry interface {

// New builds a new Registry.
func New(st *cluster.Settings, metrics Metrics) Registry {
return newConcurrentBufferIngester(newRegistry(st, metrics))
return newRegistry(st, metrics)
}

0 comments on commit 43af750

Please sign in to comment.