fix failed req calc wrong

This commit is contained in:
obdev
2024-09-28 16:46:16 +00:00
committed by ob-robot
parent 4e6c548411
commit 9760e0f08e

View File

@ -2531,6 +2531,7 @@ int ObSyncIOChannel::do_sync_io(ObIORequest &req)
LOG_WARN("not supported io mode", K(ret), K(req));
}
if (OB_SUCC(ret)) {
req.io_result_->time_log_.return_ts_ = ObTimeUtility::fast_current_time();
req.io_result_->complete_size_ = io_size;
if (req.can_callback()) {
if (OB_FAIL(req.tenant_io_mgr_.get_ptr()->enqueue_callback(req))) {