[CP] add serialization size check

This commit is contained in:
zhjc1124
2023-12-02 05:12:16 +00:00
committed by ob-robot
parent d1e0eaa2bc
commit 0bda0dbd95
23 changed files with 140 additions and 3 deletions

View File

@ -509,6 +509,8 @@ struct ObInnerContextMap {
ObInnerContextHashMap *context_map_;
common::ObIAllocator &alloc_;
OB_UNIS_VERSION(1);
public:
TO_STRING_KV(K(context_name_), K(context_map_->size()));
};
typedef common::hash::ObHashMap<common::ObString, ObInnerContextMap *,
common::hash::NoPthreadDefendMode,