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
W190401 21:17:11.812311 3824 sql/stats/automatic_stats.go:360 buffered channel is full. Unable to refresh stats for table 54 with 1 rows affected
W190401 21:17:11.812372 3749 sql/stats/automatic_stats.go:360 buffered channel is full. Unable to refresh stats for table 54 with 1 rows affected
W190401 21:17:11.812313 3370 sql/stats/automatic_stats.go:360 buffered channel is full. Unable to refresh stats for table 54 with 1 rows affected
W190401 21:17:11.812548 1848 sql/stats/automatic_stats.go:360 buffered channel is full. Unable to refresh stats for table 54 with 1 rows affected
W190401 21:17:11.812557 3517 sql/stats/automatic_stats.go:360 buffered channel is full. Unable to refresh stats for table 54 with 1 rows affected
W190401 21:17:11.812562 3814 sql/stats/automatic_stats.go:360 buffered channel is full. Unable to refresh stats for table 54 with 1 rows affected
W190401 21:17:11.812637 3731 sql/stats/automatic_stats.go:360 buffered channel is full. Unable to refresh stats for table 54 with 1 rows affected
W190401 21:17:11.812746 4247 sql/stats/automatic_stats.go:360 buffered channel is full. Unable to refresh stats for table 54 with 1 rows affected
W190401 21:17:11.812852 2789 sql/stats/automatic_stats.go:360 buffered channel is full. Unable to refresh stats for table 54 with 1 rows affected
W190401 21:17:11.812921 4243 sql/stats/automatic_stats.go:360 buffered channel is full. Unable to refresh stats for table 57 with 1 rows affected
W190401 21:17:11.813077 4044 sql/stats/automatic_stats.go:360 buffered channel is full. Unable to refresh stats for table 54 with 1 rows affected
W190401 21:17:11.813231 3921 sql/stats/automatic_stats.go:360 buffered channel is full. Unable to refresh stats for table 54 with 1 rows affected
W190401 21:17:11.813529 3459 sql/stats/automatic_stats.go:360 buffered channel is full. Unable to refresh stats for table 54 with 1 rows affected
W190401 21:17:11.813639 2802 sql/stats/automatic_stats.go:360 buffered channel is full. Unable to refresh stats for table 54 with 1 rows affected
W190401 21:17:11.813754 4197 sql/stats/automatic_stats.go:360 buffered channel is full. Unable to refresh stats for table 54 with 1 rows affected
W190401 21:17:11.813867 2155 sql/stats/automatic_stats.go:360 buffered channel is full. Unable to refresh stats for table 54 with 1 rows affected
W190401 21:17:11.814018 3842 sql/stats/automatic_stats.go:360 buffered channel is full. Unable to refresh stats for table 54 with 1 rows affected
W190401 21:17:11.814094 3403 sql/stats/automatic_stats.go:360 buffered channel is full. Unable to refresh stats for table 54 with 1 rows affected
W190401 21:17:11.814159 4166 sql/stats/automatic_stats.go:360 buffered channel is full. Unable to refresh stats for table 54 with 1 rows affected
W190401 21:17:11.814220 3770 sql/stats/automatic_stats.go:360 buffered channel is full. Unable to refresh stats for table 54 with 1 rows affected
W190401 21:17:11.814282 4039 sql/stats/automatic_stats.go:360 buffered channel is full. Unable to refresh stats for table 54 with 1 rows affected
W190401 21:17:11.814329 3693 sql/stats/automatic_stats.go:360 buffered channel is full. Unable to refresh stats for table 54 with 1 rows affected
W190401 21:17:11.814337 3556 sql/stats/automatic_stats.go:360 buffered channel is full. Unable to refresh stats for table 54 with 1 rows affected
W190401 21:17:11.814376 3382 sql/stats/automatic_stats.go:360 buffered channel is full. Unable to refresh stats for table 54 with 1 rows affected
W190401 21:17:11.814537 3096 sql/stats/automatic_stats.go:360 buffered channel is full. Unable to refresh stats for table 54 with 1 rows affected
W190401 21:17:11.814600 3747 sql/stats/automatic_stats.go:360 buffered channel is full. Unable to refresh stats for table 54 with 1 rows affected
W190401 21:17:11.814608 4200 sql/stats/automatic_stats.go:360 buffered channel is full. Unable to refresh stats for table 54 with 1 rows affected
W190401 21:17:11.814708 3703 sql/stats/automatic_stats.go:360 buffered channel is full. Unable to refresh stats for table 54 with 1 rows affected
W190401 21:17:11.814884 3665 sql/stats/automatic_stats.go:360 buffered channel is full. Unable to refresh stats for table 53 with 1 rows affected
W190401 21:17:11.815078 3526 sql/stats/automatic_stats.go:360 buffered channel is full. Unable to refresh stats for table 57 with 1 rows affected
W190401 21:17:11.815147 3441 sql/stats/automatic_stats.go:360 buffered channel is full. Unable to refresh stats for table 54 with 1 rows affected
W190401 21:17:11.815424 3611 sql/stats/automatic_stats.go:360 buffered channel is full. Unable to refresh stats for table 60 with 15 rows affected
W190401 21:17:11.815663 3953 sql/stats/automatic_stats.go:360 buffered channel is full. Unable to refresh stats for table 59 with 7 rows affected
W190401 21:17:11.816301 3867 sql/stats/automatic_stats.go:360 buffered channel is full. Unable to refresh stats for table 54 with 1 rows affected
W190401 21:17:11.816553 3363 sql/stats/automatic_stats.go:360 buffered channel is full. Unable to refresh stats for table 54 with 1 rows affected
W190401 21:17:11.816621 1774 sql/stats/automatic_stats.go:360 buffered channel is full. Unable to refresh stats for table 54 with 1 rows affected
W190401 21:17:11.816673 3480 sql/stats/automatic_stats.go:360 buffered channel is full. Unable to refresh stats for table 54 with 1 rows affected
This commit adds a log limiter so that "buffered channel is full"
errors are printed at most once per second per node.
Fixescockroachdb#36416
Release note: None
36429: stats: don't spam log with warning messages r=rytaft a=rytaft
This commit adds a log limiter so that "buffered channel is full"
errors are printed at most once per second per node.
Fixes#36416
Release note: None
Co-authored-by: Rebecca Taft <[email protected]>
This commit adds a log limiter so that "buffered channel is full"
errors are printed at most once per second per node.
Fixescockroachdb#36416
Release note: None
Seen in this file #36397 (comment)
The frequency of these messages is high. They need rate limiting.
The text was updated successfully, but these errors were encountered: