[bugfix]: in datumstorewrapper, block_reader is reset twice.
This commit is contained in:
@ -525,6 +525,7 @@ int ObChunkSliceStore::prepare_datum_stores(const uint64_t tenant_id, ObTabletHa
|
||||
LOG_WARN("failed to init chunk datum store", K(ret));
|
||||
} else {
|
||||
datum_store->set_dir_id(dir_id);
|
||||
datum_store->set_allocator(allocator);
|
||||
LOG_INFO("set dir id", K(dir_id));
|
||||
}
|
||||
if (OB_SUCC(ret)) {
|
||||
|
||||
Reference in New Issue
Block a user