[ARVADOS] updated: 741f862e9efd61320b0375076feb41ad49a2d1c8

git at public.curoverse.com git at public.curoverse.com
Tue Feb 9 22:44:07 EST 2016


Summary of changes:
 tools/crunchstat-summary/crunchstat_summary/reader.py | 1 +
 1 file changed, 1 insertion(+)

       via  741f862e9efd61320b0375076feb41ad49a2d1c8 (commit)
      from  46dc751a9286801b556875077f8f7c4fff59f469 (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 741f862e9efd61320b0375076feb41ad49a2d1c8
Author: Tom Clegg <tom at curoverse.com>
Date:   Tue Feb 9 22:44:02 2016 -0500

    8341: Retrieve only the log attributes that actually get used.

diff --git a/tools/crunchstat-summary/crunchstat_summary/reader.py b/tools/crunchstat-summary/crunchstat_summary/reader.py
index 564e820..2b6ebce 100644
--- a/tools/crunchstat-summary/crunchstat_summary/reader.py
+++ b/tools/crunchstat-summary/crunchstat_summary/reader.py
@@ -48,6 +48,7 @@ class LiveLogReader(object):
                     limit=1000,
                     order=['id asc'],
                     filters=filters + [['id','>',str(last_id)]],
+                    select=['id', 'properties'],
                 ).execute(num_retries=2)
                 got += len(page['items'])
                 logger.debug(

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list