Martin Martinez Rivera
Martin Martinez Rivera
weird. I am on 0.12.19, which I guess it's the latest non-insider build. Maybe a recent change broke it even in the default theme.
This is the weird error I see when I tried to merge the recent jepsen changes to our fork. ``` Exception in thread "main" Syntax error compiling at (rhizome/viz.clj:27:1). at...
The failures we are seeing are not deterministic so we'll try to get the incomplete tests to pass in order to unblock us. But it would still be great to...
Thanks for the quick response. I see the "sleep interrupted" near the beginning of the test. I forgot to copy the stack trace because I saw it on my remote...
@aphyr, hi. I haven't been able to get past the headless error. I tried setting the option in the Dgraph project.clj file as well as in the jepsen project.clj file...
That is the exact line I added to the project.clj file but it didn't had any effect. Adding it to the jepsen project.clj file didn't have any effect either. I...
It doesn't seem like it would be too difficult to implement. We are gearing up for the 1.1 release so this issue most likely sit in the back-burner for a...
The bulk loader already has logic to try to fairly assign predicates to groups (in `merge_shards.go`). Perhaps something similar could be implemented in the live loader. In that case there...
@manishrjain is probably the best person to decide whether something like this makes sense. I am not really sure giving this type of control would be helpful at all.
query and mutate exist as wrappers for backwards-compatibility reasons. My main issue with this wrapper is that we try to get the different clients to be as close as possible....