docs: update changelog

This commit is contained in:
Zaiming (Stone) Shi 2023-02-02 09:13:18 +01:00
parent 14f528cc86
commit 44b7624c10
2 changed files with 4 additions and 10 deletions

View File

@ -1,5 +1,2 @@
Fix resource health check process Do not resume all buffer workers on successful health check of any individual resource.
Previously after any successful healthcheck, all buffer workers (for all resources) were resumed
* Do not resume all buffer workers on successful health check. Previously after a successful healthcheck all buffer workers (for all resources) were resumed
* Do not pass undefined state to resource health check callback. If `on_start` callback never succeeded, the state of the resource is undefined. There is no sense to pass it to `on_get_status` callback.

View File

@ -1,5 +1,2 @@
修复资源健康检查流程 不在任意一个资源健康检查成功时恢复所有资源发送缓存。
在此修复之前,在任意一个资源成功进行健康检查后,所有资源的缓存都会尝试恢复。
* 不要在健康检查成功时恢复所有缓冲区工作者。 之前,在成功进行健康检查后,所有缓冲区工作人员(针对所有资源)都已恢复
* 不要将未定义的状态传递给资源健康检查回调。 如果 `on_start` 回调从未成功,资源的状态是未定义的。 将它传递给 `on_get_status` 回调是没有意义的。