You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2019/02/23 00:10:27 UTC

[GitHub] jamesyfshao opened a new pull request #3869: add config to control kafka fetcher size and increase default

jamesyfshao opened a new pull request #3869: add config to control kafka fetcher size and increase default
URL: https://github.com/apache/incubator-pinot/pull/3869
 
 
   1. currently we hardcode the fetcher size to 500k. If this consumer fetched a larger message we will fail simple consumer silently and kafka consumer will get stuck. Our previous attempts try to fix this issue (https://github.com/apache/incubator-pinot/pull/3584) turns out to be not completed and we verify that we need one more fix
   
   2. we increase the default from 500k to 5m to handle more use-cases and pinot consumer should handle it fine for larger memory.

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

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org