RFR: 1180: Improve logging when WorkItems run for too long
Kevin Rushforth
kcr at openjdk.java.net
Mon Sep 20 22:18:49 UTC 2021
On Mon, 20 Sep 2021 20:43:14 GMT, Erik Joelsson <erikj at openjdk.org> wrote:
> When trying to investigate SKARA-1178, I was finding myself lacking vital information in the logs. Specifically I wanted to know which WorkItem instances in particular (workId) that were running for too long, and also how long they had actually been running. (The current calculation will always just show the timeout value.)
>
> This patch changes things around a bit in the BotRunner to make these values available when logging a timeout warning.
Marked as reviewed by kcr (Reviewer).
-------------
PR: https://git.openjdk.java.net/skara/pull/1222
More information about the skara-dev
mailing list