featurebase/server
Jason Aten 123ce41840 add lmdb, Tx call stats, and prep for db/shard.
- lmdb as a backend (lmdb.go)
   (lmdb is the fastest known transactional storage backend)
 - per Tx call statics report enabled with PILOSA_CALLSTAT=true (stattx.go)
 - framework for per-shard db (dbshard.go)
 - txfactory handles any pair under blue-green testing (txfactory.go)
 - enable CGO in Dockerfiles for lmdb
2020-08-17 18:26:58 -05:00
..
testdata/certs regenerate certs with 100 year expiration, add README 2019-10-22 12:56:57 -05:00
cluster_test.go add lmdb, Tx call stats, and prep for db/shard. 2020-08-17 18:26:58 -05:00
config.go remove premature configuration of Txsrc in test config 2020-07-20 20:22:47 -04:00
config_internal_test.go add --advertise-grpc configuration option 2020-07-09 11:17:12 -05:00
config_test.go v2.0.0 2019-10-08 14:56:17 -06:00
default.go Unexport server.DefaultDiagnosticsInterval 2018-07-05 23:11:56 -05:00
dup.go Reduce duplication of setupLogger arch-specific code 2020-04-16 17:08:50 -05:00
dup_arm64.go Reduce duplication of setupLogger arch-specific code 2020-04-16 17:08:50 -05:00
grpc.go Add PostVDS and DeleteVDS 2020-08-12 14:21:22 -05:00
grpc_test.go Move grpc_internal_test to grpc_test 2020-05-15 19:52:03 +02:00
handler_test.go all test green on rbf. WOOT. 2020-08-12 21:08:30 +00:00
release.go Unexport server.DefaultDiagnosticsInterval (in release tag) 2018-07-05 23:11:57 -05:00
server.go env PILOSA_TXSRC is reinjected into the env if pilosa server --tx overrides it. fixes #575 2020-07-20 17:56:12 -04:00
server_test.go various cluster test fixups/cleanups 2020-07-20 10:45:59 -05:00
tlsconfig.go test and fix authentication of client certs btwn cluster nodes 2019-10-18 15:17:35 -05:00