未验证 提交 030a8a41 编写于 作者: N Nikita Mikhaylov 提交者: GitHub

Wrong counting of DictCacheKeysRequestedFound metric (#9411)

* first

* bump test
上级 6c0db94e
......@@ -626,7 +626,7 @@ private:
on_key_not_found(key, cell_idx);
}
ProfileEvents::increment(ProfileEvents::DictCacheKeysRequestedMiss, found_num);
ProfileEvents::increment(ProfileEvents::DictCacheKeysRequestedFound, found_num);
ProfileEvents::increment(ProfileEvents::DictCacheKeysRequestedMiss, not_found_num);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册