Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Components
Assignee
Jacob Cobbett-SmithJacob Cobbett-SmithReporter
Jacob Cobbett-SmithJacob Cobbett-SmithPriority
Not specifiedFix versions
Pull Request URL
Details
Details
Components
Assignee
Jacob Cobbett-Smith
Jacob Cobbett-SmithReporter
Jacob Cobbett-Smith
Jacob Cobbett-SmithPriority
Fix versions
Pull Request URL
Created April 24, 2020 at 4:32 PM
Updated April 29, 2020 at 11:07 AM
Resolved April 29, 2020 at 11:07 AM
If getNodes() is called in a containerized setup, it tries to lookup a legacy cluster and fails, because there is no environment.
If the target was hthor, the correct answer is always 1.
If the target was thor, then in most contexts, it will execute in Thor context and will get the correct answer (# slaves).
But if the target was thor and it is executing code outside of Thor at the time, then it is unclear what the answer should be (it used to be the size of the cluster you submitted to).