We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 793c7bd commit 4f4fe70Copy full SHA for 4f4fe70
sdk/src/logs/batch_log_record_processor.cc
@@ -136,6 +136,7 @@ bool BatchLogRecordProcessor::ForceFlush(std::chrono::microseconds timeout) noex
136
if (synchronization_data_->force_flush_pending_sequence.load(std::memory_order_acquire) >
137
synchronization_data_->force_flush_notified_sequence.load(std::memory_order_acquire))
138
{
139
+ synchronization_data_->is_force_wakeup_background_worker.store(true, std::memory_order_release);
140
synchronization_data_->cv.notify_all();
141
}
142
0 commit comments