[ https://issues.apache.org/jira/browse/HIVE-21369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16793939#comment-16793939 ]
Hive QA commented on HIVE-21369: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12962634/HIVE-21369.patch.2 {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), 15817 tests executed *Failed tests:* {noformat} TestMiniLlapCliDriver - did not produce a TEST-*.xml file (likely timed out) (batchId=155) [intersect_all.q,unionDistinct_1.q,table_nonprintable.q,orc_llap_counters1.q,mm_cttas.q,whroot_external1.q,global_limit.q,cte_2.q,rcfile_createas1.q,dynamic_partition_pruning_2.q,intersect_merge.q,results_cache_diff_fs.q,cttl.q,parallel_colstats.q,load_hdfs_file_with_space_in_the_name.q] {noformat} Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/16532/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/16532/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-16532/ 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: 12962634 - PreCommit-HIVE-Build > LLAP: Logging is expensive in encoded reader path > ------------------------------------------------- > > Key: HIVE-21369 > URL: https://issues.apache.org/jira/browse/HIVE-21369 > Project: Hive > Issue Type: Bug > Components: Logging > Affects Versions: 4.0.0, 3.2.0 > Reporter: Prasanth Jayachandran > Assignee: Nita Dembla > Priority: Major > Attachments: HIVE-21369.patch, HIVE-21369.patch.2 > > > There should be no INFO logging in EncodedReaderImpl. Stringifying of disk > ranges is expensive in core read path. > {code:java} > 2019-03-01T17:55:56.322852142Z 2019-03-01T17:55:56,306 INFO > [IO-Elevator-Thread-3 > (hive_20190301175546_a279f33c-4f2b-4cd5-8695-57bc8b042a61)] > encoded.EncodedReaderImpl: Disk ranges after cache (found everything true; > file [-3693547618692831801, 1551190876000, 1047660824], base offset > 792920167): [{start: 887940 end: 1003508 cache buffer: 0x5165f83d(1)}, > {start: 1003508 end: 1119078 cache buffer: 0xb63cac3(1)}, {start: 1119078 > end: 1234745 cache buffer: 0x41a724fa(1)}, {start: 1234745 end: 1350261 cache > buffer: 0x2f71bc38(1)}, {start: 1350261 end: 1465752 cache buffer: > 0x2c38e1bb(1)}, {start: 1465752 end: 1581231 cache buffer: 0x5827982(1)}, > {start: 1581231 end: 1696885 cache buffer: 0x75a6773c(1)}, {start: 1696885 > end: 1812492 cache buffer: 0x2ed060f9(1)},{start: 1812492 end: 1928086 cache > buffer: 0x20b2c8aa(1)}, {start: 1928086 end: 2043588 cache buffer: > 0x6559aacb(1)}, {start: 2043588 end: 2159089 cache buffer: 0x569c85e1(1)}, > {start: 2159089 end: 2274725 cache buffer: 0x25a88dd0(1)}, {start: 2274725 > end: 2390228 cache buffer: 0x738b7e87(1)}, {start: 2390228 end: 2505715 cache > buffer: 0x26edafa0(1)}, {start: 2505715 end: 2621322 cache buffer: > 0x69db7752(1)}, {start: 2621322 end: 2736844 cache b{code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)