[Debug](scan) Add debug log for find p0 scan coredump in pipeline (#24202)
This commit is contained in:
@ -279,6 +279,10 @@ Status VScanNode::get_next(RuntimeState* state, vectorized::Block* block, bool*
|
||||
return Status::OK();
|
||||
}
|
||||
|
||||
if (scan_block == nullptr) {
|
||||
LOG(FATAL) << "Scan block nullptr error _context_queue_id:" << _context_queue_id
|
||||
<< " context debug string:" << _scanner_ctx->debug_string();
|
||||
}
|
||||
// get scanner's block memory
|
||||
block->swap(*scan_block);
|
||||
_scanner_ctx->return_free_block(std::move(scan_block));
|
||||
|
||||
Reference in New Issue
Block a user