[ARVADOS] updated: 2509b76d1c6c5cb02d924c057138960be5e93d0a

Git user git at public.curoverse.com
Wed Sep 21 16:52:49 EDT 2016


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

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

    Print stack, see if there's a place where it's called wrong...

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

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list