gavinchou commented on code in PR #53828: URL: https://github.com/apache/doris/pull/53828#discussion_r2235366396
########## cloud/src/meta-service/meta_service_partition.cpp: ########## @@ -673,6 +677,10 @@ void MetaServiceImpl::drop_partition(::google::protobuf::RpcController* controll return; } versioned_put(txn.get(), operation_log_key, operation_log_value); + LOG(INFO) << "put drop partition operation log" + << " instance_id=" << instance_id << " table_id=" << request->table_id() + << " partition_ids=" << drop_partition_log.partition_ids_size() Review Comment: suggest print all partition ids -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org