From hdfs-dev-return-294-apmail-hadoop-hdfs-dev-archive=hadoop.apache.org@hadoop.apache.org Mon Sep 21 06:59:49 2009 Return-Path: Delivered-To: apmail-hadoop-hdfs-dev-archive@minotaur.apache.org Received: (qmail 55638 invoked from network); 21 Sep 2009 06:59:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 21 Sep 2009 06:59:48 -0000 Received: (qmail 23423 invoked by uid 500); 21 Sep 2009 06:59:48 -0000 Delivered-To: apmail-hadoop-hdfs-dev-archive@hadoop.apache.org Received: (qmail 23330 invoked by uid 500); 21 Sep 2009 06:59:48 -0000 Mailing-List: contact hdfs-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-dev@hadoop.apache.org Delivered-To: mailing list hdfs-dev@hadoop.apache.org Delivered-To: moderator for hdfs-dev@hadoop.apache.org Received: (qmail 34573 invoked by uid 99); 21 Sep 2009 04:46:40 -0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of luoli523@gmail.com designates 209.85.222.194 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=R3llarwIlOEPVPz5HQZRsb/UfJ5FVvO7OZjsBcEloP4=; b=jPyXGl1izhGYh3ioVrnvcw4y8x8ycKroMghSqXzcWnEhKKFCXhAnO4slMsVW1qceh2 zvU6cJsIOl4BTvDJ1bjEggA/VD9INme792HEXQsl1YJjOJ8xQDniGme6XHQ2Lip7pQgA f4hS78gxqH6W+++5F+3A/BKSSyweRdbkkrqyk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=SnPIzh3YEE7rtt1BsPdHrRpqKYlplHQl8Unkg1SRupOEVYUm6fwSgf+Ptf7wvmdalq LE7VGb1KC0rEXLORv6X+5lsZFWKYcMoo7TKoP1ulHZmBaqubTprzZVgH4clIi9+4ZEGy wnlFDUD/7zI+W7rkMQCv3RtztoFvjDAWgUa+0= MIME-Version: 1.0 Date: Mon, 21 Sep 2009 12:46:09 +0800 Message-ID: <6a8e84840909202146s5a600c88t249a0629cc4e33a2@mail.gmail.com> Subject: hadoop fs put problem From: li luo To: hdfs-dev@hadoop.apache.org Content-Type: multipart/alternative; boundary=001636e0b61b1a1d4204740f29cf X-Virus-Checked: Checked by ClamAV on apache.org --001636e0b61b1a1d4204740f29cf Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: quoted-printable Hi all: Here I got some problems when I put some data to HDFS. I have about 40 put operation parallelly, and 38 of them successed, 2 fail with the following Error logs: *put: All datanodes =A3=AA=A3=AA=A3=AA=A3=AA:50010 are bad. Aborting..*. Command exited with non-zero status 255 4.77user 2.86system 46:08.29elapsed 0%CPU (0avgtext+0avgdata 0maxresident)k 0inputs+0outputs (2major+40406minor)pagefaults 0swaps *put: All datanodes =A3=AA=A3=AA=A3=AA=A3=AA:50010 are bad. Aborting...* Command exited with non-zero status 255 4.76user 2.74system 48:51.19elapsed 0%CPU (0avgtext+0avgdata 0maxresident)k 0inputs+0outputs (2major+36881minor)pagefaults 0swaps I search the log content in code and It seems like some problem made hadoop to call the method of "processDatanodeError()", Could anybody help me about this ? --001636e0b61b1a1d4204740f29cf--