koarz commented on code in PR #52430:
URL: https://github.com/apache/doris/pull/52430#discussion_r2176415375


##########
cloud/src/common/metric.cpp:
##########
@@ -228,10 +230,87 @@ static void export_fdb_status_details(const std::string& 
status_str) {
     }
 }
 
+static void export_meta_ranges_details(TxnKv* kv) {
+    auto* txn_kv = static_cast<FdbTxnKv*>(kv);
+    if (!txn_kv) {
+        LOG(WARNING) << "this method only support fdb txn kv";
+        return;
+    }
+    txn_kv->init();

Review Comment:
   it's already fix



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to