featurebase/server
Matt Jaffee b7e5f8842e
add a configurable timeout to http handler closing
refactor handler Close func to use errgroup to be a bit less messy.

refactor pilosa.Server closing to actually return an underlying error if one occurs

add option to pilosa/test.Cluster and pilosa/server.Command to control close
timeout. currently is only used by the http handler, but conceivably could be
passed as a parameter to other subsystems of pilosa/server.Command
2018-07-10 15:16:35 -05:00
..
cluster_test.go rename slice to shard 2018-06-28 14:07:07 -05:00
config.go Remove some dead code 2018-07-05 15:31:07 -05:00
config_test.go move pilosa.Config to pilosa/server.Config 2018-04-19 14:51:42 -05:00
default.go Unexport server.DefaultDiagnosticsInterval 2018-07-05 23:11:56 -05:00
enterprise.go Add missing license headers. 2018-05-15 12:26:33 -05:00
handler_test.go adjust test to account for new source of error downstream 2018-07-06 17:38:06 -05:00
release.go Unexport server.DefaultDiagnosticsInterval (in release tag) 2018-07-05 23:11:57 -05:00
server.go add a configurable timeout to http handler closing 2018-07-10 15:16:35 -05:00
server_test.go get rid of unecessary server stuff and export node and uri 2018-07-03 13:26:51 -05:00