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

Added guard to avoid unnecessary session initialization semaphore locks. #894

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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.

None yet

1 participant