[CP] [Bugfix]support put from client

This commit is contained in:
WeiXinChan
2024-01-05 10:57:04 +00:00
committed by ob-robot
parent c19033ab86
commit 00632ae17c
11 changed files with 115 additions and 79 deletions

View File

@ -96,7 +96,7 @@ int ObTableRpcImpl::execute(const ObTableOperation &table_operation, const ObTab
request.consistency_level_ = request_options.consistency_level();
request.returning_affected_rows_ = request_options.returning_affected_rows();
request.returning_affected_entity_ = request_options.returning_affected_entity();
request.returning_rowkey_ = request_options.returning_rowkey();
request.option_flag_ = request_options.get_option_flag();
ret = rpc_proxy_->
timeout(request_options.server_timeout())
@ -286,7 +286,7 @@ int ObTableRpcImpl::batch_execute(const ObTableBatchOperation &batch_operation,
request.consistency_level_ = request_options.consistency_level();
request.returning_affected_rows_ = request_options.returning_affected_rows();
request.returning_affected_entity_ = request_options.returning_affected_entity();
request.returning_rowkey_ = request_options.returning_rowkey();
request.option_flag_ = request_options.get_option_flag();
request.batch_operation_as_atomic_ = request_options.batch_operation_as_atomic();
if (REACH_TIME_INTERVAL(10*1000*1000)) {
// TODO: we can not print the tenat memory usage now.