[chore](removelogs) remove debug query timeout logs
This commit is contained in:
@ -197,13 +197,13 @@ Status VScanNode::alloc_resource(RuntimeState* state) {
|
||||
if (_scanner_ctx) {
|
||||
DCHECK(!_eos && _num_scanners->value() > 0);
|
||||
RETURN_IF_ERROR(_scanner_ctx->init());
|
||||
LOG(INFO) << "yyyy instance " << print_id(state->fragment_instance_id())
|
||||
<< " submit scanner ctx " << _scanner_ctx->debug_string();
|
||||
//LOG(INFO) << "yyyy instance " << print_id(state->fragment_instance_id())
|
||||
// << " submit scanner ctx " << _scanner_ctx->debug_string();
|
||||
RETURN_IF_ERROR(_state->exec_env()->scanner_scheduler()->submit(_scanner_ctx));
|
||||
}
|
||||
if (_shared_scan_opt) {
|
||||
LOG(INFO) << "instance shared scan enabled"
|
||||
<< print_id(state->fragment_instance_id());
|
||||
//LOG(INFO) << "instance shared scan enabled"
|
||||
// << print_id(state->fragment_instance_id());
|
||||
_shared_scanner_controller->set_scanner_context(id(),
|
||||
_eos ? nullptr : _scanner_ctx);
|
||||
}
|
||||
@ -222,8 +222,8 @@ Status VScanNode::alloc_resource(RuntimeState* state) {
|
||||
if (_scanner_ctx) {
|
||||
RETURN_IF_ERROR(_scanner_ctx->init());
|
||||
|
||||
LOG(INFO) << "yyyy instance " << print_id(state->fragment_instance_id())
|
||||
<< " submit scanner ctx " << _scanner_ctx->debug_string();
|
||||
//LOG(INFO) << "yyyy instance " << print_id(state->fragment_instance_id())
|
||||
// << " submit scanner ctx " << _scanner_ctx->debug_string();
|
||||
RETURN_IF_ERROR(_state->exec_env()->scanner_scheduler()->submit(_scanner_ctx));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user