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 2022/12/04 05:30:47 UTC

[GitHub] [pulsar] yuruguo commented on pull request #18728: [fix][broker] The interval of scheduled task should be greater than 0

yuruguo commented on PR #18728:
URL: https://github.com/apache/pulsar/pull/18728#issuecomment-1336326211

   > I would prefer to let the broker fail with meaningful errors
   
   +1
   
   The `minValue = 1` has been added for verification on the `interval` field
   https://github.com/apache/pulsar/blob/3df506de099f27d4c3b7fbf2064db881ffda0402/pulsar-broker-common/src/main/java/org/apache/pulsar/broker/ServiceConfiguration.java#L1817-L1820
   and a clear message will be given and the broker will exit If interval < 1.
   


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

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org