[improvement](hint) query fail print tablet detail info (#28476)

This commit is contained in:
yujun
2023-12-16 12:54:25 +08:00
committed by GitHub
parent b11b76e778
commit 92a4a9770c
3 changed files with 31 additions and 15 deletions

View File

@ -2107,7 +2107,7 @@ public class Config extends ConfigBase {
"When set to true, if a query is unable to select a healthy replica, "
+ "the detailed information of all the replicas of the tablet,"
+ " including the specific reason why they are unqueryable, will be printed out."})
public static boolean show_details_for_unaccessible_tablet = false;
public static boolean show_details_for_unaccessible_tablet = true;
@ConfField(mutable = false, masterOnly = false, varType = VariableAnnotation.EXPERIMENTAL, description = {
"是否启用binlog特性",