Merge branch 'stable-2.16' into stable-3.0

* stable-2.16:
  Increase 'execution.defaultThreadPoolSize' default and min to 2
  Fix formatting of submission IDs

Change-Id: Ifca4eb1425a7562534fdad67f59f4553ac3ca9c7
This commit is contained in:
David Pursehouse
2019-11-14 16:05:21 -08:00
3 changed files with 4 additions and 3 deletions

View File

@@ -3975,7 +3975,8 @@ Default is 256.
The default size of the background execution thread pool in
which miscellaneous tasks are handled.
+
Default is 1.
Default and minimum is 2 so that a single, potentially longer executing
task (e.g. GC), is not blocking the entire execution.
[[execution.fanOutThreadPoolSize]]execution.fanOutThreadPoolSize::
+