FancyXun

Results 15 issues of FancyXun

csghub-temporal-1 这个一直启动失败,我看是等待pgsql的启动。v1.5.1版本 ,机器重启前都能正常运行 ![Image](https://github.com/user-attachments/assets/88943167-de08-4ce4-af2d-aabf4b836484)

Follow https://github.com/OpenCSGs/csghub-installer/tree/main/docker macOS ``` export SERVER_DOMAIN=$(ipconfig getifaddr $(route get default | grep interface | awk '{print $2}')) export SERVER_PORT=80 docker run -it -d \ --name omnibus-csghub \ --hostname omnibus-csghub \...

waiting for feedback

### Question Category Build/Installation ### Installation Source Binary ### Secretflow Version 0.613 ### Operating System and Distribution ubuntu 18 ### Python Version 3.10 ### Bazel Version _No response_ ### GCC/Compiler...

基于这个文档,https://github.com/FederatedAI/FATE/blob/master/deploy/cluster-deploy/allinone/fate-allinone_deployment_guide.zh.md 本机地址为182.168.3.46 我在本机上部署了两个docker,端口和主机映射如下: 我能跑通 ``` source /data/projects/fate/bin/init_env.sh flow test toy -gid 9999 -hid 10000 ``` 但是当我试图跑一个xgb的例子时候,psi的时候报错如下: 另一方host的错误日志: 两边的路由表如下: ``` { "route_table": { "9999": { "default":[ { "port": 9370, "ip": "127.0.0.1"...

大家好,请教FATE的算法的几个通信问题。 1.目前使用k8s部署了eggroll + osx模式。我理解osx是一个消息队列组件吧?多方之间的所有的通信都要走osx这个组件? 2.基于1,是否支持对接其他的消息队列组件,比如Kafka,rabbitmq之类的,适配的话需要改动什么,对代码有修改吗?如果有,具体是改哪些组件呢? 3.之前是用spark+pulsar的部署模式,但是似乎2.0的spark的bug较多,但我也理解是不是也支持eggroll + pulsar这种模式?