Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2DCF610D1E for ; Thu, 18 Dec 2014 05:22:14 +0000 (UTC) Received: (qmail 32832 invoked by uid 500); 18 Dec 2014 05:22:13 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 32782 invoked by uid 500); 18 Dec 2014 05:22:13 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 32668 invoked by uid 99); 18 Dec 2014 05:22:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Dec 2014 05:22:13 +0000 Date: Thu, 18 Dec 2014 05:22:13 +0000 (UTC) From: "Yi Liu (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HADOOP-11424) Fix failure for TestOsSecureRandom 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/HADOOP-11424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yi Liu updated HADOOP-11424: ---------------------------- Status: Patch Available (was: Open) > Fix failure for TestOsSecureRandom > ---------------------------------- > > Key: HADOOP-11424 > URL: https://issues.apache.org/jira/browse/HADOOP-11424 > Project: Hadoop Common > Issue Type: Bug > Components: test > Reporter: Yi Liu > Assignee: Yi Liu > Attachments: HADOOP-11424.001.patch > > > Recently I usually see failure of {{testOsSecureRandomSetConf}} in TestOsSecureRandom. > https://builds.apache.org/job/PreCommit-HADOOP-Build/5298//testReport/org.apache.hadoop.crypto.random/TestOsSecureRandom/testOsSecureRandomSetConf/ > {code} > java.lang.Exception: test timed out after 120000 milliseconds > at java.io.FileInputStream.readBytes(Native Method) > at java.io.FileInputStream.read(FileInputStream.java:272) > at java.io.BufferedInputStream.read1(BufferedInputStream.java:273) > at java.io.BufferedInputStream.read(BufferedInputStream.java:334) > at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:283) > at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:325) > at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:177) > at java.io.InputStreamReader.read(InputStreamReader.java:184) > at java.io.BufferedReader.fill(BufferedReader.java:154) > at java.io.BufferedReader.read1(BufferedReader.java:205) > at java.io.BufferedReader.read(BufferedReader.java:279) > at org.apache.hadoop.util.Shell$ShellCommandExecutor.parseExecResult(Shell.java:735) > at org.apache.hadoop.util.Shell.runCommand(Shell.java:531) > at org.apache.hadoop.util.Shell.run(Shell.java:456) > at org.apache.hadoop.util.Shell$ShellCommandExecutor.execute(Shell.java:722) > at org.apache.hadoop.crypto.random.TestOsSecureRandom.testOsSecureRandomSetConf(TestOsSecureRandom.java:149) > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)