[ https://issues.apache.org/jira/browse/HIVE-24661?focusedWorklogId=539846&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-539846 ]
ASF GitHub Bot logged work on HIVE-24661: ----------------------------------------- Author: ASF GitHub Bot Created on: 22/Jan/21 06:24 Start Date: 22/Jan/21 06:24 Worklog Time Spent: 10m Work Description: belugabehr commented on a change in pull request #1889: URL: https://github.com/apache/hive/pull/1889#discussion_r562313924 ########## File path: standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/txn/CompactionTxnHandler.java ########## @@ -1028,11 +1028,11 @@ public boolean checkFailedCompactions(CompactionInfo ci) throws MetaException { return (numFailed == failedThreshold) && !needsRetry; } catch (SQLException e) { - LOG.error("Unable to check for failed compactions " + e.getMessage()); + LOG.error("Unable to check for failed compactions" + e.getMessage()); Review comment: I very much agree, but was trying to keep the number of changes down. I will have it print stack trace. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 539846) Time Spent: 40m (was: 0.5h) > Do Not "Stringify" Exception in Logger messages > ----------------------------------------------- > > Key: HIVE-24661 > URL: https://issues.apache.org/jira/browse/HIVE-24661 > Project: Hive > Issue Type: Improvement > Reporter: David Mollitor > Assignee: David Mollitor > Priority: Minor > Labels: pull-request-available > Time Spent: 40m > Remaining Estimate: 0h > > SLF4J already has support for pretty-printing Exceptions. No need to > manually do it. -- This message was sent by Atlassian Jira (v8.3.4#803005)