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 2021/01/11 04:57:32 UTC

[GitHub] [pulsar] Shoothzj opened a new issue #9168: What's the batch Delay default value

Shoothzj opened a new issue #9168:
URL: https://github.com/apache/pulsar/issues/9168


   ![image](https://user-images.githubusercontent.com/12933197/104148191-3fb37b80-540c-11eb-817d-03ae94602ebf.png)
   In this annotation, the default value is 10 ms.
   But in this code, the default value is 1.
   ![image](https://user-images.githubusercontent.com/12933197/104148219-6376c180-540c-11eb-9b5b-da5367b9e5d8.png)
   
   Which value is recommended? It seems scheduly task execs per 1 ms easily cause the application OOM


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



[GitHub] [pulsar] Jennifer88huang commented on issue #9168: What's the batch Delay default value

Posted by GitBox <gi...@apache.org>.
Jennifer88huang commented on issue #9168:
URL: https://github.com/apache/pulsar/issues/9168#issuecomment-759141624


   The comment in the code and the documentation should be changed into `1ms`.


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



[GitHub] [pulsar] Jennifer88huang closed issue #9168: What's the batch Delay default value

Posted by GitBox <gi...@apache.org>.
Jennifer88huang closed issue #9168:
URL: https://github.com/apache/pulsar/issues/9168


   


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



[GitHub] [pulsar] sijie commented on issue #9168: What's the batch Delay default value

Posted by GitBox <gi...@apache.org>.
sijie commented on issue #9168:
URL: https://github.com/apache/pulsar/issues/9168#issuecomment-757683432


   1 ms. The comment needs to be updated.


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



[GitHub] [pulsar] Jennifer88huang commented on issue #9168: What's the batch Delay default value

Posted by GitBox <gi...@apache.org>.
Jennifer88huang commented on issue #9168:
URL: https://github.com/apache/pulsar/issues/9168#issuecomment-758476716


   - In `ProducerConfiguration.java` file, the default value is set to `10ms`.
   - In `ProducerBuilder.java` file, the default value is set to `1ms`.
   - In [go client](https://pulsar.apache.org/docs/en/next/client-libraries-go/#producer-configuration), the default value for BatchingMaxPublishDelay is `10ms`.


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



[GitHub] [pulsar] Anonymitaet commented on issue #9168: What's the batch Delay default value

Posted by GitBox <gi...@apache.org>.
Anonymitaet commented on issue #9168:
URL: https://github.com/apache/pulsar/issues/9168#issuecomment-772365498


   @sijia-w may I know the doc process?


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