Return-Path: X-Original-To: apmail-db-derby-dev-archive@www.apache.org Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 73E3310AFD for ; Wed, 11 Dec 2013 22:38:08 +0000 (UTC) Received: (qmail 84851 invoked by uid 500); 11 Dec 2013 22:38:08 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 84808 invoked by uid 500); 11 Dec 2013 22:38:08 -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 84629 invoked by uid 99); 11 Dec 2013 22:38:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Dec 2013 22:38:07 +0000 Date: Wed, 11 Dec 2013 22:38:07 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: derby-dev@db.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (DERBY-6419) Make BTree scan honor OPENMODE_LOCK_NOWAIT for row locks. 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-6419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13845795#comment-13845795 ] ASF subversion and git services commented on DERBY-6419: -------------------------------------------------------- Commit 1550299 from [~dagw] in branch 'code/trunk' [ https://svn.apache.org/r1550299 ] DERBY-6419 Make BTree scan honor OPENMODE_LOCK_NOWAIT for row locks A follow-up patch: derby-6419-followup. Only short circuit waiting for lock in BTree scan to check duplicates for a deferred unique/pk constraint if constraint mode is deferred (i.e. not if immediate). Added a test case lifted from UniqueConstraintMultiThreadedTest, which exposed the issue when we run the regressions with default deferrable by default (see DERBY-532). > Make BTree scan honor OPENMODE_LOCK_NOWAIT for row locks. > ---------------------------------------------------------- > > Key: DERBY-6419 > URL: https://issues.apache.org/jira/browse/DERBY-6419 > Project: Derby > Issue Type: Sub-task > Components: Store > Reporter: Dag H. Wanvik > Attachments: derby-6419-1.diff, derby-6419-1.status, derby-6419-followup.diff, derby-6419-followup.status > > > Optimization desirable to support deferred constraints. -- This message was sent by Atlassian JIRA (v6.1.4#6159)