Mark Meeus
Mark Meeus
We are also having this issue on 3.3.1. Running 2 nodes on OpenShift (Kubernetes) with libCluster Kubernetes.DNS (headless service) Strategy In our case, the error Swarm.IntervalTreeClock.fill didn't go away without...
We have upgraded to 3.4, and now it seems to derail even more quickly. These issues occur on 2 fixed nodes (not K8s). beside the IntervalTreeClock (343,584 log entries in...
Sorry for diluting this ticket, It looks like the IntervalTreeClock errors on fill and sum are gone after upgrading to 3.4. We did some refactoring in our code so that...
We had the same issue in an express app running on an older node version (8.17.0), upgrading the node version seemed to have stopped these loggings. (I think it may...
I'm not sure I understand your first question. Did you use this code? and implement your own dataprovider? https://github.com/markmeeus/MarcelloDB/blob/master/MarcelloDB/Index/BTree/BTree.cs As for the second question, I guess it doesn't matter how...
This last commit fixes various problems one can encounter with deletions. Basically, the problem was that when a entry was to be deleted from a non-leaf node, it would try...
i just stumbled over this issue. Is there any release date in sight for 3.5?
Ah yes, I see, the format throws argument errors when the format param is not compatible. I think I was expecting an elixir 'inspect' type of formatting there. So to...
The thing is that this formatting happens in the pcall, so these binaries are returned to the lua code. These users may not be familiar to these erlang binary format...
That's great! Thanks.