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

Affinity is able to be acquired on cores locked by other processes #79

Closed
nicktindall opened this issue Oct 17, 2021 · 1 comment
Closed
Assignees

Comments

@nicktindall
Copy link
Contributor

There's a bug in AffinityLock.acquireLock where locks held by other processes are not visible, meaning threads from separate processes are able to acquire a lock on the same core.

@nicktindall nicktindall self-assigned this Oct 17, 2021
nicktindall added a commit that referenced this issue Oct 17, 2021
…process_holds_the_lock

Fix getMetaInfo when another process holds the lock, Fixes #79
@hft-team-city
Copy link
Contributor

Released in Java-Thread-Affinity-3.21ea80, BOM-2.22ea40

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

No branches or pull requests

2 participants