From 8204eea3f1da5826ecda2aef03420c6f9cf6acdc Mon Sep 17 00:00:00 2001 From: Laughing Date: Tue, 8 Mar 2022 16:20:31 +0800 Subject: [PATCH] log more error message while change timestamp_service failed (#801) * log more error message * revert * log more error message --- src/share/system_variable/ob_system_variable.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/share/system_variable/ob_system_variable.cpp b/src/share/system_variable/ob_system_variable.cpp index 48582e01c..02c9c5cab 100644 --- a/src/share/system_variable/ob_system_variable.cpp +++ b/src/share/system_variable/ob_system_variable.cpp @@ -1560,6 +1560,7 @@ int ObSysVarOnCheckFuncs::check_and_convert_timestamp_service( set_var.var_name_.ptr(), in_str.length(), in_str.ptr()); + LOG_WARN("only 'LTS' is supported under sys tenant"); } } } else {