Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 30651 invoked from network); 12 Jan 2011 17:32:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Jan 2011 17:32:09 -0000 Received: (qmail 64737 invoked by uid 500); 12 Jan 2011 17:32:09 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 64523 invoked by uid 500); 12 Jan 2011 17:32:06 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 64515 invoked by uid 99); 12 Jan 2011 17:32:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jan 2011 17:32:06 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jan 2011 17:32:05 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id p0CHVjX9002876 for ; Wed, 12 Jan 2011 17:31:45 GMT Message-ID: <5654784.317461294853505676.JavaMail.jira@thor> Date: Wed, 12 Jan 2011 12:31:45 -0500 (EST) From: "Dag H. Wanvik (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Assigned: (DERBY-4968) Let query stop execution if an interrupt is seen, at same time as we check the query timeout In-Reply-To: <12471082.294171294777605721.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DERBY-4968?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dag H. Wanvik reassigned DERBY-4968: ------------------------------------ Assignee: Dag H. Wanvik > 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 > Components: Store > Reporter: Dag H. Wanvik > Assignee: Dag H. Wanvik > Fix For: 10.8.0.0 > > Attachments: derby-4968-1.diff, derby-4968-1.stat > > > 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 to also throw at this point. Cf the way we also stop execution of batches if a batch element sees an interrupt. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.