From f5220d065ea80bd239a5343bd31b814b1e3cbe59 Mon Sep 17 00:00:00 2001 From: wjhendry <90383531+wjhendry@users.noreply.github.com> Date: Thu, 13 Jun 2024 11:08:36 +0100 Subject: [PATCH] Update 03_consul.mdx --- docs/06_operations/04_clustering/03_consul.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/06_operations/04_clustering/03_consul.mdx b/docs/06_operations/04_clustering/03_consul.mdx index 101000a17b..899b6889e9 100644 --- a/docs/06_operations/04_clustering/03_consul.mdx +++ b/docs/06_operations/04_clustering/03_consul.mdx @@ -82,7 +82,7 @@ systemDefinition { ### Request fails with 5xx when trying to reach a process that no longer exists -Scenario: This might happen when a resource is moved from one process to another. For example, a `requestReply` originally served from `Service A` is now moved to `Service B`, but consul still holds a reference that is being served by the former. +Scenario: This might happen when a resource is moved from one process to another. For example, a `requestReply` originally served from `REQ_REP_SERVICE_A` is now moved to `REQ_REP_SERVICE_B`, but consul still holds a reference that is being served by the former. Solution: Check the consul console (or cli) to see if there is still a resourceMap (under KeyValues) for the process that no longer exists. If there is, [delete it](https://developer.hashicorp.com/consul/docs/dynamic-app-config/kv/store#delete-data). Then restart the Genesis services.