You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/08/07 00:09:00 UTC

[jira] [Work logged] (HIVE-25128) Remove Thrift Exceptions From RawStore alterCatalog

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

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

                Author: ASF GitHub Bot
            Created on: 07/Aug/21 00:08
            Start Date: 07/Aug/21 00:08
    Worklog Time Spent: 10m 
      Work Description: github-actions[bot] commented on pull request #2291:
URL: https://github.com/apache/hive/pull/2291#issuecomment-894573562


   This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
   Feel free to reach out on the dev@hive.apache.org list if the patch is in need of reviews.


-- 
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.

To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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

    Worklog Id:     (was: 635520)
    Time Spent: 2.5h  (was: 2h 20m)

> Remove Thrift Exceptions From RawStore alterCatalog
> ---------------------------------------------------
>
>                 Key: HIVE-25128
>                 URL: https://issues.apache.org/jira/browse/HIVE-25128
>             Project: Hive
>          Issue Type: Sub-task
>            Reporter: David Mollitor
>            Assignee: David Mollitor
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> {code:java|title=RawStore.java}
>   /**
>    * Alter an existing catalog.  Only description and location can be changed, and the change of
>    * location is for internal use only.
>    * @param catName name of the catalog to alter.
>    * @param cat new version of the catalog.
>    * @throws MetaException something went wrong, usually in the database.
>    * @throws InvalidOperationException attempt to change something about the catalog that is not
>    * changeable, like the name.
>    */
>   void alterCatalog(String catName, Catalog cat) throws MetaException, InvalidOperationException;
> {code}
> Please check out parent task [HIVE-25126] for the motivation here, but I would like to remove all Thrift-based Exceptions from the {{RawStore}} interface to include MetaException and InvalidOperationException. These should be replaced with something that is specific to Hive and not tied to the RPC layer.
> I propose instead introducing RuntimeExceptions called HiveMetaRuntimeException and sub-class HiveMetaDataAccessException to replace these.
> HiveMetaDataAccessException  = Unable to load data from underlying data store
> HiveMetaRuntimeException = Generic exception for something that was thrown by the RawStore but not specifically handled



--
This message was sent by Atlassian Jira
(v8.3.4#803005)