The add method of o.a.c.c.decorators.BlockingBuffer uses notify rather than notifyAll to notify threads that may be waiting on blocked get or remove requests. Why is this? The addAll method uses notifyAll, which would seem natural for add as well.

This issue is being tracked in pr #23159, raised by Janek Bogucki.

Phil


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to