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 2019/03/04 18:41:02 UTC

[GitHub] [pulsar] srkukarni commented on a change in pull request #3722: Retry creation of assignment topic a few times before giving up

srkukarni commented on a change in pull request #3722: Retry creation of assignment topic a few times before giving up
URL: https://github.com/apache/pulsar/pull/3722#discussion_r262190045
 
 

 ##########
 File path: pulsar-functions/worker/src/main/java/org/apache/pulsar/functions/worker/SchedulerManager.java
 ##########
 @@ -105,25 +105,12 @@ public SchedulerManager(WorkerConfig workerConfig, PulsarClient pulsarClient, Pu
                     .compressionType(CompressionType.LZ4)
                     .sendTimeout(0, TimeUnit.MILLISECONDS)
                     .createAsync().get(10, TimeUnit.SECONDS);
+            } catch (Exception e) {
 
 Review comment:
   @sijie I've fixed the handling of the interrupted exception

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services