SAP-archive / karydia

Kubernetes Security Walnut
Other
77 stars 10 forks source link

Fix possible deadlock #109

Closed ionysos closed 5 years ago

ionysos commented 5 years ago

Description

In some rare error cases hotswap could end up in a deadlock because the watched file 'karydia-dev' was not removed after the error occured. This is now fixed with the change from 'CREATE' to 'CLOSE_WRITE' listening events.

Checklist

Before submitting this PR, please make sure: