From 46b5cec0dc3e3334758a545dc28f10bde454d3c3 Mon Sep 17 00:00:00 2001 From: cqliang1995 Date: Mon, 24 Jul 2023 13:18:28 +0000 Subject: [PATCH] modify proxy transparent transmit prefix --- deps/oblib/src/lib/ob_define.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deps/oblib/src/lib/ob_define.h b/deps/oblib/src/lib/ob_define.h index 7b5d4cd3c4..25c1432343 100644 --- a/deps/oblib/src/lib/ob_define.h +++ b/deps/oblib/src/lib/ob_define.h @@ -1385,11 +1385,11 @@ const char* const OB_LOG_ELLIPSIS = "..."; const char *const DEFAULT_REGION_NAME = "default_region"; // The connect attribute key value prefix that the obproxy transparently transmits to the observer -const char *const OB_PROXY_TRANSPARENT_TRANSMIT_PREFIX__ = "__proxy_dont_care_prefix__"; +const char *const OB_PROXY_TRANSPARENT_TRANSMIT_PREFIX__ = "__ob_client_"; // The connect attribute key that the proxy transparently transmits to the observer, // in order to prevent the sql request thread from deadlocking (such as dblink sql request) -const char *const OB_SQL_REQUEST_LEVEL = "__proxy_dont_care_prefix__sql_request_level"; +const char *const OB_SQL_REQUEST_LEVEL = "__ob_client_sql_request_level"; // The connect attribute value that the proxy transparently transmits to the observer, // in order to prevent the sql request thread from deadlocking (such as dblink sql request)