Issues
- 1
100-300+ microsecond delays.
#132 opened by minzak - 1
If a lock can't be removed, skip the cpu.
#130 opened by peter-lawrey - 3
Fix TeamCity ARM build
#105 opened by JerryShea - 8
setAffinity does not work as expected in Windows
#117 opened by kopavel - 2
- 1
Support non contiguous processor ids
#115 opened by JerryShea - 1
What's the point of the cores check below? And how to deal with big.LITTLE CPUs?
#119 opened by d0zingcat - 1
AffinityLockTest.dumpLocks fail in Java 21
#110 opened by yevgenp - 3
Tried to set affinity to {3} but was {0, 1, 2, 3} you may have in sufficient access rights
#99 opened by acuna-public - 1
- 9
java.lang.UnsatisfiedLinkError on M1 mac
#74 opened by hft-team-city - 3
support for java 11
#101 opened by mayur-who - 1
How to lock the CPU in k8s?
#102 opened by tnessn - 4
- 1
In macOS, AffinityThreadFactory is slower than the default thread factory
#98 opened by TDtianzhenjiu - 1
can this work on windows system ?
#95 opened by DamonDBT - 1
- 1
- 2
Exception in thread "Processor-MT" java.lang.NoClassDefFoundError: net/openhft/affinity/AffinityLock Occurred in Docker Image
#69 opened by Umartahir93 - 1
Run "mvn package" fail in shell
#70 opened by yhryyq - 5
Executing other threads in pinned thread
#57 opened by danke02 - 4
Exception when acquire cpu lock
#53 opened by yujg1992 - 3
Can't lock to CPU 0
#90 opened by nicktindall - 0
removed
#91 opened by MannyWhills - 1
Race condition in acquireLock
#81 opened by nicktindall - 1
- 0
- 0
When SetThreadAffinityMask silently fails, give a warning and retain the affinity mask.
#76 opened by peter-lawrey - 0
AffinityThreadFactory should bind all thread created, not just the first one.
#75 opened by peter-lawrey - 4
Threads to isolated CPUs strategy
#73 opened by thhart - 1
Fallback strategies when no cpu available
#72 opened by thhart - 4
Library does not work in eclipse and sonar
#58 opened by martinroucek - 2
FileLockBasedLockChecker error attempting to release locks held by other processes
#63 opened by marksantos - 3
TeamCity Java 11 build fails
#71 opened by JerryShea - 1
- 0
- 1
- 7
How can I bind a cpu to multithread?
#52 opened by wallezhang - 2
Hide Logging
#56 opened by heychazza - 3
Exception | AssertionError
#59 opened by yooniks - 0
Make configuration from a file/text easier
#54 opened by peter-lawrey - 3
Changed Affinity lock files to make use of file locks which get released on kill -9
#46 opened by RobAustin - 1
If one user holds a lock but doesn't release it, another user can't free it.
#48 opened by peter-lawrey - 5
Split packages cause error with Java 9
#41 opened by tbabinski - 2
allow me to return an special Thread subclass.
#45 opened by He-Pin - 6
cross process Affinity
#44 opened by ariksher-nex - 0
- 0
Lock files not removed after lock is released.
#42 opened by epickrram - 5
Centos 6.9 support for thread affinity
#40 opened by RobAustin - 0
question - single thread implementation.
#38 opened by RobAustin