[
https://issues.apache.org/jira/browse/HIVE-14421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15409795#comment-15409795
]
Thejas M Nair commented on HIVE-14421:
--------------------------------------
Regarding -
bq. LOG.error("Failed to delete path at {} on fs with scheme {}", path,
(fs == null ? "Unknown-null" : fs.getScheme()), e);
Wouldn't the exception e be considered to be a part of the string message
arguments ? It won't get printed as there are only two "{}", and even if we add
another "{}", it won't print the stack trace. (Please correct me if I am wrong).
Should we just go with LOG.error(String, Throwable) method ?
> FS.deleteOnExit holds references to _tmp_space.db files
> -------------------------------------------------------
>
> Key: HIVE-14421
> URL: https://issues.apache.org/jira/browse/HIVE-14421
> Project: Hive
> Issue Type: Sub-task
> Components: HiveServer2
> Reporter: Siddharth Seth
> Assignee: Siddharth Seth
> Attachments: HIVE-14421.01.patch, HIVE-14421.02.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)