[ARVADOS] updated: fbb1c964d3272993eb627d843d11a1303355f05b
Git user
git at public.curoverse.com
Wed Sep 21 17:01:28 EDT 2016
Summary of changes:
services/fuse/arvados_fuse/__init__.py | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
via fbb1c964d3272993eb627d843d11a1303355f05b (commit)
from 2509b76d1c6c5cb02d924c057138960be5e93d0a (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 fbb1c964d3272993eb627d843d11a1303355f05b
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Wed Sep 21 16:58:09 2016 -0400
fix stack
diff --git a/services/fuse/arvados_fuse/__init__.py b/services/fuse/arvados_fuse/__init__.py
index df08eb6..c29e714 100644
--- a/services/fuse/arvados_fuse/__init__.py
+++ b/services/fuse/arvados_fuse/__init__.py
@@ -166,9 +166,10 @@ class InodeCache(object):
def cap_cache(self):
if self._total > self.cap:
- _logger.debug("InodeCache start cap_cache", exc_info=sys.exc_info())
import traceback
- traceback.print_stack()
+ _logger.debug("InodeCache start cap_cache")
+ _logger.debug("%s", traceback.format_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