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)