You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Dag H. Wanvik (JIRA)" <ji...@apache.org> on 2011/01/11 21:26:46 UTC

[jira] Updated: (DERBY-4968) Let query stop execution if an interrupt is seen, at same time as we check the query timeout

     [ https://issues.apache.org/jira/browse/DERBY-4968?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dag H. Wanvik updated DERBY-4968:
---------------------------------

    Description: 
Subtask of DERBY-4741. 
In BasicNoPutResultSetImpl#checkCancellationFlag we currently check whether a statement has been canceled or it timed out at certain times during query execution. We would like an interrupt seen during execution hitherto also throw at this point. Cf the way we also stop execution of batches if a batch elements sees an interrupt.

  was:
Subtask of DERBY-4741. 
In BasicNoPutResultSetImpl#checkCancellationFlag we currently check whether a statement has been canceled or it timed out at certain times during query execution. We would like an interrupt seen during execution hitherto also throw at this point. Cf the way bw also stop execution of batches if a batch elements sees an interrupt.


> Let query stop execution if an interrupt is seen, at same time as we check the query timeout
> --------------------------------------------------------------------------------------------
>
>                 Key: DERBY-4968
>                 URL: https://issues.apache.org/jira/browse/DERBY-4968
>             Project: Derby
>          Issue Type: Improvement
>            Reporter: Dag H. Wanvik
>
> Subtask of DERBY-4741. 
> In BasicNoPutResultSetImpl#checkCancellationFlag we currently check whether a statement has been canceled or it timed out at certain times during query execution. We would like an interrupt seen during execution hitherto also throw at this point. Cf the way we also stop execution of batches if a batch elements sees an interrupt.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.