Return-Path: X-Original-To: apmail-directory-dev-archive@www.apache.org Delivered-To: apmail-directory-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 21A21109E8 for ; Thu, 12 Feb 2015 19:56:12 +0000 (UTC) Received: (qmail 98846 invoked by uid 500); 12 Feb 2015 19:56:12 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 98795 invoked by uid 500); 12 Feb 2015 19:56:12 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 98782 invoked by uid 99); 12 Feb 2015 19:56:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Feb 2015 19:56:12 +0000 Date: Thu, 12 Feb 2015 19:56:11 +0000 (UTC) From: "David Foust (JIRA)" To: dev@directory.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (DIRSERVER-2049) Queries interrupted with delete/add operations 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/DIRSERVER-2049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14318879#comment-14318879 ] David Foust commented on DIRSERVER-2049: ---------------------------------------- I've setup a mavibot partition and loaded it up with the same data. It seems to still have the same effect. Querying all entries is taking around 30 seconds. While running the query I delete and re-add the same user, it will stop the query. Using: apacheds-service-2.0.0-M19.jar apacheds-mavibot-partition-2.0.0-M19.jar Just to confirm it is a mavibot partition, in my partition folder I now have a 1.2 GB file named mavibot.db and a few small txt files. > Queries interrupted with delete/add operations > ---------------------------------------------- > > Key: DIRSERVER-2049 > URL: https://issues.apache.org/jira/browse/DIRSERVER-2049 > Project: Directory ApacheDS > Issue Type: Bug > Affects Versions: 2.0.0-M19 > Environment: RHEL6 / Java jdk1.7.0_55 > Reporter: David Foust > > We were testing ApacheDS again here in our organization since DIRSERVER-1992 was resolved. I'm finding that with 10000 people entries, if I perform the following in order my query fails: > 1. Query all objectClass=person > 2. (while query is still running) - Delete any single person > 3. (while query is still running) - Recreate same entry > 4. Query will stop, error reports: > 02:50:37 PM: List failed > Root error: [LDAP: error code 80 - OTHER: failed for MessageType : SEARCH_REQUEST > Message ID : 5 > The delete and add operation performs as expected. The query works as expected if the del/add operation doesn't happen before it is finished. -- This message was sent by Atlassian JIRA (v6.3.4#6332)