Skip to content

Commit

Permalink
Remove JobExecutionMode selector and related classes
Browse files Browse the repository at this point in the history
  • Loading branch information
mprimi committed Sep 22, 2020
1 parent b64b3e6 commit 9ce9820
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 1,113 deletions.

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions genie-docs/src/docs/asciidoc/_metrics.adoc
Expand Up @@ -186,12 +186,6 @@ It will have to be added if one is desired otherwise metrics are just published
|ScriptClusterSelector
|status, exceptionClass, clusterName, clusterId

|genie.jobs.executionMode.counter
|Counts jobs marked to execute in agent mode (V4) and embedded mode (V3)
|count
|JobExecutionModeSelector
|executeWithAgent, decidingCheck

|genie.jobs.memory.used.gauge
|Total amount of memory allocated to local jobs (according to job request)
|Megabytes
Expand Down
15 changes: 0 additions & 15 deletions genie-docs/src/docs/asciidoc/_properties.adoc
Expand Up @@ -220,21 +220,6 @@ Health of the system is marked unhealthy if the CPU load of a system goes beyond
|-
|yes

|genie.jobs.agent-execution.agent-probability
|Likelihood (0 <= x <= 1.0) that an incoming job is randomly selected to execute with agent, rather than the regular V3 execution codepath
|null
|yes

|genie.jobs.agent-execution.force-agent
|If true, force all jobs to execute in agent mode
|null
|yes

|genie.jobs.agent-execution.force-embedded
|If true, force all jobs to execute in embedded mode
|null
|yes

|genie.jobs.attachments.location-prefix
|Common prefix where attachments are stored
|s3://genie/attachments
Expand Down

0 comments on commit 9ce9820

Please sign in to comment.