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 3b7f564 commit a2f5680Copy full SHA for a2f5680
sdk/src/logs/batch_log_record_processor.cc
@@ -135,6 +135,8 @@ 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,
139
+ std::memory_order_release);
140
synchronization_data_->cv.notify_all();
141
}
142
0 commit comments