Browse Source
Prior to this commit, in some cases application context startup steps could be created concurrently, which could cause issues with the current implementation tracking the parent/child relationship between steps. This commit ensures that the flight recorder implementation is using thread safe collection implementations for that. Fixes gh-26941pull/27012/head
1 changed files with 10 additions and 10 deletions
Loading…
Reference in new issue