[ARVADOS] updated: 1.3.0-348-g50ecc8767
Git user
git at public.curoverse.com
Tue Feb 26 10:23:49 EST 2019
Summary of changes:
sdk/cwl/arvados_cwl/executor.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via 50ecc8767d360670b0f8906da4daa87e56779e54 (commit)
from 6ab33cb91de748f4f8ec8e12377f0b0650804db1 (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 50ecc8767d360670b0f8906da4daa87e56779e54
Author: Eric Biagiotti <ebiagiotti at veritasgenetcs.com>
Date: Tue Feb 26 10:23:22 2019 -0500
9865: Adds stack trace to API server state check exception
Arvados-DCO-1.1-Signed-off-by: Eric Biagiotti <ebiagiotti at veritasgenetics.com>
diff --git a/sdk/cwl/arvados_cwl/executor.py b/sdk/cwl/arvados_cwl/executor.py
index f6db61ffc..a85e99e05 100644
--- a/sdk/cwl/arvados_cwl/executor.py
+++ b/sdk/cwl/arvados_cwl/executor.py
@@ -361,8 +361,8 @@ http://doc.arvados.org/install/install-api-server.html#disable_api_methods
keys = keys[pageSize:]
try:
proc_states = table.list(filters=[["uuid", "in", page]]).execute(num_retries=self.num_retries)
- except Exception as e:
- logger.warning("Error checking states on API server: %s", e)
+ except Exception:
+ logger.exception("Error checking states on API server: %s")
remain_wait = self.poll_interval
continue
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list