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

ASF GitHub Bot logged work on GOBBLIN-863:
------------------------------------------

                Author: ASF GitHub Bot
            Created on: 27/Aug/19 19:19
            Start Date: 27/Aug/19 19:19
    Worklog Time Spent: 10m 
      Work Description: autumnust commented on pull request #2719: 
[GOBBLIN-863]Handle race condition issue for hive registration
URL: https://github.com/apache/incubator-gobblin/pull/2719#discussion_r318242226
 
 

 ##########
 File path: 
gobblin-hive-registration/src/main/java/org/apache/gobblin/hive/HiveRegister.java
 ##########
 @@ -94,29 +94,32 @@ protected HiveRegister(State state) {
 
       @Override
       public Void call() throws Exception {
+        try {
 
 Review comment:
   Which specific exception are you trying to catch here ? The 
exception-handling seems strange here given the method is already throwing 
exception and the catch block isn't really do anything special other than 
printing a line of log. 
 
----------------------------------------------------------------
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: 302326)
    Time Spent: 1h 10m  (was: 1h)

> Handle race condition between concurrent Gobblin tasks performing Hive 
> registration
> -----------------------------------------------------------------------------------
>
>                 Key: GOBBLIN-863
>                 URL: https://issues.apache.org/jira/browse/GOBBLIN-863
>             Project: Apache Gobblin
>          Issue Type: Task
>          Components: hive-registration
>            Reporter: Zihan Li
>            Assignee: Abhishek Tiwari
>            Priority: Major
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.3.2#803003)

Reply via email to