Tabulator runs into GCS object rate-limiting right at startup #1036
Labels
bug
Something isn't working
help wanted
Extra attention is needed
kind/oncall-hotlist
Categorizes issue or PR as tracked by test-infra oncall.
When the Tabulator first boots, it will try to do a lot of writes quickly. When several of those writes are on the same object, we get blocks of these errors (about 6 or so on the same object) for a little while:
Then things tend to stabilize, but this burst of errors occurs pretty regularly whenever the tabulator starts up.
Additional syncing may be needed to prevent two (or six!) writing goroutines from trying to update exactly the same file.
The text was updated successfully, but these errors were encountered: