Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-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 8638091B4 for ; Mon, 4 Jun 2012 21:06:24 +0000 (UTC) Received: (qmail 68011 invoked by uid 500); 4 Jun 2012 21:06:23 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 67920 invoked by uid 500); 4 Jun 2012 21:06:23 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 67733 invoked by uid 99); 4 Jun 2012 21:06:23 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jun 2012 21:06:23 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 34D67141663 for ; Mon, 4 Jun 2012 21:06:23 +0000 (UTC) Date: Mon, 4 Jun 2012 21:06:23 +0000 (UTC) From: "Ronny Pfannschmidt (JIRA)" To: dev@couchdb.apache.org Message-ID: <420614750.36201.1338843983220.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Created] (COUCHDB-1491) view cleanup can kill the viewserver handling process MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Ronny Pfannschmidt created COUCHDB-1491: ------------------------------------------- Summary: view cleanup can kill the viewserver handling process Key: COUCHDB-1491 URL: https://issues.apache.org/jira/browse/COUCHDB-1491 Project: CouchDB Issue Type: Bug Components: View Server Support Reporter: Ronny Pfannschmidt Attachments: testcase.py basic steps to create the issue on a empty db 1. save a few docs 2. create a ddoc, triger view update 3. delete the ddoc 4. view cleanup 6. push ddoc again 7. view update -> {"error":"noproc","reason":"{gen_server,call,[<0.485.0>,{get_state,200003},infinity]}"} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira