(fix)[group-commit] Fix some group commit case (#30008)

This commit is contained in:
meiyi
2024-01-16 15:08:41 +08:00
committed by yiguolei
parent 4d6de1f181
commit e1bcdc35fd
8 changed files with 84 additions and 29 deletions

View File

@ -226,7 +226,8 @@ Status GroupCommitTable::get_first_block_load_queue(
}
}
}
return Status::InternalError("can not get a block queue");
return Status::InternalError("can not get a block queue for table_id: " +
std::to_string(_table_id));
}
Status GroupCommitTable::_create_group_commit_load(