Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 32973 invoked from network); 17 Nov 2008 19:52:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Nov 2008 19:52:35 -0000 Received: (qmail 67130 invoked by uid 500); 17 Nov 2008 19:52:42 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 67107 invoked by uid 500); 17 Nov 2008 19:52:42 -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 67094 invoked by uid 99); 17 Nov 2008 19:52:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Nov 2008 11:52:42 -0800 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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Nov 2008 19:51:29 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 46950234C28B for ; Mon, 17 Nov 2008 11:51:44 -0800 (PST) Message-ID: <86047497.1226951504288.JavaMail.jira@brutus> Date: Mon, 17 Nov 2008 11:51:44 -0800 (PST) From: "Kathey Marsden (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Resolved: (DERBY-2835) Getting SQLState.LANG_IGNORE_MISSING_INDEX_ROW_DURING_DELETE In-Reply-To: <18702844.1181992645856.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-2835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kathey Marsden resolved DERBY-2835. ----------------------------------- Resolution: Cannot Reproduce Don't have enough information to reproduce the issue. This issue can be reopened if we get a reproduction. > Getting SQLState.LANG_IGNORE_MISSING_INDEX_ROW_DURING_DELETE > ------------------------------------------------------------ > > Key: DERBY-2835 > URL: https://issues.apache.org/jira/browse/DERBY-2835 > Project: Derby > Issue Type: Bug > Components: Store > Affects Versions: 10.2.2.0 > Environment: Sun JDK 1.5 > Reporter: Kurt Huwig > > I get messages like this about once a week: > WARNING: While deleting a row from a table the index row for base table row (50813,81) was not found in index with conglomerate id 1.297. This problem has automatically been corrected as part of the delete operation. > I do not have a reproducing example besides the productive server, so here some hints what it is doing and what happened the last few days: > The table in question is a log file which gets a lot of updates and once it reaches a certain limit, the oldest records will be deleted once per day. > The database is embedded and accessed both embedded and via one network client on another machine. Nearly all read/write requests come from the network client. > The table's size is about 3,8 GB and contains a lot of entries (cannot check right now). > The JVM is sometimes stopped via "killall java". > Both machines are Linux-SMP. > Both machines use HA-JDBC to access the database. > Both machines have 1,5GB of memory. > The JVM is started with -Xmx768M -Xms768M -Xss128k > The application uses no transactions on this table. > The network client used 4000+ simultaneous connections, sometimes reaching the ulimit of the machine. The number of connections has been reduced to 1/10 and the ulimit has been increased a few days ago. Still there are records in the database from this time. > The network connection sometimes broke down as described in DERBY-2747. > The network client gets "lock timeouts" several times a day, due to long running requests. > The network client had a OutOfMemoryException regarding the Heap some days ago. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.