You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2020/05/28 14:22:07 UTC

[GitHub] [kafka] vvcephei commented on pull request #8079: MINOR: revert change in log level for skipped record

vvcephei commented on pull request #8079:
URL: https://github.com/apache/kafka/pull/8079#issuecomment-635380658


   Hi @IndeedSi ,
   
   No, as far as I know Jiri's solution was to increase the join window size. Judging from the investigation, it seemed like there really were out-of-order records in the repartition topic that needed to be buffered so they could be processed instead of dropped (as opposed to some kind of superfluous logging as we initially thought).
   
   Does you investigation point to the same cause? If so, then really the only thing that can be done is to increase the join window (aka buffer more records), so that you aren't dropping any data.
   
   I hope this helps,
   -John


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