Liu Feifei

Results 6 comments of Liu Feifei

I have seen exactly the same error on latest mysql server. To fix, need to change `CAST(queue AS INT);` and similar cast statement to `CAST(queue AS DECIMAL);` in the SQL...

functions_only.sql & jorani.sql, for the function of GetFamilyTree I have not tried patches. But all `CAST(xx as INT)` will fail, I think

> > > I still get this , and I used the fix for that but because it is erroring out I can't get it to process the sql file...

改了下, 加了个-L publicIp 参数, 放在这里, 我自己正在测试 https://github.com/lff0305/bistoury/tree/addPublicIp 在k8s环境下测试暂时没发现问题。 用法: 登录跳板机,在待测试的POD内部运行 `./quick_start.sh -p 13 -i 0.0.0.0 -L 192.168.254.129 start` /// 192.168.254.129 是跳板机ip, UI返回浏览器通过这个地址连接WS 在跳板机上,使用kubectl创建端口映射 kubectl port-forward --address 0.0.0.0 -n 9091:9091 9881:9881...

Same issue on `alpine:3.15.0` and `alpine:edge`. Directory test also failed ( `test -x /tmp` then `echo $?` , got `1` )

Got the exactly same issue for asyncpg / pgpool II. (Tested different PG versions behind pg pool II, including 11.x, 12.x) But asyncpg is good for stolon project (https://github.com/sorintlab/stolon)