-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Reading Backtraces
Evan Huus edited this page Mar 26, 2015
·
9 revisions
Sarama uses a number of goroutines internally, so when golang dumps a stack trace (hopefully not because Sarama itself has crashed) this page provides a quick guide of what is safe to ignore.
-
[select]: github.com/Shopify/sarama.(*client).backgroundMetadataUpdater
is the background goroutine that wakes up every so often (controlled byMetadata.RefreshFrequency
) and callsRefreshMetadata()
.