TriggerReactor

TriggerReactor

24.6k Downloads

Create test case concurrent write to a same file

wysohn opened this issue ยท 1 comments

commented

The callers of cacheToFile() probably has to acquire the file monitor before accessing the file since FileWriter/Reader are not thread-safe

This might be the reason why the data is occasionally deleted

commented

There is something that has fixed the problem between 3.4.0.20 Beta and 3.4.0.21 Beta