KKcorps opened a new pull request, #17856:
URL: https://github.com/apache/pinot/pull/17856
## Summary
- Change `log.flush.interval.messages` from `1` to `10000` in
`EmbeddedKafkaCluster`
- The value of `1` forces Kafka to fsync to disk after every single
produced message, which is catastrophically slow for tests that push large
volumes of data (e.g. ~100K records)
- This was introduced in #17790 when replacing Docker-based Kafka with the
embedded KRaft broker
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]