The GitHub Actions job "Golang Coverage" on rocketmq-clients.git/master has 
failed.
Run started by GitHub user RongtongJin (triggered by RongtongJin).

Head commit for run:
9713aafb08107804aaf689622557414acfad2875 / guyinyou 
<[email protected]>
[Go] Fix double execution of telemetry command during recovery (#1270)

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()

Co-authored-by: guyinyou <[email protected]>

Report URL: https://github.com/apache/rocketmq-clients/actions/runs/27390671081

With regards,
GitHub Actions via GitBox

Reply via email to