Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-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 E2133D919 for ; Tue, 2 Oct 2012 21:37:13 +0000 (UTC) Received: (qmail 85415 invoked by uid 500); 2 Oct 2012 21:37:13 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 85381 invoked by uid 500); 2 Oct 2012 21:37:13 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 85371 invoked by uid 99); 2 Oct 2012 21:37:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Oct 2012 21:37:13 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.8] (HELO aegis.apache.org) (140.211.11.8) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Oct 2012 21:37:11 +0000 Received: from aegis.apache.org (localhost [127.0.0.1]) by aegis.apache.org (Postfix) with ESMTP id E2E07C00A0 for ; Tue, 2 Oct 2012 21:36:51 +0000 (UTC) Date: Tue, 2 Oct 2012 21:36:51 +0000 (UTC) From: Apache Jenkins Server To: dev@hive.apache.org Message-ID: <385469306.1989.1349213811927.JavaMail.hudson@aegis.apache.org> In-Reply-To: <1541600895.1912.1349189310476.JavaMail.hudson@aegis.apache.org> References: <1541600895.1912.1349189310476.JavaMail.hudson@aegis.apache.org> Subject: Hive-trunk-h0.21 - Build # 1716 - Still Failing MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_1988_852553993.1349213811915" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_1988_852553993.1349213811915 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Changes for Build #1708 Changes for Build #1709 [namit] HIVE-3515 metadata_export_drop.q causes failure of other tests (Ivan Gorbachev via namit) Changes for Build #1710 Changes for Build #1711 [heyongqiang] HIVE-2206:add a new optimizer for query correlation discovery and optimization (Yin Huai via He Yongqiang) [namit] HIVE-1367 cluster by multiple columns does not work if parenthesis is present (Zhenxiao Luo via namit) Changes for Build #1712 [cws] add instrumentation to capture if there is skew in reducers (Arun Dobriya via cws) [namit] HIVE-3493 aggName of SemanticAnalyzer.getGenericUDAFEvaluator is generated in two different ways (Yin Huai via namit) [heyongqiang] revert r1392105 due to bylaw requirement mentioned by Carl Steinbach Changes for Build #1713 Changes for Build #1714 [kevinwilfong] HIVE-3484. RetryingRawStore logic needs to be significantly reworked to support retries within transactions (Jean Xu via kevinwilfong) Changes for Build #1715 [namit] HIVE-3495 For UDAFs, when generating a plan without map-side-aggregation, constant agg parameters will be replaced by ExprNodeColumnDesc (Yin Huai via namit) Changes for Build #1716 1 tests failed. REGRESSION: org.apache.hadoop.hive.metastore.TestMetaStoreEventListener.testListener Error Message: java.net.SocketTimeoutException: Read timed out Stack Trace: org.apache.thrift.transport.TTransportException: java.net.SocketTimeoutException: Read timed out at org.apache.thrift.transport.TIOStreamTransport.read(TIOStreamTransport.java:129) at org.apache.thrift.transport.TTransport.readAll(TTransport.java:84) at org.apache.thrift.protocol.TBinaryProtocol.readAll(TBinaryProtocol.java:378) at org.apache.thrift.protocol.TBinaryProtocol.readI32(TBinaryProtocol.java:297) at org.apache.thrift.protocol.TBinaryProtocol.readMessageBegin(TBinaryProtocol.java:204) at org.apache.thrift.TServiceClient.receiveBase(TServiceClient.java:69) at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Client.recv_get_database(ThriftHiveMetastore.java:378) at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Client.get_database(ThriftHiveMetastore.java:365) at org.apache.hadoop.hive.metastore.HiveMetaStoreClient.getDatabase(HiveMetaStoreClient.java:705) at org.apache.hadoop.hive.metastore.TestMetaStoreEventListener.testListener(TestMetaStoreEventListener.java:190) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at junit.framework.TestCase.runTest(TestCase.java:168) at junit.framework.TestCase.runBare(TestCase.java:134) at junit.framework.TestResult$1.protect(TestResult.java:110) at junit.framework.TestResult.runProtected(TestResult.java:128) at junit.framework.TestResult.run(TestResult.java:113) at junit.framework.TestCase.run(TestCase.java:124) at junit.framework.TestSuite.runTest(TestSuite.java:232) at junit.framework.TestSuite.run(TestSuite.java:227) at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:518) at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1052) at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:906) Caused by: java.net.SocketTimeoutException: Read timed out at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java:129) at org.apache.thrift.transport.TIOStreamTransport.read(TIOStreamTransport.java:127) ... 24 more The Apache Jenkins build system has built Hive-trunk-h0.21 (build #1716) Status: Still Failing Check console output at https://builds.apache.org/job/Hive-trunk-h0.21/1716/ to view the results. ------=_Part_1988_852553993.1349213811915--