Adam Retter

Results 574 comments of Adam Retter

> you merged the corresponding PR Yes, but that is for as you described "ephemeral containers", by default Docker does not restart your container when it exits. > Do you...

Entires in `Properties` get converted into a string like `key=value;key=value;...` by a call to `Options#getOptionStringFromProps`. As `Options#setTablePropertiesCollectorFactory` expects a Java Object, I don't think you will be able to set...

@ddupg I think what you are looking at is the `CreateFromString` interface that was added not long ago by @mrambacher to the C++ API. We don't yet support that in...

> But, as soon as I run two suites that do the same initialization within the same JUnit run, the following happens: @errikos This sounds like you have a concurrency...

@gywndi Were you able to get this working with the newer Docker images we provide?

Can you provide an example of an "inline" which is troublesome to you?

@dizzzz I still don't understand what that would look like vs what it looks like currently

@brad0 I was able to checkout your branch and compile it. However, at the moment I keep running out of memory when running `gmake check` (I suspect that is unrelated...

@brad0 I don't get those errors. Instead I get this: ``` ./db_bloom_filter_test >&t/log-db_bloom_filter_test ld.so: db_bloom_filter_test: can't load library 'librocksdb.so.9.8' Killed ```

@brad0 The files are all in: `/home/openbsd/rocksdb` ``` -rwxr-xr-x 1 openbsd openbsd 9030080 Oct 26 08:49 db_bloom_filter_test ``` ``` lrwxr-xr-x 1 openbsd openbsd 19 Oct 26 08:48 librocksdb.so -> librocksdb.so.9.8.0...