Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The output from "ocluster-admin show" is sometimes cryptic #212

Open
kit-ty-kate opened this issue Jan 20, 2023 · 1 comment
Open

The output from "ocluster-admin show" is sometimes cryptic #212

kit-ty-kate opened this issue Jan 20, 2023 · 1 comment

Comments

@kit-ty-kate
Copy link
Contributor

The registered section shows:

registered:
  i7-worker-01 (0): [] (1 running)
  i7-worker-02 (10): [opam-repo-ci:macos-homebrew-ocaml-4.14-tezos-injector-016-PtMumbai.16.0~rc1-f280a0f2882102032292266c928080f782a1c0aa@4585m(10+urgent)] (1 running)
  i7-worker-03 (0): [] (1 running)
  i7-worker-04 (10): [opam-repo-ci:macos-homebrew-ocaml-4.14-tezos-layer2-utils-016-PtMumbai.16.0~rc1-f280a0f2882102032292266c928080f782a1c0aa@4565m(10+urgent)] (1 running)

to me i interpret this as:

  • i7-worker-02 and i7-worker-04 are currently building tezos-injector-016-PtMumbai and tezos-layer2-utils-016-PtMumbai respectively
  • i7-worker-01 and i7-worker-04 are doing ??? (something) but nothing is shown on the nature of the work

a similar output that is as perplexing is:

queue: (backlog) [... <a huge backlog>]
registered:
  m1-worker-02 (0): [] (1 running)
  m1-worker-03 (0): [] (1 running)
  m1-worker-04 (0): [] (1 running)

where without sshing into the machines themselves you wouldn't be able to know what they are doing.

@talex5
Copy link
Contributor

talex5 commented Jan 21, 2023

The scheduler only reports details of queued jobs, not running ones. All four machines here are running a job, but two have another job queued up after that.

(and yes, it would be nice to get information about running jobs too somehow, but the scheduler doesn't care much about them once they start)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants