Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ldap): fixed sporadic occurrence of InvalidCacheLoadException #1076

Merged
merged 1 commit into from Jul 17, 2023

Conversation

kirangodishala
Copy link
Contributor

@kirangodishala kirangodishala commented Jul 14, 2023

Because of the use of parallelStream to add elements to HashMap, the result is not always reliable due to non-thread-safe nature and occasional InvalidCacheLoadException is observed. Hence removed parallelStream.

@dbyron-sf dbyron-sf added the ready to merge Approved and ready for merge label Jul 17, 2023
@mergify mergify bot added the auto merged label Jul 17, 2023
@mergify mergify bot merged commit 5c8e193 into spinnaker:master Jul 17, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
4 participants