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.
2 parents b8ee891 + 7c9cb59 commit 9af3ba3Copy full SHA for 9af3ba3
sdk/src/logs/batch_log_record_processor.cc
@@ -135,6 +135,7 @@ bool BatchLogRecordProcessor::ForceFlush(std::chrono::microseconds timeout) noex
135
if (synchronization_data_->force_flush_pending_sequence.load(std::memory_order_acquire) >
136
synchronization_data_->force_flush_notified_sequence.load(std::memory_order_acquire))
137
{
138
+ synchronization_data_->is_force_wakeup_background_worker.store(true, std::memory_order_release);
139
synchronization_data_->cv.notify_all();
140
}
141
0 commit comments