[ https://issues.apache.org/jira/browse/HIVE-19646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16496301#comment-16496301 ]
Hive QA commented on HIVE-19646: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12925698/HIVE-19646.06-branch-3.patch {color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified. {color:red}ERROR:{color} -1 due to 4 failed/errored test(s), 14356 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestMiniDruidCliDriver.testCliDriver[druidkafkamini_basic] (batchId=253) org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[vector_decimal_2] (batchId=162) org.apache.hadoop.hive.cli.TestNegativeCliDriver.testCliDriver[insertsel_fail] (batchId=95) org.apache.hive.spark.client.rpc.TestRpc.testServerPort (batchId=304) {noformat} Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/11378/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/11378/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-11378/ 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: 4 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12925698 - PreCommit-HIVE-Build > Filesystem closed error in HiveProtoLoggingHook > ----------------------------------------------- > > Key: HIVE-19646 > URL: https://issues.apache.org/jira/browse/HIVE-19646 > Project: Hive > Issue Type: Bug > Components: HiveServer2 > Reporter: Harish Jaiprakash > Assignee: Harish Jaiprakash > Priority: Major > Fix For: 3.1.0, 3.0.1 > > Attachments: HIVE-19646.01-branch-3.patch, HIVE-19646.01.patch, > HIVE-19646.02.patch, HIVE-19646.03-branch-3.patch, HIVE-19646.03.patch, > HIVE-19646.04.patch, HIVE-19646.05-branch-3.patch, HIVE-19646.05.patch, > HIVE-19646.06-branch-3.patch > > > Exception in proto logging hook on secure cluster. > {code} > 2018-05-18T04:48:01,136 ERROR [Hive Hook Proto Log Writer 0]: > hooks.HiveProtoLoggingHook (:()) - Error writing proto message for query > hive_20180518043717_ca3ab4df-6cab-4920-aa44-2340ae246ad2, eventType: > QUERY_SUBMITTED: > java.io.IOException: Filesystem closed > at org.apache.hadoop.hdfs.DFSClient.checkOpen(DFSClient.java:472) > ~[hadoop-hdfs-client-3.0.0.3.0.0.0-1298.jar:?] > at org.apache.hadoop.hdfs.DFSClient.getFileInfo(DFSClient.java:1652) > ~[hadoop-hdfs-client-3.0.0.3.0.0.0-1298.jar:?] > at > org.apache.hadoop.hdfs.DistributedFileSystem$29.doCall(DistributedFileSystem.java:1569) > ~[hadoop-hdfs-client-3.0.0.3.0.0.0-1298.jar:?] > at > org.apache.hadoop.hdfs.DistributedFileSystem$29.doCall(DistributedFileSystem.java:1566) > ~[hadoop-hdfs-client-3.0.0.3.0.0.0-1298.jar:?] > at > org.apache.hadoop.fs.FileSystemLinkResolver.resolve(FileSystemLinkResolver.java:81) > ~[hadoop-common-3.0.0.3.0.0.0-1298.jar:?] > at > org.apache.hadoop.hdfs.DistributedFileSystem.getFileStatus(DistributedFileSystem.java:1581) > ~[hadoop-hdfs-client-3.0.0.3.0.0.0-1298.jar:?] > at org.apache.hadoop.fs.FileSystem.exists(FileSystem.java:1734) > ~[hadoop-common-3.0.0.3.0.0.0-1298.jar:?] > at > org.apache.hadoop.hive.ql.hooks.DatePartitionedLogger.getPathForDate(DatePartitionedLogger.java:89) > ~[hive-exec-3.0.0.3.0.0.0-1298.jar:3.0.0.3.0.0.0-1298] > at > org.apache.hadoop.hive.ql.hooks.DatePartitionedLogger.getWriter(DatePartitionedLogger.java:73) > ~[hive-exec-3.0.0.3.0.0.0-1298.jar:3.0.0.3.0.0.0-1298] > at > org.apache.hadoop.hive.ql.hooks.HiveProtoLoggingHook$EventLogger.writeEvent(HiveProtoLoggingHook.java:283) > ~[hive-exec-3.0.0.3.0.0.0-1298.jar:3.0.0.3.0.0.0-1298] > at > org.apache.hadoop.hive.ql.hooks.HiveProtoLoggingHook$EventLogger.lambda$generateEvent$1(HiveProtoLoggingHook.java:274) > ~[hive-exec-3.0.0.3.0.0.0-1298.jar:3.0.0.3.0.0.0-1298] > at > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) > ~[?:1.8.0_161] > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) > ~[?:1.8.0_161] > at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161] > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)