peter-lawrey / Java-Thread-Affinity

Control thread affinity for Java
379 stars 77 forks source link

Mispelled error message for missing affinity #15

Closed bimargulies closed 12 years ago

bimargulies commented 12 years ago

Cannot run affinity test as no threads gave been reserved. Use isocpus= in grub.conf or use -Daffinity.reserved={hex mask}

Note the missing 'l' from isolcpus.

peter-lawrey commented 12 years ago

This is in the code, rather than the documentation. (So I know what to fix)

peter-lawrey commented 12 years ago

I mean, I couldn't find where this is. Please let me know.

bimargulies commented 12 years ago

Hmm. I'll do some grepping.

On Thu, Mar 1, 2012 at 6:58 AM, Peter Lawrey reply@reply.github.com wrote:

I mean, I couldn't find where this is. Please let me know.


Reply to this email directly or view it on GitHub: https://github.com/peter-lawrey/Java-Thread-Affinity/issues/15#issuecomment-4256822

peter-lawrey commented 12 years ago

Sorry, I thought I did a full text search.

It was in AffinityLockTest.assignReleaseThread()()