Skip to content

I/R: Show step/stale counts and elapsed time for busy REPLs in repls()#227

Open
ike-mulder-aws wants to merge 1 commit into
awslabs:mainfrom
ike-mulder-aws:extend-claim-info
Open

I/R: Show step/stale counts and elapsed time for busy REPLs in repls()#227
ike-mulder-aws wants to merge 1 commit into
awslabs:mainfrom
ike-mulder-aws:extend-claim-info

Conversation

@ike-mulder-aws
Copy link
Copy Markdown
Contributor

Description of changes:

Widen Claimed to carry a snapshot (origin, step_count, stale_count, op, claimed_at) taken atomically at claim time. Ir.repls () now renders busy entries with the same fields as live ones plus a busy [op] X.Xs suffix.

Before:
R (busy, from Main)

After:
R (3 steps, 2 stale, from Main, busy [replay] 2.1s)

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Widen Claimed to carry a snapshot (origin, step_count, stale_count, op,
claimed_at) taken atomically at claim time. Ir.repls () now renders busy
entries with the same fields as live ones plus a busy [op] X.Xs suffix.

Before:
    R (busy, from Main)

After:
    R (3 steps, 2 stale, from Main, busy [replay] 2.1s)

Signed-off-by: Ike Mulder <ikemul@amazon.com>
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

Successfully merging this pull request may close these issues.

1 participant