From 41ac33c564b92364ee1ab6459c35278a0d72605c Mon Sep 17 00:00:00 2001 From: Ryan Hall Date: Tue, 29 Sep 2020 12:37:01 -0700 Subject: [PATCH] Update debug/dump cmd with Cluster-Environment-Name header (#2672) This is needed since the dump includes the PlacmentSource --- docs/troubleshooting/index.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/troubleshooting/index.md b/docs/troubleshooting/index.md index 8b8de7cbd6..57af9f7dab 100644 --- a/docs/troubleshooting/index.md +++ b/docs/troubleshooting/index.md @@ -40,8 +40,14 @@ This endpoint can be used on both the db nodes as well as the coordinator/query To use this, simply run the following on either the M3DB debug listen port or the regular port on M3Coordinator. +You may need to include the following headers: + +--8<-- +docs/common/headers_placement_namespace.md +--8<-- + ``` -curl :/debug/dump > +curl -H "Cluster-Environment-Name: [set if not default]" :/debug/dump > # unzip the file unzip