franz1981 commented on issue #6: Artemis 2562 Reduces context-switches on iocb 
pool
URL: 
https://github.com/apache/activemq-artemis-native/pull/6#issuecomment-558525145
 
 
   @michaelandrepearce 
   
   > Both would be finally terminal better to have a quick death and know the 
cause, than a slow and silent one.
   
   The point is that if the kernel hasn't yet released the `iocb` it means that 
the I/O op is stucked somewhere and we can't really assume anything about its 
state if not that would be better to immediately crash the broker, because 
storage is no longer reliable: that would be fast, timely and informed.
   I would prefer to not force release a *probably* used `iocb` and warn/error 
the Java side; possibly by capturing it as a criticalIO/error (usually it would 
shutdown the broker). 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to