mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
etcd runs a LOT more goroutines during server startup. Fix a goroutine/for loop bug causing us to run four 7-node clusters instead of 1/3/4/7-node clusters, also have the test/cluster code reduce import workers. We can't do much about the spamminess of the Raft stuff, but this should tone it down some. |
||
|---|---|---|
| .. | ||
| cluster.go | ||
| disco.go | ||
| field.go | ||
| handler.go | ||
| holder.go | ||
| index.go | ||
| logger.go | ||
| pilosa.go | ||
| pilosa_test.go | ||
| transaction.go | ||