From gitbox-return-13557-archive-asf-public=cust-asf.ponee.io@hive.apache.org Mon May 10 18:20:53 2021 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-ec2-va.apache.org (mxout1-ec2-va.apache.org [3.227.148.255]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id D306E180636 for ; Mon, 10 May 2021 20:20:53 +0200 (CEST) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-ec2-va.apache.org (ASF Mail Server at mxout1-ec2-va.apache.org) with SMTP id 0F8523EF5A for ; Mon, 10 May 2021 18:20:53 +0000 (UTC) Received: (qmail 37428 invoked by uid 500); 10 May 2021 18:20:52 -0000 Mailing-List: contact gitbox-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: gitbox@hive.apache.org Delivered-To: mailing list gitbox@hive.apache.org Received: (qmail 37408 invoked by uid 99); 10 May 2021 18:20:52 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 May 2021 18:20:52 +0000 From: =?utf-8?q?GitBox?= To: gitbox@hive.apache.org Subject: =?utf-8?q?=5BGitHub=5D_=5Bhive=5D_saihemanth-cloudera_commented_on_a_change_?= =?utf-8?q?in_pull_request_=232075=3A_HIVE-24816=3A_Jackson_version_changed_?= =?utf-8?q?to_2=2E11=2E0_in_the_pom_files?= Message-ID: <162067085244.15571.377749157594982119.asfpy@gitbox.apache.org> Date: Mon, 10 May 2021 18:20:52 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit In-Reply-To: References: saihemanth-cloudera commented on a change in pull request #2075: URL: https://github.com/apache/hive/pull/2075#discussion_r629576004 ########## File path: itests/qtest/src/test/java/org/apache/hadoop/hive/cli/TestMiniDruidCliDriver.java ########## @@ -29,7 +30,7 @@ import java.io.File; import java.util.List; - +@Ignore("Flaky due to HIVE-24816") Review comment: Yes, this issue is not seen in 2.10.5 jackson version, but it is being seen in every available version post 2.10.5. The error that I'm seeing is: Cannot create PoolableConnectionFactory (java.net.ConnectException : Error connecting to server localhost on port 8,084 with message Connection refused (Connection refused) This error is originated from one of the jackson components in DruidCliDriver. So I had to disable these tests -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org For additional commands, e-mail: gitbox-help@hive.apache.org