From d85d8c83c0946e53602ec04022892e39f3132830 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Sat, 11 Jul 2026 11:07:36 -0500 Subject: [PATCH 1/2] Document troubleshooting of Reactor Netty's HTTP client --- docs/misc/troubleshooting.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/misc/troubleshooting.md b/docs/misc/troubleshooting.md index e36071f161d..3a12d33952a 100644 --- a/docs/misc/troubleshooting.md +++ b/docs/misc/troubleshooting.md @@ -51,4 +51,11 @@ When exec'ed interactively into the container, jattach can be invoked against th ```shell jattach $(pgrep java) threaddump - ``` \ No newline at end of file + ``` + +## Networking errors + +If observing network error/exceptions that involve the term "reactor.netty.http.client", then further tracing logs can be enabled by setting: + +- `FETCH_WIRETAP` to `true` +- `HELPER_LOGGING_LEVEL` to `trace` \ No newline at end of file From 01c10d5d374fb51e25ba6daf331c84a5a707c192 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Sat, 11 Jul 2026 11:12:24 -0500 Subject: [PATCH 2/2] Clarify it's environment variables --- docs/misc/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/misc/troubleshooting.md b/docs/misc/troubleshooting.md index 3a12d33952a..1c949988703 100644 --- a/docs/misc/troubleshooting.md +++ b/docs/misc/troubleshooting.md @@ -55,7 +55,7 @@ When exec'ed interactively into the container, jattach can be invoked against th ## Networking errors -If observing network error/exceptions that involve the term "reactor.netty.http.client", then further tracing logs can be enabled by setting: +If observing network error/exceptions that involve the term "reactor.netty.http.client", then further tracing logs can be enabled by setting the following environment variables: - `FETCH_WIRETAP` to `true` - `HELPER_LOGGING_LEVEL` to `trace` \ No newline at end of file