Haoyuan Ge

Results 19 comments of Haoyuan Ge

@yupnano It seems like the transaction has not completed when I `queryPayInfo`, just retried and got the correct result. Thanks.

I am trying to reproduce this problem. @peterghaddad Could you also provide the `Rayjob` yaml? The script you posted is actually a `RayCluster` yaml

@loleek You can try set `clusterSelector` as label selectors which select running rayclusters, while leave `rayClusterSpec` empty.

@fkogan I think you should assign `-master your_ib_network_interface` > Error to get IB device: open /sys/class/net/flannel.1/device/resource If not, it may use `flannel.1` as default

I finally set up consul server on the master and consul agent on the Mesos-node. However, I cannot register task to consul... My marathon app JSON: ``` { "id": "consularppp",...

I read the code and found only healthy services are registered...

I encounter problem again... How can I use marathon-consul as DNS? My marathon task has registered: ``` # curl localhost:8500/v1/catalog/service/mes0sttt|python -mjson.tool % Total % Received % Xferd Average Speed Time...

If you want persistant storage, you can attach volumes to your pod. Otherwise, the data will lose after the pods are killed.