Bug #22420
Updated by Peter Amstutz about 2 months ago
When a collection is updated upstream, it updates the file contents using this method:
<pre>
def replace_contents(self, other):
</pre>
This ensures the inode is preserved.
However, this method does not call @notify@, as a result the event doesn't propagate to FUSE to send cache invalidation to the kernel.