Luis

Results 2 issues of Luis

When using "EXPLAIN (ANALYZE, TIMING)", IO timings can be confusing when measuring parallel nodes. ![BDjxgWEcof](https://user-images.githubusercontent.com/26086198/98027017-c0417480-1dea-11eb-966a-ff16244d5de2.png) Example: https://explain.dalibo.com/plan/avr0 What do you think of showing the maximum time between all wokers on...

question

``` WARNING: DATA RACE Read at 0x00c000ed1e58 by goroutine 46: github.com/asynkron/protoactor-go/cluster.(*Gossiper).GetActorCount() /Users/lrweck/go/pkg/mod/github.com/asynkron/[email protected]/cluster/gossiper.go:344 +0x254 github.com/asynkron/protoactor-go/cluster.(*Gossiper).gossipLoop() /Users/lrweck/go/pkg/mod/github.com/asynkron/[email protected]/cluster/gossiper.go:331 +0x1ec github.com/asynkron/protoactor-go/cluster.(*Gossiper).StartGossiping.gowrap1() /Users/lrweck/go/pkg/mod/github.com/asynkron/[email protected]/cluster/gossiper.go:291 +0x34 Previous write at 0x00c000ed1e58 by goroutine 11463: ??() -:0 +0x104f034a8 sync/atomic.AddInt32()...

bug report