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/12 18:23:47 UTC

[jira] Issue Comment Edited: (DERBY-4967) Handle interrupt received while waiting for database lock

    [ https://issues.apache.org/jira/browse/DERBY-4967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12980306#action_12980306 ] 

Dag H. Wanvik edited comment on DERBY-4967 at 1/12/11 12:23 PM:
----------------------------------------------------------------

Uploading a patch which makes Derby give up waiting for a lock if an interrupt is seen.
Instead it will throw SQLState.CONN_INTERRUPT (the thread's interrupt flag will still be set).



      was (Author: dagw):
    Uploading a patch which makes Derby give up waiting for a lock if an interrupt is seen.
Instead it will throw SQLState.CONN_INTERRUPT.


  
> Handle interrupt received while waiting for database lock
> ---------------------------------------------------------
>
>                 Key: DERBY-4967
>                 URL: https://issues.apache.org/jira/browse/DERBY-4967
>             Project: Derby
>          Issue Type: Improvement
>          Components: Store
>            Reporter: Dag H. Wanvik
>             Fix For: 10.8.0.0
>
>         Attachments: derby-4967-locking-1.diff, derby-4967-locking-1.stat
>
>
> Subtask of DERBY-4741: this issue tracks the changes needed to handle interrupt received while a thread is waiting for a database lock.

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