Rinat Abdullin

Results 10 comments of Rinat Abdullin

Attempting to use librdkafka, because the python-only code has a bug in an edge case (gets stuck in a loop). However, at this point we hit this problem. Planning to...

A shameless plug about outstanding production experience with FoundationDB and .NET: https://abdullin.com/sku-vault/foundationdb-layers/

According to my previous findings, the easiest way is to: 1. Skip the library pre-loading completely. 2. Refer PInvoke methods to `fdb_c`, which should be resolved by CLR to `fdb_c.dll`...

As I understand, `fdb_c` (if not found as is) would be translated to `libfdb_c.dylib` by .NET Core CLR by prepending the common prefix and suffix. It then loading that library...

If you could point to the areas that need clarification, I'll gladly fill the gaps.

I have exactly the same issue, when trying to run batch prediction over the uploaded vertex model: `Job Name in gcp_resource is not formatted correctly or is empty.` Manual batch...

Update, according to [that commit](https://github.com/kubeflow/pipelines/commit/582aefa56d1850d3bd9f1cb5bff26bd25baa50dd), the issue was fixed in the code 19 days ago. It doesn't look like it is scheduled for release any time soon.

@cmwilson21 thanks. The bot was right - I forgot to fill the proper issue title :)

Hi @siddontang >I just port from Java YCSB, so maybe this problem still exists. In that case, the Java code also suffers from the coordinated omission. > Can you show...

I found the related issue in the original Java project: https://github.com/brianfrankcooper/YCSB/issues/731 It appears, they have started discussion on correcting coordinated omission in 2016, but the issue is still pending.