- they are internal to the DB so they do not belong in Kafka
- on unrelated errors, they cause swh.journal to crash because it does not know how to handle integers in the output of unique_key()
Closes T4719
Differential D8934
Remove tool ids from Kafka messages vlorentz on Dec 7 2022, 2:08 PM. Authored by
Details
Closes T4719
Diff Detail
Event TimelineComment Actions Build has FAILED Patch application report for D8934 (id=32192)Rebasing onto f74b47bcf4... Current branch diff-target is up to date. Changes applied before testcommit d9806be469102e81621493ce596c1a15680c5a4c Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Wed Dec 7 14:06:36 2022 +0100 Remove tool ids from Kafka messages 1. they are internal to the DB so they do not belong in Kafka 2. on unrelated errors, they cause swh.journal to crash because it does not know how to handle integers in the output of unique_key() Link to build: https://jenkins.softwareheritage.org/job/DCIDX/job/tests-on-diff/535/ Comment Actions Build is green Patch application report for D8934 (id=32195)Rebasing onto f74b47bcf4... Current branch diff-target is up to date. Changes applied before testcommit e8549400bc547cff769671e945566f5343aa320f Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Wed Dec 7 14:06:36 2022 +0100 Remove tool ids from Kafka messages 1. they are internal to the DB so they do not belong in Kafka 2. on unrelated errors, they cause swh.journal to crash because it does not know how to handle integers in the output of unique_key() See https://jenkins.softwareheritage.org/job/DCIDX/job/tests-on-diff/536/ for more details. |