You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2018/05/09 17:57:36 UTC

[GitHub] srkukarni commented on a change in pull request #1756: Throw exception of source/sink

srkukarni commented on a change in pull request #1756: Throw exception of source/sink
URL: https://github.com/apache/incubator-pulsar/pull/1756#discussion_r187124755
 
 

 ##########
 File path: pulsar-functions/instance/src/main/java/org/apache/pulsar/functions/instance/JavaInstanceRunnable.java
 ##########
 @@ -484,6 +484,7 @@ public void setupInput() throws Exception {
         } catch (Exception e) {
             log.info("Error occurred executing open for source: {}",
                     sourceSpec.getClassName(), e);
+            throw e;
 
 Review comment:
   Removed logging

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services