You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gobblin.apache.org by "Sudarshan Vasudevan (Jira)" <ji...@apache.org> on 2020/06/01 21:08:00 UTC

[jira] [Created] (GOBBLIN-1173) Prevent propagating exceptions from the finally block in KafkaSource#getWorkUnits

Sudarshan Vasudevan created GOBBLIN-1173:
--------------------------------------------

             Summary: Prevent propagating exceptions from the finally block in KafkaSource#getWorkUnits
                 Key: GOBBLIN-1173
                 URL: https://issues.apache.org/jira/browse/GOBBLIN-1173
             Project: Apache Gobblin
          Issue Type: Improvement
          Components: gobblin-kafka
    Affects Versions: 0.15.0
            Reporter: Sudarshan Vasudevan
            Assignee: Shirshanka Das
             Fix For: 0.15.0


Currently, any exception in the finally block inside getWorkUnits() method will prevent the original exception from being propagated, thus making it hard to root cause the original issue. 



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