You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace non-functional SEQUENTIAL config with RANDOM ID reproduction test
Remove injectSysConfig("id.generation.strategy", "SEQUENTIAL") which did not
actually trigger the flake. Add KafkaClientDsmDisabledRandomIdsForkedTest that
overrides idGenerationStrategyName() to "RANDOM", matching production behavior.
With RANDOM IDs, SORT_TRACES_BY_ID produces non-deterministic order, causing
the original positional consumer-to-producer mapping to fail ~95% of the time.
Switch the batch consume test to SORT_TRACES_BY_START so the parent trace
(started before any consumer receives messages) is always at index 0. The
dynamic parent lookup fix handles any ordering of the 3 consumer traces.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments