Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Security Level: Public
-
Labels:None
Description
After seeing the IllegalArgumentException in a log, I re-thought through the series of events here.
This flag on the op is known by user threads and the IO thread. Thus it
is modified in these two different ways:
* operation is created and enqueued
* OperationFuture is returned
* .get() is called on OF
**timed out**
* operation is removed from input queue
* elapsed time is checked
**timed out**
This flag on the op is known by user threads and the IO thread. Thus it
is modified in these two different ways:
* operation is created and enqueued
* OperationFuture is returned
* .get() is called on OF
**timed out**
* operation is removed from input queue
* elapsed time is checked
**timed out**