The GitHub Actions job "Golang Coverage" on 
rocketmq-clients.git/fix/telemetry-recovery-double-execution has failed.
Run started by GitHub user guyinyou (triggered by guyinyou).

Head commit for run:
dd084ff5710f94f55c2fe4beb9e75c7275b6fe3a / 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/27344811950

With regards,
GitHub Actions via GitBox

Reply via email to