[fix](hierarchical-storage) Fix bug that storage medium property change back to SSD (#9158)

1. fix bug described in #9159
2. fix a `fill_tuple` bug introduced from #9173
This commit is contained in:
Mingyu Chen
2022-04-26 10:15:19 +08:00
committed by GitHub
parent 62b38d7a75
commit 7cfebd05fd
25 changed files with 96 additions and 247 deletions

View File

@ -467,6 +467,7 @@ Status BrokerScanner::_convert_one_row(const Slice& line, Tuple* tuple, MemPool*
RETURN_IF_ERROR(_line_to_src_tuple(line));
if (!_success) {
// If not success, which means we met an invalid row, return.
*fill_tuple = false;
return Status::OK();
}