Hi,
It seems to me that DefaultThreadPool.getQueueSize() returns incorrect
value. I am using grizzly-1.9.18-i and while running server, which is
using grizzly, I periodically get statistics by calling getQueueSize()
of DefaultThreadPool. It sometimes returns negative value.
I changed the program which gets statistics, from getQueueSize() of
DefaultThreadPool to getQueue().size(), it was OK.
Thanks,
Minoru