Shawn Sun

Results 38 comments of Shawn Sun

@lizzzcai Checkout the `alluxio/alluxio` and `alluxio/alluxio-dev` images in docker hub. These images are directly published and maintained by Alluxio. For example, the image you pulled is corresponding to `alluxio/alluxio-dev:2.7.2`. @cheyang...

@lizzzcai Hi. From 2.7.0 the fuse image is the same as the runtime image, so you can `alluxio/alluxio-dev:2.7.2` for both.

@lizzzcai Maybe you could try using `alluxio/alluxio` image, instead of the `alluxio/alluxio-dev`. The `alluxio/alluxio` image is more for production use: more lightweight, and uses Alpine as base image without installing...

I can't reproduce the problem. I used the same config and recreated the cluster and the app 5 times, and all of them succeeded. Could you help provide following information...

I found these in the master log: ``` 2022-05-10 09:53:25,442 WARN AbstractUfsManager - Failed to perform initial connect to UFS https://mirrors.bit.edu.cn/apache/hbase/stable: java.io.IOException: Unsupported operation for WebUnderFileSystem. 2022-05-10 09:53:26,060 INFO MountTable...

@LuQQiu Please correct me if I'm wrong. This test suite `AlluxioJniFuseFileSystemTest` is known to be unstable / may fail, which is why we add the Ignore tag at the top...

@bzheng888 It's fixed now. Please pull the latest master. Let me know when it's ready for review

@ZhuTopher @jiacheliu3 Take a look if you have time?

@ccy00808 I would suggest instead of putting the static ip address in the configuration, put in the hostname. In kubernetes although the IP of the master pod changes, the hostname...

@ccy00808 Any updates on this issue? Are you still encountering the problem?