The GitHub Actions job "Build" on rocketmq-clients.git/fix/telemetry-recovery-double-execution has failed. Run started by GitHub user guyinyou (triggered by guyinyou).
Head commit for run: b94836b9f64792e29143b48c9d94c6f5d47065d5 / guyinyou <[email protected]> [Go] Fix double execution of telemetry command during recovery When recovering from a telemetry stream error, _execute_server_telemetry_command was called both inside the `if cs.recovering` block (on successful heartbeat) and again unconditionally after the block, causing the command to be executed twice. Remove the call inside the recovering block since the response should be executed unconditionally once successfully received, regardless of recovery state. Affected: client.go startUp() Report URL: https://github.com/apache/rocketmq-clients/actions/runs/27337545638 With regards, GitHub Actions via GitBox
