mjsax opened a new pull request #11055:
URL: https://github.com/apache/kafka/pull/11055


   Follow up to KAFKA-10847 (https://github.com/apache/kafka/pull/10917).
   
   The above fix intended to reduce the emit frequency to save the creation 
cost of RocksDB iterators. However, we incorrectly initialized the "timer" with 
timestamp zero, and thus, the timer was always in the past and we did try to 
emit left/outer join result too often and got a throughput of only 500 
record/sec.
   
   This PR fixes the initialization of the emit interval timer. After 
re-running the benchmark, we determined that a default emit interval of 1000ms 
provides the best performance of 12K rec/sec, so this PR also changes the emit 
frequency to 1000ms.


-- 
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: jira-unsubscr...@kafka.apache.org

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


Reply via email to