From issues-return-190552-archive-asf-public=cust-asf.ponee.io@hive.apache.org Thu May 21 07:35:02 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id CFD8B1804BB for ; Thu, 21 May 2020 09:35:01 +0200 (CEST) Received: (qmail 64081 invoked by uid 500); 21 May 2020 07:35:01 -0000 Mailing-List: contact issues-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 issues@hive.apache.org Received: (qmail 64070 invoked by uid 99); 21 May 2020 07:35:01 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 May 2020 07:35:01 +0000 Received: from jira-he-de.apache.org (static.172.67.40.188.clients.your-server.de [188.40.67.172]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 911BFE2F0E for ; Thu, 21 May 2020 07:35:00 +0000 (UTC) Received: from jira-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira-he-de.apache.org (ASF Mail Server at jira-he-de.apache.org) with ESMTP id 0C52678032D for ; Thu, 21 May 2020 07:35:00 +0000 (UTC) Date: Thu, 21 May 2020 07:35:00 +0000 (UTC) From: "Peter Vary (Jira)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-23525) TestAcidTxnCleanerService is unstable 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/HIVE-23525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17112868#comment-17112868 ] Peter Vary commented on HIVE-23525: ----------------------------------- [~pvargacl]: Could you please take a look? Thanks! > TestAcidTxnCleanerService is unstable > ------------------------------------- > > Key: HIVE-23525 > URL: https://issues.apache.org/jira/browse/HIVE-23525 > Project: Hive > Issue Type: Sub-task > Reporter: Zoltan Haindrich > Priority: Major > > from time to time this exception happens > http://34.66.156.144:8080/job/hive-c/7/console > {code} > 15:03:41 [INFO] > 15:03:41 [INFO] ------------------------------------------------------- > 15:03:41 [INFO] T E S T S > 15:03:41 [INFO] ------------------------------------------------------- > 15:03:42 [INFO] Running org.apache.hadoop.hive.metastore.txn.TestAcidTxnCleanerService > 15:04:10 [ERROR] Tests run: 5, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 25.582 s <<< FAILURE! - in org.apache.hadoop.hive.metastore.txn.TestAcidTxnCleanerService > 15:04:10 [ERROR] cleansAllCommittedTxns(org.apache.hadoop.hive.metastore.txn.TestAcidTxnCleanerService) Time elapsed: 9.952 s <<< FAILURE! > 15:04:10 java.lang.AssertionError: expected:<6> but was:<7> > 15:04:10 at org.apache.hadoop.hive.metastore.txn.TestAcidTxnCleanerService.cleansAllCommittedTxns(TestAcidTxnCleanerService.java:107) > 15:04:10 > 15:04:10 [INFO] > 15:04:10 [INFO] Results: > 15:04:10 [INFO] > 15:04:10 [ERROR] Failures: > 15:04:10 [ERROR] TestAcidTxnCleanerService.cleansAllCommittedTxns:107 expected:<6> but was:<7> > 15:04:10 [INFO] > 15:04:10 [ERROR] Tests run: 5, Failures: 1, Errors: 0, Skipped: 0 > 15:04:10 [INFO] > 15:04:10 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.20.1:test (default-test) on project hive-standalone-metastore-server: There are test failures. > 15:04:10 [ERROR] > 15:04:10 [ERROR] Please refer to /home/jenkins/agent/workspace/hive-c/standalone-metastore/metastore-server/target/surefire-reports for the individual test results. > 15:04:10 [ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, [date].dumpstream and [date]-jvmRun[N].dumpstream. > 15:04:10 [ERROR] -> [Help 1] > 15:04:10 [ERROR] > 15:04:10 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. > 15:04:10 [ERROR] Re-run Maven using the -X switch to enable full debug logging. > 15:04:10 [ERROR] > 15:04:10 [ERROR] For more information about the errors and possible solutions, please read the following articles: > 15:04:10 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException > {code} -- This message was sent by Atlassian Jira (v8.3.4#803005)