should there be something to suppress posts when files are created... #112
Labels
enhancement
New feature or request
wishlist
not a priority, but a long term wish...
work-around available
the report includes a means of avoiding the problem.
worries
needs work to clarify status
on systems that are more heavily loaded, or running slower, there seems to be a tendency for INOTIFY
to produce CREAT events for the file being created, and then separate modify events...
possibilities:
It would be an enhancement if we can reduce the number of posts needed to duplicate the same tree by omitting CREAT events that are overridden by modifies...
We could go further in the batching... say for empty files, hold onto them for a few seconds in a queue, and only create them if no other event comes later to squash them...
not sure. currently this is taken care of by putting plugins in shovels/winnows, so no effect on HPC mirror client, but it complicates deployment a bit.
The text was updated successfully, but these errors were encountered: