Hi Team,

I made *log level* *changes for 2 jiras*. PRE COMMIT testing is getting
failed in different classes.

I hv applied same patch for 6 times for HIVE-18884 and couple of times for
HIVE-21099 to get rid of PRE-COMMIT tests occuring in the different classes
than the classes which I had changed.

Is any other option is available to get these changes accepted, other than
applying the same patch again and again.


With Regards
M.Mani
+61 432 461 087

---------- Forwarded message ---------
From: Hive QA (JIRA) <j...@apache.org>
Date: Sun, 13 Jan 2019, 18:38
Subject: [jira] [Commented] (HIVE-18884) Simplify Logging in Hive Metastore
Client
To: <rmsm...@gmail.com>



    [
https://issues.apache.org/jira/browse/HIVE-18884?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16741483#comment-16741483
]

Hive QA commented on HIVE-18884:
--------------------------------



Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12954750/HIVE.18884.09.patch

{color:red}ERROR:{color} -1 due to no test(s) being added or modified.

{color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 15694 tests
executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.metastore.TestPartitionManagement.testPartitionDiscoveryTransactionalTable
(batchId=220)
{noformat}

Test results:
https://builds.apache.org/job/PreCommit-HIVE-Build/15608/testReport
Console output:
https://builds.apache.org/job/PreCommit-HIVE-Build/15608/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-15608/

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.YetusPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests exited with: TestsFailedException: 1 tests failed
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12954750 - PreCommit-HIVE-Build

> Simplify Logging in Hive Metastore Client
> -----------------------------------------
>
>                 Key: HIVE-18884
>                 URL: https://issues.apache.org/jira/browse/HIVE-18884
>             Project: Hive
>          Issue Type: Improvement
>          Components: Standalone Metastore
>    Affects Versions: 3.0.0, 4.0.0
>            Reporter: BELUGA BEHR
>            Assignee: Mani M
>            Priority: Minor
>              Labels: logging, newbie, noob
>         Attachments: HIVE.18884.02.patch, HIVE.18884.03.patch,
HIVE.18884.04.patch, HIVE.18884.05.patch, HIVE.18884.06.patch,
HIVE.18884.07.patch, HIVE.18884.08.patch, HIVE.18884.09.patch,
HIVE.18884.patch
>
>
>
https://github.com/apache/hive/blob/4047befe48c8f762c58d8854e058385c1df151c6/standalone-metastore/src/main/java/org/apache/hadoop/hive/metastore/HiveMetaStoreClient.java
> The current logging is:
> {code}
> 2018-02-26 07:02:44,883  INFO  hive.metastore: [HiveServer2-Handler-Pool:
Thread-65]: Trying to connect to metastore with URI thrift://
host.company.com:9083
> 2018-02-26 07:02:44,892  INFO  hive.metastore: [HiveServer2-Handler-Pool:
Thread-65]: Connected to metastore.
> 2018-02-26 07:02:44,892  INFO  hive.metastore: [HiveServer2-Handler-Pool:
Thread-65]: Opened a connection to metastore, current connections: 2
> {code}
> Please simplify to something like:
> {code}
> 2018-02-26 07:02:44,892  INFO  hive.metastore: [HiveServer2-Handler-Pool:
Thread-65]: Opened a connection to the Metastore Server (URI thrift://
host.company.com:9083), current connections: 2
> ... or ...
> 2018-02-26 07:02:44,892  ERROR  hive.metastore:
[HiveServer2-Handler-Pool: Thread-65]: Failed to connect to the Metastore
Server (URI thrift://host.company.com:9083)
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to