Commit fa68a6e1 authored by Justin Scott's avatar Justin Scott
Browse files

fix(tiller): remove locking system from storage and rely on backend controls

Tiller currently hangs indefinitely when deadlocks arise from certain
concurrent operations. This commit removes the nested mutex locking
system from pkg/Storage and relies on resource contention controls in k8s.

Closes #2560
parent 3cf8f2c8
No related merge requests found
Showing with 3 additions and 106 deletions
+3 -106
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment