[CP] fix create local index too slow due to iterating __all_virtual_storage_stat
This commit is contained in:
committed by
wangzelin.wzl
parent
a9cc1b8cd0
commit
5aff21755b
@ -208,6 +208,8 @@ public:
|
||||
RPC_S(PR5 renew_in_zone_hb, OB_RENEW_IN_ZONE_HB, (share::ObInZoneHbRequest), share::ObInZoneHbResponse);
|
||||
RPC_AP(PR5 batch_get_protection_level, OB_BATCH_GET_PROTECTION_LEVEL, (ObBatchCheckLeaderArg), ObBatchCheckRes);
|
||||
RPC_S(PR5 kill_part_trans_ctx, OB_KILL_PART_TRANS_CTX, (obrpc::ObKillPartTransCtxArg));
|
||||
RPC_S(PR5 fetch_sstable_size, obrpc::OB_FETCH_SSTABLE_SIZE, (obrpc::ObFetchSstableSizeArg),
|
||||
obrpc::ObFetchSstableSizeRes);
|
||||
}; // end of class ObSrvRpcProxy
|
||||
|
||||
} // namespace obrpc
|
||||
|
||||
Reference in New Issue
Block a user