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:
e05d5a9890772fd80dfa709d555006c88f99f568 / Quan <[email protected]>
[Golang] fix(client.go): fix bug where NotifyClientTermination was never called 
(#1221)

* fix(client.go): fix bug where NotifyClientTermination was never called

Fixed logic error in `notifyClientTermination` method. The previous 
implementation incorrectly checked `err != nil` instead of `endpoints != nil`, 
which prevented `NotifyClientTermination` from being called. Added proper error 
handling with detailed logging for each notification attempt.

Change-Id: I05c41d18419d107877150f623d97eedc29dcd546

* fix(client.go): add resource group to client termination notification request

Added resource group information to the client termination notification 
request, including namespace and consumer group name.

Change-Id: I26d28ad6f8e6ddf46f49ad5c01c7c0aac40135c3

* fix(process_queue.go): Improve message reception exception handling logic

Optimized the logging strategy when errors occur during message reception, with 
special handling for cases where no new messages are found to avoid unnecessary 
error log output. Meanwhile, the detailed error logging mechanism for other 
exceptional cases is preserved.

Change-Id: I4b0ef5d2c41fea0727ff6950cbf415b4f935e20b

* refactor(lite_push_consumer.go): extract variables and optimize logging

Extracted `topic` and `group` variables from the `syncLiteSubscription` method 
and adjusted log output formats based on different action types, making the 
code more readable and logs more detailed.

Change-Id: Iba358e912af41266d84680435c682a5e19f55711

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

With regards,
GitHub Actions via GitBox

Reply via email to