[ https://issues.apache.org/jira/browse/HIVE-19404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16520912#comment-16520912 ]
Andrew Sherman commented on HIVE-19404: --------------------------------------- Proposed new logging: 2018-06-22T17:00:17,048 INFO [bd2d27a2-0a87-4c9c-827a-628afe6fb741 main] exec.DDLTask: Found 1 database(s) matching the SHOW DATABASES statement. 2018-06-22T17:00:17,078 INFO [bd2d27a2-0a87-4c9c-827a-628afe6fb741 main] exec.DDLTask: Found 1 function(s) matching the SHOW FUNCTIONS statement. 2018-06-22T17:00:17,124 DEBUG [bd2d27a2-0a87-4c9c-827a-628afe6fb741 main] exec.DDLTask: Found 2 tables/view(s) matching the SHOW TABLES/VIEWS statement. 2018-06-22T17:00:17,164 DEBUG [bd2d27a2-0a87-4c9c-827a-628afe6fb741 main] exec.DDLTask: Found 0 tables/view(s) matching the SHOW TABLES/VIEWS statement. 2018-06-22T17:00:17,212 INFO [bd2d27a2-0a87-4c9c-827a-628afe6fb741 main] exec.DDLTask: Found 1 table(s) matching the SHOW TABLE EXTENDED statement. > Revise DDL Task Result Logging > ------------------------------ > > Key: HIVE-19404 > URL: https://issues.apache.org/jira/browse/HIVE-19404 > Project: Hive > Issue Type: Improvement > Components: HiveServer2 > Affects Versions: 3.0.0, 2.4.0 > Reporter: BELUGA BEHR > Assignee: Andrew Sherman > Priority: Trivial > Labels: noob > > There is some logging in {{DDLTask}} that can be made better: > {code} > 2018-05-03 03:08:32,524 INFO hive.ql.exec.DDLTask: > [HiveServer2-Background-Pool: Thread-101980]: results : 706 > {code} > This logging should either be demoted to _debug_ level logging and/or > requires additional context. > {code} > 2018-05-03 03:08:32,524 INFO hive.ql.exec.DDLTask: > [HiveServer2-Background-Pool: Thread-101980]: Found 706 tables that match the > SHOW DATABASE statement > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)