Radek Hubner
Radek Hubner
Hello @dparrella @PuGuanyu @zz-x404 Thank you for reporting this issue and sorry it took us so long to pick it up. I did some internal tests and I'm not able...
Hello Hello @dparrella @PuGuanyu @zz-x404, I'm able to replicate your issue. It's really problem with class loader. Looks simmilar like #691 . I will submit fix soon. Radek
Hello @adv0518 , I tested compilation on old unmaintained [Centos 8 ](https://hub.docker.com/layers/library/centos/centos8/images/sha256-a1801b843b1bfaf77c501e7a6d3f709401a1e0c83863037fa3aab063a7fdb9dc?context=explore)and I didn't found any problem. I tested two version, latest from main branch and the version you mentioned....
Hello @jaykorean Thank you for adding the self-hosted runner. Unfortunately we can't see the url you mentioned. I don't have enough permission and last time when we tried with @adamretter...
Hello @pdillinger @ajkr Any thoughts about this issue? Radek cc: @adamretter
Hello @pdillinger @ajkr Do you think you will be able to help us with this issue? It's somewhere in C++ code and I don't know what more I can try...
Hello @sadderchris , I'm looking into C API and it looks like column family descriptors are not exposed at all. Usually where API expect column family descriptor, we pass two...
Hello @sadderchris , of course you are correct. Too much time in Java/C++ that I almost forgot C doesn't support overloading. ```C rocksdb_column_family_handle_t** rocksdb_create_column_families_with_options( rocksdb_t* db, int num_column_families, const char*...
Hello @ottok, thanks for quick reply. I think we need to update CMake parameters. This is what I found in your [build system ](https://salsa.debian.org/otto/rocksdb/-/jobs/6161778/viewer): ```bash cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var...
Hello @ottok, thanks for quick reply. It looks like this will be bigger problem. As you suggested I hide all symbols except C API. But as you can see, other...