Viacheslav
Viacheslav
This test can't be flaky, because it didn't fail for years. If it fails then there is a problem in underlying code
> Here is the summary of what I think this patch is attempting to do: > > 1. Introduces `buildNewManagedRuntime()` which is meant to be the first part of the...
> Can we add a few deterministic tests (hitRatio of 1, 0, ...) so that detecting failures from bugs in the future can be done more reliably? I just added...
Hey guys, just curious, are you still going to add wal2json into your containers?
Hi Daniel, thank you for reaching out, CorfuDb has no issues with Mac, our team using x86_64 and M cpu-s, and the database works pretty well. Docker also works. If...
"Hi Daniel, apologies for the delayed response - I just caught up with your message! Unfortunately, our documentation on running Corfu is a bit limited, but we do have some...
Oh, I see. The solution is to use x84_64 jdk. Probably this topic can help with [sdkman and jdk_x86_64](https://github.com/sdkman/sdkman-cli/issues/1068)
Hi Sundar, you change seems unnecessary, because the table instance will be reused anyway, see SmrObject#open() method, part: computeIfAbsent
> paying the cost of all the reflections Actually, no, we don't do any reflection until we create a table. You can take a look at SmrObjectBuilder and see there...
Hi Daniel, Sorry for the confusion I'm actually trying to build a docker image from the Dockerfile that is in patroni repository. that's why there is `FROM DOCKERFILE...` code is...