Return-Path: X-Original-To: apmail-hadoop-common-user-archive@www.apache.org Delivered-To: apmail-hadoop-common-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9211210E42 for ; Thu, 13 Feb 2014 17:10:04 +0000 (UTC) Received: (qmail 88135 invoked by uid 500); 13 Feb 2014 17:09:56 -0000 Delivered-To: apmail-hadoop-common-user-archive@hadoop.apache.org Received: (qmail 87959 invoked by uid 500); 13 Feb 2014 17:09:56 -0000 Mailing-List: contact user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hadoop.apache.org Delivered-To: mailing list user@hadoop.apache.org Received: (qmail 87952 invoked by uid 99); 13 Feb 2014 17:09:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Feb 2014 17:09:56 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of aagarwal@hortonworks.com designates 209.85.160.171 as permitted sender) Received: from [209.85.160.171] (HELO mail-yk0-f171.google.com) (209.85.160.171) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Feb 2014 17:09:50 +0000 Received: by mail-yk0-f171.google.com with SMTP id q9so19994002ykb.2 for ; Thu, 13 Feb 2014 09:09:30 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=O1F+Ka3QG7+3qPKmehf6THCpgSBTbRc89RO6gKQhGbo=; b=db2j0KSt5QvMoPiZT+Hb4oGvR9PLCoFk6LAubPhUkauVWrF27Bk8mx4fT7P2jXTdtc 9i4neKZwjFlvrBeGIRj9sMneLzm2a28eHctEAKzOv5V7sfOGMBMQZvobPsB/xv/HQ6xK ew4LW8AVkkiBAdEshj6/R3AlAA1sSDimCes9NZ3W/9hKNLmttGF7Dto+2kbvXtnmNvpA dMPE+zE1Zc7pBpMpUlbvWn+OU8azOEuwhxjTwY1KqWrfH/OgMVf8Jfn7XOPGOPhEi/kn WRmuJCuD1ykXnK7cl3zaFUjzGmcciCydS50wmH/3XgOPKbab24Js3Xpmt2dqGi/z6O9H +Nsw== X-Gm-Message-State: ALoCoQmBTBAMnjzKhNRb7TqiND37QEVCniNeFLD0yH2BEpcXcY/AMF19moXCFUyoZ9XeQsKgy1mQ09ounmqtwmOv4MiGuhnSfLju77e8685A0CUj/qEkL3k= MIME-Version: 1.0 X-Received: by 10.236.51.71 with SMTP id a47mr2309266yhc.22.1392311369868; Thu, 13 Feb 2014 09:09:29 -0800 (PST) Received: by 10.170.186.74 with HTTP; Thu, 13 Feb 2014 09:09:29 -0800 (PST) In-Reply-To: References: Date: Thu, 13 Feb 2014 09:09:29 -0800 Message-ID: Subject: Fwd: umount bad disk From: Arpit Agarwal To: user@hbase.apache.org Content-Type: multipart/alternative; boundary=bcaec50dc6189f0ea204f24cc023 X-Virus-Checked: Checked by ClamAV on apache.org --bcaec50dc6189f0ea204f24cc023 Content-Type: text/plain; charset=US-ASCII bcc'ed hadoop-user Lei, perhaps hbase-user can help. ---------- Forwarded message ---------- From: lei liu Date: Thu, Feb 13, 2014 at 1:04 AM Subject: umount bad disk To: user@hadoop.apache.org I use HBase0.96 and CDH4.3.1. I use Short-Circuit Local Read: dfs.client.read.shortcircuit true dfs.domain.socket.path /home/hadoop/cdh4-dn-socket/dn_socket When one disk is bad, because the RegionServer open some file on the disk, so I don't run "umount", example: sudo umount -f /disk10 umount2: Device or resource busy umount: /disk10: device is busy umount2: Device or resource busy umount: /disk10: device is busy I must stop RegionServer in order to run umount command. How can don't stop RegionServer and delete the bad disk. Thanks, LiuLei -- CONFIDENTIALITY NOTICE NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You. --bcaec50dc6189f0ea204f24cc023 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
bcc'ed hadoop-user

<= div>Lei, perhaps hbase-user can help.

---------- Forwarded message ----------
From: lei liu <liulei412@gmail.com>
Date: Thu, Feb 13, 2014 at 1:04 AM
Subject: umount bad disk
To: user@hadoop.apache.org


=
I use HBase0.96 and CDH4.3.1.

I use Shor= t-Circuit Local Read:
<property>
  <name>dfs.client.read.shortcircuit</name><=
/span>
  <value>true</value>
</property>
<property>
  <name>dfs.domain.socket.path</name>
  <value>/home/hadoop/cdh4-dn-socket/dn_socket<=
/value>
</property>

When one disk is bad=
, because the RegionServer open some file on the disk, so I don't run &=
quot;umount", example:
sudo umount -f /disk10
umount2: Device or= resource busy
umount: /disk10: device is busy
umount2: Device or resource busy
umou= nt: /disk10: device is busy

I must stop Reg=
ionServer in order to run umount command.  


=
How can don't stop RegionServer and delete the =
bad disk.

Thanks,

<=
span>LiuLei









CONFIDENTIALITY NOTICE
NOTICE: This message is = intended for the use of the individual or entity to which it is addressed a= nd may contain information that is confidential, privileged and exempt from= disclosure under applicable law. If the reader of this message is not the = intended recipient, you are hereby notified that any printing, copying, dis= semination, distribution, disclosure or forwarding of this communication is= strictly prohibited. If you have received this communication in error, ple= ase contact the sender immediately and delete it from your system. Thank Yo= u. --bcaec50dc6189f0ea204f24cc023--