lakeFS
lakeFS copied to clipboard
[Bug]: ActionsSource fails with 412 when there is load on KV
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:
- Simulate a load on the KV store.
- Run a process using actions.
Actual Result:
- Many
412errors.
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