Skip to content

Commit

Permalink
Update 03_consul.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
wjhendry authored Jun 13, 2024
1 parent 67f3c6c commit f5220d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/06_operations/04_clustering/03_consul.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit f5220d0

Please sign in to comment.