minio/internal
Klaus Post 7ff4164d65
Fix races in IAM cache lazy loading (#19346)
Fix races in IAM cache

Fixes #19344

On the top level we only grab a read lock, but we write to the cache if we manage to fetch it.

a03dac41eb/cmd/iam-store.go (L446) is also flipped to what it should be AFAICT.

Change the internal cache structure to a concurrency safe implementation.

Bonus: Also switch grid implementation.
2024-03-26 11:12:57 -07:00
..
2024-01-17 23:03:17 -08:00
2022-12-30 11:37:07 -08:00
2024-01-17 23:03:17 -08:00
2023-03-04 20:57:35 -08:00
2024-01-17 23:03:17 -08:00