Skip to content

Conversation

@nsarris
Copy link

@nsarris nsarris commented Feb 3, 2023

Version 5.26 added a semaphore lock on session initialization. However there was no guard against already initialized sessions. On a high contention environment with many parallel odata calls this creating a huge cpu bottleneck.

A guard is added to avoid unnecessary semaphore locks.

@nsarris
Copy link
Author

nsarris commented Feb 3, 2023

@davidnmbond can we prioritize a hotfix for this, it creates a huge cpu overhead on certain occasions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant