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/09/30 21:48:07 UTC

[GitHub] sijie opened a new pull request #2684: [function] Fix expected health check interval

sijie opened a new pull request #2684: [function] Fix expected health check interval
URL: https://github.com/apache/pulsar/pull/2684
 
 
   *Motivation*
   
   Java instance main is expecting health check interval in seconds.
   
   *Changes
   
   Make sure the health check interval is passed in seconds.
   
   *Tests*
   
   It fixes following issue
   
   ```
   14:36:29.528 [FunctionActionerThread] INFO  org.apache.pulsar.functions.runtime.ProcessRuntime - Started process successfully
   Exception in thread "main" java.lang.IllegalArgumentException
   	at java.util.concurrent.ScheduledThreadPoolExecutor.scheduleAtFixedRate(ScheduledThreadPoolExecutor.java:565)
   	at java.util.concurrent.Executors$DelegatedScheduledExecutorService.scheduleAtFixedRate(Executors.java:735)
   	at org.apache.pulsar.functions.runtime.JavaInstanceMain.start(JavaInstanceMain.java:154)
   	at org.apache.pulsar.functions.runtime.JavaInstanceMain.main(JavaInstanceMain.java:185)
   ```
   

----------------------------------------------------------------
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