Open andreh12 opened 7 years ago
DAQAggregator 1.17.4 adds .tmp suffix when writing to file. It renames the file after completion so that described situation of reading unfinished file is avoided. DAQSnapshotService is now ignoring the .tmp files. DAQExpert currently does not use DAQSnapshotService to get snapshots but it accesses the snapshot directory directly. The plan is to use DAQSnapshotService in DAQExpert as well.
we saw the following in catalina.out of the DAQExpert:
Could it be that the DAQExpert discovered the file but the DAQAggregator has not yet closed it ?
(it looks like that there is enough protection against this case so that this issue is very low priority)