breeent
breeent
用 镜像ha3_runtime:1.1.1 在两台机器上拉起服务并创建一个全量表,其中 global.conf 中的 [havenask] 配置有 adminMem=20480 观察到的现象是 ps -o rss 持续增加,过了一段时间suez_admin_worker挂掉,在stderr.log最后有 terminate called after throwing an instance of 'std::bad_alloc' what(): std::bad_alloc 1.各位大佬们能否排查一下是否存在内存泄漏的问题 2.suez_admin_worker挂掉后有什么办法能重新拉起admin
在镜像ha3_runtime:1.1.0中,/ha3_install/hape_conf/ 里面的 default_cluster.json 的swift配置写成了 "swiftConfig" ,是不是需要改成"swift_config"才能生效?
用以下数据建库 ``` CMD=add^_ id=1^_ query=𣄃的组词^_ ^^ CMD=add^_ id=2^_ query=形容北京城^_ ^^ CMD=add^_ id=3^_ query=怎么读𠀋这个字^_ ^^ ``` 用“𣄃“,”𠀋“无法召回原文档。查看代码发现是Analyzer的normalize()函数内部会调用 ``` int32_t EncodeConverter::utf8ToUtf16(const char *in, int32_t length, uint16_t *out) { int32_t ret = 0;...
将构建好的索引数据挂载到分布式存储后searcher一直无法成功启动,查看ha3.log发现如下ERROR: [ERROR] [201, build/release64/indexlib/file_system/mmap_file_node.cpp -- LoadData():309] [lock file:[/home/xxx/cases/normal/workdir/local_search_12000/in0_0/runtimedata/in0/generation_0/partition_0_65535/segment_14_level_0/index/title/bitmap_posting] FAILED, errno: 12, errmsg: Cannot allocate memory] 查看代码是mmap_file_node.cpp中的mlock报错 ~~~ if (mlock(base + offset, lockLen) < 0) { INDEXLIB_FATAL_ERROR(FileIO, "lock file: [%s] FAILED"...