!4582 【资源池化】SPQ修复mdcache失效问题

Merge pull request !4582 from 阙鸣健/spq_1127
This commit is contained in:
opengauss_bot
2023-12-08 01:10:48 +00:00
committed by Gitee
2 changed files with 6 additions and 0 deletions

View File

@ -2753,6 +2753,9 @@ typedef struct knl_u_spq_context {
spqos::CWorkerPoolManager* m_worker_pool_manager;
/* mdcache */
spqos::CCache<spqmd::IMDCacheObject *, spqopt::CMDKey *> *m_pcache;
bool mdcache_invalidation_counter_registered;
int64 mdcache_invalidation_counter;
int64 last_mdcache_invalidation_counter;
/* cache factory */
spqos::CCacheFactory* m_factory;
spqos::CMessageRepository *m_repository;