DevineLiu

Results 19 comments of DevineLiu

archlinux 会卡住 日志 : (dingtalk:18693): libnotify-WARNING **: 15:37:16.755: Failed to connect to proxy [18742:1217/153739.491256:ERROR:stunport.cc(88)] Binding request timed out from 172.17.0.x:47849 (docker0) [18742:1217/153739.491336:ERROR:stunport.cc(88)] Binding request timed out from 10.0.100.x:53418 (enp2s0) (dingtalk:18693):...

出现 同样的问题 应该是权限不顾

一加3 8.0 原生

在pixel上是可以拉起的

Before fixing ```shell redis-server --cluster-enabled yes --cluster-announce-ip 127.0.0.1 --cluster-announce-port 8090 --cluster-announce-bus-port 8091 127.0.0.1:6379> cluster nodes f6c78a17424d372391b9dc1c17134e02a70382b0 127.0.0.1:8090@8091 myself,master - 0 0 0 connected 127.0.0.1:6379> config set cluster-announce-ip 192.168.3.3 OK 127.0.0.1:6379>...

Now, cluster-announce-port/cluster-announce-bus-port/cluster-announce-tls-port options is MODIFIABLE_CONFIG. Such as cluster-announce-ip, which can be set at runtime via CONFIG SET. So I think these three options should be IMMUTABLE_CONFIG or can be set...

If it's a design, I think this is also problematic, for the NAT-ted environment, the cluster-announce-port also can change at redis runtime. For example, in the Kubernetes environment, if the...

If cluster-announce-ip/cluster-announce-port/cluster-announce-tls-port/cluster-announce-bus-port are MODIFIABLE_CONFIG options, it should work at runtime. Otherwise, they should be IMMUTABLE_CONFIG options.

An ARG declared before a FROM is outside of a build stage, so it can’t be used in any instruction after a FROM. To use the default value of an...