[ARVADOS] updated: 3858382147f85129e473606e2d8ae978bb33d9da

Git user git at public.curoverse.com
Fri Sep 22 17:03:34 EDT 2017


Summary of changes:
 services/fuse/arvados_fuse/__init__.py | 1 +
 1 file changed, 1 insertion(+)

       via  3858382147f85129e473606e2d8ae978bb33d9da (commit)
      from  1b3578c44b8d005f70863cf332b487c915af9f28 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 3858382147f85129e473606e2d8ae978bb33d9da
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date:   Fri Sep 22 17:00:07 2017 -0400

    12276: Ensure dirent cache is disabled.
    
    Setting this to zero fixed flakiness in #7751, so we might still rely
    on it being zero for reliability.
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg at veritasgenetics.com>

diff --git a/services/fuse/arvados_fuse/__init__.py b/services/fuse/arvados_fuse/__init__.py
index de0338e..418f748 100644
--- a/services/fuse/arvados_fuse/__init__.py
+++ b/services/fuse/arvados_fuse/__init__.py
@@ -437,6 +437,7 @@ class Operations(llfuse.Operations):
         entry = llfuse.EntryAttributes()
         entry.st_ino = inode
         entry.generation = 0
+        entry.entry_timeout = 0
         entry.attr_timeout = e.time_to_next_poll() if e.allow_attr_cache else 0
 
         entry.st_mode = stat.S_IRUSR | stat.S_IRGRP | stat.S_IROTH

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list