issues
search
Azure
/
kafka-sink-azure-kusto
Kafka sink for Kusto
MIT License
48
stars
24
forks
source link
Fix - temp dir and timer fix
#48
Closed
ohadbitt
closed
4 years ago
ohadbitt
commented
4 years ago
Bug fix
Trying to create a new directory failed probably because it was already created due to a race condition.
Reseting of the timer was not behind lock which could result in a race condition of it being destroyed by other code
Bug fix