Przeglądaj źródła

docs: add changelog

Thales Macedo Garitezi 1 rok temu
rodzic
commit
b729557a4a
1 zmienionych plików z 5 dodań i 0 usunięć
  1. 5 0
      changes/ce/fix-14319.en.md

+ 5 - 0
changes/ce/fix-14319.en.md

@@ -0,0 +1,5 @@
+Refactored resource management internal state machine.  As consequence, some race condition bugs have been eliminated.  One such example is the HTTP action, which, when under incoming traffic and when its health check flap, may produce errors like the following:
+
+```
+2024-11-29T14:58:17.994119+00:00 [error] msg: action_not_found, connector: <<"connector:http:a">>, action_id: <<"action:http:a:connector:http:a">>
+```