Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-45086][UI] Display hexadecimal for thread lock hash code
### What changes were proposed in this pull request? This PR fixes the stringify method for MonitorInfo/LockInfo to use `toString` which contains an extra step of Integer.toHexString. ### Why are the changes needed? to be consistent with the lock-holder ### Does this PR introduce _any_ user-facing change? yes, UI and the response for the rest API(/applications/[app-id]/executors/[executor-id]/threads) change ### How was this patch tested? verified locally ### Was this patch authored or co-authored using generative AI tooling? no Closes #42826 from yaooqinn/SPARK-45086. Authored-by: Kent Yao <[email protected]> Signed-off-by: Kent Yao <[email protected]>
- Loading branch information