fix failed req calc wrong
This commit is contained in:
@ -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))) {
|
||||
|
Reference in New Issue
Block a user