Simon_CQK

Results 22 issues of Simon_CQK

**What is your environment(Kubernetes version, Fluid version, etc.)** kubernetes 1.22 **Describe the bug** dataset controller executes `jindo mount /xx oss://xxx` command into jindomatser when DataSet object becomes ready for the...

bug

**Describe the bug (描述bug)** 在我的应用场景中,集成了brpc的多种操作,通过request_attachment或response_attachment收发,包含append、append_with_user_data、swap等多个动作,现尝试启用rdma,但还没有端到端跑通(brpc内置的rdma example已经跑通) **To Reproduce (复现方法)** 同时在日志中,存在: W0706 14:41:19.870314 12521 rdma_endpoint.cpp:567] Fail to read Hello Message from client:Socket{id=102 fd=1057 addr=33.99.77.245:38992:19733} (0x0x7f0c83d23cc0) 33.99.77.245:38992 **疑问** 1. global initialize确认生效,尝试了在所有append_user_data的地方都register memeory,没有明显效果;...