bf_cache_miss_count_threshold ================================================== bf_cache_miss_count_threshold 用于控制 bloomfilter cache 的触发次数,当宏块未命中次数达到该值时,创建 bloomfilter 缓存。值为 0 时表示关闭。 | **属性** | **描述** | |------------------|----------| | 参数类型 | 整型 | | 默认值 | 100 | | 取值范围 | \[0, +∞) | | 是否重启 OBServer 生效 | 否 |