[ https://issues.apache.org/jira/browse/HIVE-19646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16502866#comment-16502866 ]
Hive QA commented on HIVE-19646: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12926308/HIVE-19646.07-branch-3.patch {color:red}ERROR:{color} -1 due to build exiting with an error Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/11548/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/11548/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-11548/ Messages: {noformat} Executing org.apache.hive.ptest.execution.TestCheckPhase Tests exited with: Exception: Patch URL https://issues.apache.org/jira/secure/attachment/12926308/HIVE-19646.07-branch-3.patch was found in seen patch url's cache and a test was probably run already on it. Aborting... {noformat} This message is automatically generated. ATTACHMENT ID: 12926308 - 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, HIVE-19646.07-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)