Daniel Mai

Results 11 comments of Daniel Mai

Oops. The latest master OK. I updated some really old examples in the original commit of this PR. The README needs to be updated, though.

`ntpdate` runs OK in each Jepsen node outside of the test: ``` $ docker exec jepsen-n1 sudo -S -u root bash -c 'cd /; ntpdate -b pool.ntp.org' 16 Mar 00:24:08...

It works only when `ntpdate` is run on all the nodes _before_ running `lein run test`. That’s the workaround we’re using now. Otherwise, `ntpdate` reliably complains about no suitable synchronization...

Thanks for the PR @josephschorr. CI is failing with a data race. ``` ================== WARNING: DATA RACE Read at 0x00c0001df0d0 by goroutine 90: github.com/dgraph-io/ristretto.(*Cache).setInternal() /home/agent/work/7f32719a4b7aa00/cache.go:296 +0x5d github.com/dgraph-io/ristretto.(*Cache).SetWithTTL() /home/agent/work/7f32719a4b7aa00/cache.go:281 +0x18f github.com/dgraph-io/ristretto.(*Cache).Set()...

I'll defer to @manishrjain to chime in for this PR.

Ah, I just noticed that blockade *does* support environment variables. https://github.com/worstcase/blockade/blob/master/blockade/config.py#L190 But it only accepts it with curly braces. `${GOPATH}` works, but not `$GOPATH`. At least I can get it...

A workaround for now: - Cancel the invite - Send a new invite. Do not try to re-send another invite after recreating the invite.

Is your bulk loading workflow different than what's done with initContainers approach in the dgraph-ha.yaml K8s sample config? https://github.com/dgraph-io/dgraph/blob/v1.1.1/contrib/config/kubernetes/dgraph-ha/dgraph-ha.yaml#L219-L260

Are you suggesting we use `dgraph-1589489873-dgraph-alpha-0` instead of the FQDN of the service `dgraph-1589489873-dgraph-alpha-0.dgraph-1589489873-dgraph-alpha-headless.default.svc.cluster.local`?

@engr-erum Because the error is about support library 25.0.0, it sounds like you need to update the Android Support Library in your SDK Manager. Check out [this Stack Overflow question...