Commit 8152dd81 authored by Nate Rini's avatar Nate Rini Committed by Tim Wickberg
Browse files

sdiag - handle unknown users

Instead of giving user as "nobody", give user numeric id. The RPC stats
last the lifetime of the slurmctld process and thus may have users that
have been removed.

There is no performance benefit from caching users in sdiag as it will
only lookup each user once. Caching adds qsort insert cost to every
user for no benefit. Swapped from non-cached call to direct user lookup.

Bug 7845.
parent a01c7a13
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment