]
Ryan Emerson moved IPROTO-138 to ISPN-11616:
--------------------------------------------
Project: Infinispan (was: Infinispan ProtoStream)
Key: ISPN-11616 (was: IPROTO-138)
Log a warning when the write-behind modification queue is full
--------------------------------------------------------------
Key: ISPN-11616
URL:
https://issues.redhat.com/browse/ISPN-11616
Project: Infinispan
Issue Type: Enhancement
Reporter: Ryan Emerson
Priority: Major
When the async-modification-queue becomes full, writes are performed synchronously.
Currently it's not possible from the logs to ascertain that this has happened, even
though it could have a significant impact on performance. We should log when the queue is
full, followed by a follow up message saying how many writes we written synchronously once
it's no longer full. This will provide the user with feedback that can be used to more
accurately configured the queue size.