Venkat

Results 17 comments of Venkat

I am testing Flink with DiSNI and noticed some sporadic duplicated receives. We are already cloning the WC in endpoint classes as suggested in this bug. ```log Receive complete: 406030...

`Disclaimer`: Following analysis is purely based on code walk through. The issue could be with the way `free()` is used. For instance, the [provided examples](https://github.com/zrlio/disni/blob/92b523368f846e914b11f0305347116843ca9ed9/src/test/java/com/ibm/disni/examples/SendRecvClient.java#L70) executes the command and frees...

@patrickstuedi I have faced with this issue irregularly while testing code by posting many WRs at once. As per my reading of the code, it is more of documentation fix....

> https://github.com/linux-rdma/rdma-core/blob/master/libibverbs/cmd.c#L1247 Indeed, you are right. I was under assumption that, libibverbs does not copy the request from the given address. As I mentioned before, the issues is occurring rarely,...

Should I remove the comments, to avoid misdirection. As you explained, `free()` is not the cause.

> configure: error: not found. Is libibverbs installed? Facing same issue. Did anyone found the solution for this issue?

URL can be deployed with the driver as a driver configuration parameter and user/password info can be retrieved from the secret.

To deploy multiple instances, deploy each with their own endpoint URL and provisioner name. Use the appropriate provisioner name in the created `StorageClass`. You could refer our [Quobyte driver](https://github.com/quobyte/quobyte-csi/tree/access_keys). We...

> If there are many of storage cluster, you will deploy many driver in the k8s cluster, I think this is not good. As explained in [here](https://github.com/container-storage-interface/spec/issues/387#issuecomment-541679377), both approaches has...

> the `volumeID` you can make use of configmap with some unique Key to identify the URL current Yes, that is other alternative. But appending URL to `volumeID` can make...