mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-28 08:04:14 +02:00
ElasticsearchWriter#Pause(): call Flush() only once
The first Flush() is redundant and may access m_DataBuffer at the same time as some Flush() in m_WorkQueue (race condition) which isn't joined, yet.
This commit is contained in:
parent
02ddb4badc
commit
73f8c4473e
@ -117,7 +117,6 @@ void ElasticsearchWriter::Pause()
|
|||||||
m_HandleStateChanges.disconnect();
|
m_HandleStateChanges.disconnect();
|
||||||
m_HandleNotifications.disconnect();
|
m_HandleNotifications.disconnect();
|
||||||
|
|
||||||
Flush();
|
|
||||||
m_WorkQueue.Join();
|
m_WorkQueue.Join();
|
||||||
Flush();
|
Flush();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user