[ARVADOS] updated: c8a0ee08460339d387420ca7595b5f8521e84a14

Git user git at public.curoverse.com
Wed Sep 21 16:40:34 EDT 2016


Summary of changes:
 services/fuse/arvados_fuse/__init__.py | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

       via  c8a0ee08460339d387420ca7595b5f8521e84a14 (commit)
      from  b74a8ad7711b44e76be5a6aab2a6e0c8c2eb1427 (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 c8a0ee08460339d387420ca7595b5f8521e84a14
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Wed Sep 21 16:40:30 2016 -0400

    Better logging

diff --git a/services/fuse/arvados_fuse/__init__.py b/services/fuse/arvados_fuse/__init__.py
index a3a1173..c9d155d 100644
--- a/services/fuse/arvados_fuse/__init__.py
+++ b/services/fuse/arvados_fuse/__init__.py
@@ -166,9 +166,8 @@ class InodeCache(object):
 
     def cap_cache(self):
         if self._total > self.cap:
-            entries = self._entries.values()
-            _logger.debug("InodeCache start cap_cache %s", entries)
-            for ent in entries:
+            _logger.debug("InodeCache start cap_cache %s", self._entries.keys())
+            for ent in self._entries.values():
                 if self._total < self.cap or len(self._entries) < self.min_entries:
                     break
                 self._remove(ent, True)

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list