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: us...@infra.apache.org With regards, Apache Git Services