From 45fde4032d5faaaf91a4080d625ff2808bf5137d Mon Sep 17 00:00:00 2001 From: Michael Simacek Date: Fri, 9 Feb 2018 12:50:24 +0100 Subject: [PATCH] Disable distributed memcached lock on koschei. It seems to deadlock for some reason and is not really needed. --- roles/koschei/backend/templates/config-backend.cfg.j2 | 1 - roles/koschei/frontend/templates/config-frontend.cfg.j2 | 1 - 2 files changed, 2 deletions(-) diff --git a/roles/koschei/backend/templates/config-backend.cfg.j2 b/roles/koschei/backend/templates/config-backend.cfg.j2 index d3a17fefd1..aeedd14005 100644 --- a/roles/koschei/backend/templates/config-backend.cfg.j2 +++ b/roles/koschei/backend/templates/config-backend.cfg.j2 @@ -103,7 +103,6 @@ config = { "expiration_time": None, "arguments": { "url": "memcached01", - "distributed_lock": True, }, }, }, diff --git a/roles/koschei/frontend/templates/config-frontend.cfg.j2 b/roles/koschei/frontend/templates/config-frontend.cfg.j2 index c08b0738c6..39041536cd 100644 --- a/roles/koschei/frontend/templates/config-frontend.cfg.j2 +++ b/roles/koschei/frontend/templates/config-frontend.cfg.j2 @@ -51,7 +51,6 @@ config = { "expiration_time": 300, "arguments": { "url": "memcached01:11211", - "distributed_lock": True, }, }, },