Jenrry You
Jenrry You
> 百度内部是通过gflag来自定义server prefix的,代码大致如下: > > ```c++ > std::string Server::ServerPrefix() const { > if (FLAGS_customized_server_prefix.empty()) { > return base::string_printf("%s_%d", g_server_info_prefix, listen_address().port); > } else { > return FLAGS_customized_server_prefix; > } >...
想到一个问题,如果还没有收到带结束标记的数据帧(has_continuation=false),这个stream就关闭了(收到close或者主动关闭),_pending_buf已经保存的iobuf数据没有释放的相关代码,可能存在内存泄漏。
can you show the DDL for table db_abc.log
we will fix it in next week
The short-term fix is to temporarily prohibit the creation of materialized views on tables with materialized columns(it's already merged to master). As for the long-term fix, we will need to...
We plan to finish long term fix at the end of June.
There is a plan to fix the issue in 2024 Q2, but there is a possibility of a delay because the issue is not of high priority > > Clickhouse...
@dmthuc I can't reproduce it. I find a settings bsp_mode = 1, do we run ci with bsp mode enable?
第一个报错是查询超时,第二个可以先尝试加enable_optimizer_fallback=0 看下真正的报错
Could you provide more imformation? Are the server/worker running on the same physical node? How many partitions are there in total? How many parts are there after filtering? What is...