* will close the cursor but other threads processing the
* search will get an OperationAbandonedException which as
* seen below will make sure the proper handling is
* performed.
*/
cursor.close( new OperationAbandonedException() );
}
}
catch ( Exception e )
{
LOG.error( I18n.err( I18n.ERR_166, req.getMessageId() ), e );