> Are both reads and writes marked as OOB ? Then they share the
same OOB
> thread pool !
>
We do mark reads as OOB
(DistributionManagerImpl.retrieveFromRemoteSource). So reads and
writes share the same OOB pool.
I was looking an non-trnasactional puts, and these
are not OOB. This benchmark uses optimistic transactions though, and that sends prepares
and commits async.
I remember not long ago Galder extended RadarGun to monitor GC
activity during the test. Mircea, would it be possible to use that to
also monitor the number of active threads in the OOB and Incoming
pools?
I'll take a look.