Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B9FF7DB48 for ; Wed, 1 Aug 2012 22:46:03 +0000 (UTC) Received: (qmail 68012 invoked by uid 500); 1 Aug 2012 22:46:03 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 67983 invoked by uid 500); 1 Aug 2012 22:46:03 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 67967 invoked by uid 99); 1 Aug 2012 22:46:03 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Aug 2012 22:46:03 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 563AD1404B4 for ; Wed, 1 Aug 2012 22:46:03 +0000 (UTC) Date: Wed, 1 Aug 2012 22:46:03 +0000 (UTC) From: "Aleksey Yeschenko (JIRA)" To: commits@cassandra.apache.org Message-ID: <608287554.2711.1343861163356.JavaMail.jiratomcat@issues-vm> In-Reply-To: <1481406821.2378.1296972631061.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (CASSANDRA-2118) Provide failure modes if issues with the underlying filesystem of a node 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/CASSANDRA-2118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13426973#comment-13426973 ] Aleksey Yeschenko commented on CASSANDRA-2118: ---------------------------------------------- Regarding the second option (halting on error) - would it be best to stop the gossiper and rpc server (as the original patch does) or to actually terminate the process (to allow tools like pacemaker/god notice the failure)? > Provide failure modes if issues with the underlying filesystem of a node > ------------------------------------------------------------------------ > > Key: CASSANDRA-2118 > URL: https://issues.apache.org/jira/browse/CASSANDRA-2118 > Project: Cassandra > Issue Type: Sub-task > Components: Core > Reporter: Chris Goffinet > Assignee: Aleksey Yeschenko > Fix For: 1.2 > > Attachments: 0001-Provide-failure-modes-if-issues-with-the-underlying-.patch, 0001-Provide-failure-modes-if-issues-with-the-underlying-v2.patch, 0001-Provide-failure-modes-if-issues-with-the-underlying-v3.patch > > > CASSANDRA-2116 introduces the ability to detect FS errors. Let's provide a mode in cassandra.yaml so operators can decide that in the event of failure what to do: > 1) standard - means continue on all errors (default) > 2) read - means only stop gossip/rpc server if 'reads' fail from drive, writes can fail but not kill gossip/rpc server > 3) readwrite - means stop gossip/rpc server if any read or write errors. -- 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