[debug](timeout) add more log in scanner ctx to find timeout problem #29704
Co-authored-by: yiguolei <yiguolei@gmail.com>
This commit is contained in:
@ -197,8 +197,8 @@ 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) {
|
||||
@ -221,6 +221,9 @@ Status VScanNode::alloc_resource(RuntimeState* state) {
|
||||
: Status::OK());
|
||||
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();
|
||||
RETURN_IF_ERROR(_state->exec_env()->scanner_scheduler()->submit(_scanner_ctx));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user