Details
-
Bug
-
Status: Resolved
-
P2
-
Resolution: Fixed
-
None
-
None
Description
When specifying the worker-type as "n1-highcpu-4" the resulting thread number is 4 when the pipeline is compiled by Java8, and only 1 when the pipeline is compiled by Java11.
Specifying numberOfWorkerHarnessThreads does not change amount of detected threads.
Amount of available CPUs is received via "Runtime.getRuntime().availableProcessors()"
Attachments
Issue Links
- blocks
-
BEAM-2530 Make Beam compatible with next Java LTS version (Java 11)
- Triage Needed