Return-Path: X-Original-To: apmail-activemq-dev-archive@www.apache.org Delivered-To: apmail-activemq-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 23B3610FF7 for ; Fri, 30 Aug 2013 14:19:56 +0000 (UTC) Received: (qmail 95660 invoked by uid 500); 30 Aug 2013 14:19:55 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 95402 invoked by uid 500); 30 Aug 2013 14:19:53 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 95347 invoked by uid 99); 30 Aug 2013 14:19:51 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Aug 2013 14:19:51 +0000 Date: Fri, 30 Aug 2013 14:19:51 +0000 (UTC) From: "Gary Tully (JIRA)" To: dev@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (AMQ-4705) Add keep alive support to shared file locker MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Gary Tully created AMQ-4705: ------------------------------- Summary: Add keep alive support to shared file locker Key: AMQ-4705 URL: https://issues.apache.org/jira/browse/AMQ-4705 Project: ActiveMQ Issue Type: Bug Components: Message Store Affects Versions: 5.8.0 Reporter: Gary Tully Assignee: Gary Tully Fix For: 5.9.0 issue on nsfv4 with a master slave configuration, where both the slave and = the master could obtain a lock. The following events occurred: * master locks the file - does no more i/o to it =E2=80=93 it's passive wrt= the lock * slave asks every 10 seconds if it can get the lock nfs come back and say = no, someone has it * nfs dies not nicely ** nfsv4 is stateful - no callback for locks. It has a grace period 30 sec= onds to let all clients had locks reclaims locked * master does not realize it needs to reclaim the lock and continues under = the assumption it has the lock. * After 30 sec grace period, slave comes in and asks for the lock and it re= ceives it. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs For more information on JIRA, see: http://www.atlassian.com/software/jira