[ARVADOS] updated: 2.1.0-1042-gbde89cae8

Git user git at public.arvados.org
Wed Jul 7 20:24:15 UTC 2021


Summary of changes:
 sdk/cwl/arvados_cwl/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  bde89cae82dd168ff529394b9428e52d9e883e96 (commit)
      from  41e1b7ee572291733750cbe38d5bd562db126c43 (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 bde89cae82dd168ff529394b9428e52d9e883e96
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Wed Jul 7 16:23:27 2021 -0400

    Put the default arvados-cwl-runner --thread-count back down to 1.
    
    On account of reports of workflows deadlocking.
    
    no issue #
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/sdk/cwl/arvados_cwl/__init__.py b/sdk/cwl/arvados_cwl/__init__.py
index 3f7f7a972..4bfe27278 100644
--- a/sdk/cwl/arvados_cwl/__init__.py
+++ b/sdk/cwl/arvados_cwl/__init__.py
@@ -201,7 +201,7 @@ def arg_parser():  # type: () -> argparse.ArgumentParser
                         help=argparse.SUPPRESS)
 
     parser.add_argument("--thread-count", type=int,
-                        default=4, help="Number of threads to use for job submit and output collection.")
+                        default=1, help="Number of threads to use for job submit and output collection.")
 
     parser.add_argument("--http-timeout", type=int,
                         default=5*60, dest="http_timeout", help="API request timeout in seconds. Default is 300 seconds (5 minutes).")

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list