liuxiong
liuxiong
According to https://gcc.gnu.org/onlinedocs/libstdc++/manual/abi.html > GCC 4.8.0: libstdc++.so.6.0.18 > GCC 4.8.3: libstdc++.so.6.0.19 > GCC 4.9.0: libstdc++.so.6.0.20 > GCC 5.1.0: libstdc++.so.6.0.21 > GCC 6.1.0: libstdc++.so.6.0.22 So at least gcc 5.1.0 is required.
ps重启后,IP变了吗?贴下集群配置 On Tue, Aug 23, 2022 at 10:14 AM guotf520 ***@***.***> wrote: > 即使表里只写了几十条数据,重启集群都无法选出分区leader。有没有技术交流群,麻烦拉一下。 > > — > Reply to this email directly, view it on GitHub > , or...
用过,遇到了什么问题?
是的。加载过程中会读取_id字段的值以建立与内部docid的对应关系 On Thu, Oct 21, 2021 at 8:13 PM realdalabengba ***@***.***> wrote: > 我的表没有标量字段,这里难道是“_id” > > — > You are receiving this because you are subscribed to this thread. >...
doc id远高于文档数,是因为删除较多吧 On Mon, Apr 11, 2022 at 1:51 PM realdalabengba ***@***.***> wrote: > HI,集群部分节点报错,类似如下,导致节点崩溃。 > rocksdb_raw_vector.cc:123 rocksdb multiget error:NotFound: , key=0065131892 > ... > rocksdb_raw_vector.cc:123 rocksdb multiget error:NotFound: ,...
1、请问是所有节点重启吗?如果是所有PS节点重启,重启过程中会加载数据建索引,具体耗时取决于数据量和索引类型 要想服务可用,只能允许少数节点重启 2、这个写入数据报错是因为partition没有选出主分片。建议逐个重启PS节点,待启动正常后接着重启下一个节点 On Tue, Apr 26, 2022 at 8:55 PM rrjia ***@***.***> wrote: > 1、重启后一段时间服务不可用,要30分钟左右的数据恢复时间后才正常,请问这个时间是否正常 > 2、接口恢复正常后,写入数据报错,报错信息如下: > > {'error': {'root_cause': [{'type': '', 'reason': 'partition_not_leader'}], 'type': '', 'reason': 'partition_not_leader'},...
Replicas 字典中的 key 是 PS 节点的 ID. server 里面的 p_ids 表示在这个PS server上的分片ID列表,根据这个可以得出分片副本的分布情况。 change_member 接口的使用请见文档。 On Tue, Jun 15, 2021 at 3:54 PM Alsace-lee ***@***.***> wrote: > 背景: > 我有两台物理机器,192.168.65.218与192.168.65.210 >...
看起来是gamma删除doc过程中段错误了。能提供下gamma的commit hash吗? On Mon, Oct 25, 2021 at 5:15 PM WeiYan-Lynn ***@***.***> wrote: > 就是这么打开的。。。。ulimit -c能看到非0,现在因为要恢复服务,已经删除data,靠raft临时规避恢复数据中 > > — > You are receiving this because you are subscribed to this...
I see that v0.0.18 ~ v0.0.20 were released but there are no corresponding docker images uploaded to DockerHub. Is that OK?
> This is due to the import of ArgosTranslate specified in **init**.py and insertion into mapping. https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet/blob/master/__init__.py#L231-L234 > > https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet/blob/master/__init__.py#L250-L251 > > https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet/blob/master/__init__.py#L266-L267 I don't think importing class and updating...