BatchSpanProcessor
wakeup too frequently when no more data to export after a long time Export(...)
.
#826
Labels
bug
Something isn't working
Describe your environment
BatchSpanProcessor
wakeup too frequently when no more data to export after a long timeExport(...)
.Steps to reproduce
Use BatchSpanProcessor and make exporter cost more time than
schedule_delay_millis
inBatchSpanProcessor
.And the nothing more data to export.(Let the
buffer_
inBatchSpanProcessor
be empty.)What is the expected behavior?
BatchSpanProcessor::DoBackgroundWork
wakeup everyschedule_delay_millis
milliseconds.What is the actual behavior?
BatchSpanProcessor::DoBackgroundWork
wakeup too frequently.The text was updated successfully, but these errors were encountered: