question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

JES backend not honoring the `default-zones` configuration parameter

See original GitHub issue
  • v28
  • JES backend

With the below changes to a reference.conf, I would expect my jobs to be distributed between us-central1-f and -c, but when I check the VM instances, they are all still going to us-central1-b, the cromwell default.

Do I have the default-zones in the correct location in the hierarchy? This was taken from reference.conf, but might have gotten stale in v28.

Here is a snippet of my configuration:

backend {
  default = "JES"
    providers {
              JES {
              actor-factory = "cromwell.backend.impl.jes.JesBackendLifecycleActorFactory"
 	      .... snip...
	      genomics {
			....snip....

			   # Specifies the zone(s) to use for JES jobs unless overridden by a task's runtime attributes
			   default-zones = ["us-central1-f", "us-central1-c"]
		....snip....

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
LeeTL1220commented, Aug 9, 2017

Okay, I’ll update and see if it works. Regardless, you can close this issue.

0reactions
Hornethcommented, Aug 10, 2017

@LeeTL1220 thx for the info, I will update the reference.conf

Read more comments on GitHub >

github_iconTop Results From Across the Web

Customize tasks - Cromwell
Default runtime attributes for all tasks can be specified in Workflow Options. Task Example task jes_task { command { echo "Hello JES!" }...
Read more >
seandavi/cromwell-1: Workflow Execution Engine using WDL
Run the JAR file with no arguments to get the usage message: ... Defaults to the configuration setting genomics.default-zones in the JES configuration...
Read more >
micronautfw/questions - Gitter
I am trying to generate a PDF from my openapi configuration by following the instructions here: https://micronaut-projects.github.io/micronaut-openapi/latest/ ...
Read more >
10. Configure and Deploy - Installation - Red5 Pro Docs
A guide to installing and optimizing Red5 Pro.
Read more >
Apache ShenYu document
17.22.2 Dubbo user request and parameter explanation. ... Why not use configuration center for configuration synchronization?
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found