lakeFS icon indicating copy to clipboard operation
lakeFS copied to clipboard

[Bug]: ActionsSource fails with 412 when there is load on KV

Open itaigilo opened this issue 5 months ago • 0 comments

What happened?

When KV store is experiencing loads, the ActionsSource mechanism doesn't retry the catalog.GetEntry() and catalog.GetRepository() calls. It results in failing the loading of pre-hooks, which result in a very confusing 412 errors (and not applying the actions, of course).

Steps to Reproduce:

  1. Simulate a load on the KV store.
  2. Run a process using actions.

Actual Result:

  • Many 412 errors.

Expected behavior

Server should return 420 error in this case, so that the clients might be able to better handle this.

lakeFS version

1.59.0

How lakeFS is installed

No response

Affected clients

No response

Relevant log output


Contact details

No response

itaigilo avatar Jun 06 '25 18:06 itaigilo