[ 
https://issues.apache.org/jira/browse/HIVE-22417?focusedWorklogId=796188&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-796188
 ]

ASF GitHub Bot logged work on HIVE-22417:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 28/Jul/22 21:03
            Start Date: 28/Jul/22 21:03
    Worklog Time Spent: 10m 
      Work Description: belugabehr commented on code in PR #3478:
URL: https://github.com/apache/hive/pull/3478#discussion_r932668308


##########
standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/ReplChangeManager.java:
##########
@@ -205,7 +205,7 @@ private ReplChangeManager(Configuration conf) throws 
MetaException {
         inited = true;
       }
     } catch (IOException e) {
-      throw new MetaException(StringUtils.stringifyException(e));
+      throw new MetaException(e.getMessage());

Review Comment:
   Also, I see I did this log-and-throw in a couple of other places.  Good 
catch.  Thanks.  Will update.





Issue Time Tracking
-------------------

    Worklog Id:     (was: 796188)
    Time Spent: 50m  (was: 40m)

> Remove stringifyException from MetaStore
> ----------------------------------------
>
>                 Key: HIVE-22417
>                 URL: https://issues.apache.org/jira/browse/HIVE-22417
>             Project: Hive
>          Issue Type: Sub-task
>          Components: Metastore, Standalone Metastore
>    Affects Versions: 3.2.0
>            Reporter: David Mollitor
>            Assignee: David Mollitor
>            Priority: Major
>              Labels: pull-request-available
>         Attachments: HIVE-22417.1.patch, HIVE-22417.2.patch
>
>          Time Spent: 50m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to