This code was flushing kafka messages and waiting for the brokers on
every message, instead of just doing it once per batch.
Details
Details
- Reviewers
vlorentz - Group Reviewers
Reviewers - Commits
- rDCIDXb7f04dd9d40d: journal writer: only flush kafka once per batch
Diff Detail
Diff Detail
- Repository
- rDCIDX Metadata indexer
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
Build is green
Patch application report for D8803 (id=31727)
Rebasing onto 41e90e4ae6...
Current branch diff-target is up to date.
Changes applied before test
commit b7f04dd9d40dbe9463dbb1a2636d584efc82876c Author: Nicolas Dandrimont <nicolas@dandrimont.eu> Date: Thu Nov 3 09:49:03 2022 +0100 journal writer: only flush kafka once per batch This code was flushing kafka messages and waiting for the brokers on every message, instead of just doing it once per batch.
See https://jenkins.softwareheritage.org/job/DCIDX/job/tests-on-diff/524/ for more details.