big_query_profile_second_threshold 不生效

为了更快的定位您的问题,请提供以下信息,谢谢
【详述】问题详细描述
启用了profile 设置时间 big_query_profile_second_threshold = 10 偶尔生效 偶尔不生效
【背景】做过哪些操作?
set global big_query_profile_second_threshold=‘10’;
SET global enable_profile = true;


【业务影响】
【是否存算分离】
【StarRocks版本】例如:3.1.6
【集群规模】例如:3fe( 1leader + 2 follower)+4be(be不混部)
【机器信息】CPU虚拟核/内存/网卡,例如:16C/64G/万兆
【附件】

我们也出现了相同的问题

尝试下只设置big_query_profile_second_threshold,enable_profile设置为false呢,看下大查询的profile会不会被采集,不确定是不是开启enable_profile,big_query_profile_second_threshold就会失效,所有的会话执行的SQL都会被采集

如果只是想开启大查询上报的话,只用set global big_query_profile_second_threshold=‘10’; 不需要SET global enable_profile = true;

不管enable_profile怎么设置都是不生效的

set global enable_profile=fasle; 后 重新创建连接
或者你在这个session 设置关闭后,在session上执行sql看有没有 profile

enable_profile这个开启和关闭都尝试过 不生效 可以看一下我下面发的截图

在当前session下是生效的, 其他用户请求不生效