Praxis
Praxis
Same issue in v2.1.4. v3.0.0 works well.
``` CREATE TABLE stats_meta_p ( id bigserial UNIQUE, version int not null default 1, ts timestamp not null, process character varying(20) not null, machine character varying(50), created_trunc timestamp not null,...
@mFarghaly #14 Sure.I would love to raise pr. Recently a little busy, I forgot to reply. IMO It's clearer and faster use volume subpath. PTAL
``` Fri, Feb 17 2023 6:31:52 pm | WARN [02-17\|18:31:52.116] Unexpected trienode heal packet peer=b20c6846 reqid=6,108,423,096,952,279,624 Fri, Feb 17 2023 6:31:52 pm | WARN [02-17\|18:31:52.120] Unexpected trienode heal packet peer=5135ca5f...
Is this the same high io situation that happened before with levelDB? I forget what the previous sync speed was, but in my own intuition, this sync time is a...
Yes, for fast migration(kubernetes) we are using aws ebs with disk type gp2. The iops calculation formula is 3 * GB. The minimum iops is 3000 and the maximum is...
Thanks for answer, but the metrics type rpc is summary not histogram. So the summary indicator type will be reset as well? Also, it's not just this one rpc metrics,...
Hi, @jwasinger , We are a node provider, and similar issues have occurred before. Currently, we are unsure how to debug this. Could you please explain the mechanism of the...
hi, @Shelley-BaoYue 我尝试查看这个文件,并没有找到disabled_plugins `cat /etc/containerd/config.toml` ``` version = 2 [plugins] [plugins."io.containerd.grpc.v1.cri"] [plugins."io.containerd.grpc.v1.cri".containerd] [plugins."io.containerd.grpc.v1.cri".containerd.runtimes] [plugins."io.containerd.grpc.v1.cri".containerd.runtimes.nvidia] privileged_without_host_devices = false runtime_engine = "" runtime_root = "" runtime_type = "io.containerd.runc.v2" [plugins."io.containerd.grpc.v1.cri".containerd.runtimes.nvidia.options] BinaryName = "/usr/bin/nvidia-container-runtime"...
谢谢,已经解决join的问题, 在尝试调用edge端的GPU,发生了异常 ### edgecore ``` # 安装nvidia-container-toolkit curl -fsSL https://nvidia.github.io/libnvidia-container/gpgkey | sudo gpg --dearmor -o /usr/share/keyrings/nvidia-container-toolkit-keyring.gpg \ && curl -s -L https://nvidia.github.io/libnvidia-container/stable/deb/nvidia-container-toolkit.list | \ sed 's#deb https://#deb [signed-by=/usr/share/keyrings/nvidia-container-toolkit-keyring.gpg] https://#g' |...