mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-03 20:39:36 +08:00
enhance: change plan desc log from info to debug (#30304)
#30172 Signed-off-by: luzhang <luzhang@zilliz.com> Co-authored-by: luzhang <luzhang@zilliz.com>
This commit is contained in:
parent
6abbab12fa
commit
aeb1e36f00
@ -81,10 +81,10 @@ ExecPlanNodeVisitor::ExecuteExprNodeInternal(
|
||||
bool& cache_offset_getted,
|
||||
std::vector<int64_t>& cache_offset) {
|
||||
bitset_holder.clear();
|
||||
LOG_INFO("plannode: {}, active_count: {}, timestamp: {}",
|
||||
plannode->ToString(),
|
||||
active_count,
|
||||
timestamp_);
|
||||
LOG_DEBUG("plannode: {}, active_count: {}, timestamp: {}",
|
||||
plannode->ToString(),
|
||||
active_count,
|
||||
timestamp_);
|
||||
auto plan = plan::PlanFragment(plannode);
|
||||
// TODO: get query id from proxy
|
||||
auto query_context = std::make_shared<milvus::exec::QueryContext>(
|
||||
|
Loading…
Reference in New Issue
Block a user