Matthew Jaffee
e5c2d3e5d8
update gopkg.lock
2018-01-09 14:05:30 -06:00
Matthew Jaffee
664fb7cad0
convert some locks to rlocks
2018-01-09 13:55:29 -06:00
Matthew Jaffee
59bd2da93f
fix a number of data races
...
datadog statsd client contained a race condition - was fixed in master
Server.Logger contained a race where multiple loggers could write to the same
output io.Writer
TestMain_FrameRestore contained a race where it tried to change a cluster's
nodes while it was running (which conflicted with antiEntropy reading that
state).
2018-01-09 13:31:17 -06:00
Travis Turner
311f9699b7
Merge pull request #1035 from travisturner/disable-diagnostics-in-server-tests
...
disable diagnostics in server tests
2018-01-02 15:41:40 -06:00
Travis Turner
149e8124db
disable diagnostics in server tests
2018-01-02 15:10:02 -06:00
Travis Turner
767c52dd16
Merge pull request #1030 from travisturner/tutorial-field-fixes
...
apply comments in #1022
2018-01-02 12:33:57 -06:00
Cody Soyland
78033a2374
Merge pull request #1025 from codysoyland/diagnostics-uptime-caps
...
Rename diagnostics metric "uptime" to "Uptime"
2018-01-02 11:04:25 -06:00
Matthew Jaffee
e72d596ad6
Merge pull request #923 from jaffee/test-helpers
...
add test helper for starting a new pilosa instance
2017-12-29 16:46:48 -06:00
Travis Turner
776dc79050
Merge pull request #1032 from travisturner/memberlist-wan-config
...
change gossip config from DefaultLocalConfig to DefaultWANConfig
2017-12-23 19:39:44 -06:00
Travis Turner
009a2482b4
change gossip config from memberlist.DefaultLocalConfig to memberlist.DefaultWANConfig
2017-12-22 17:06:24 -06:00
tgruben
e4f5494db2
Merge pull request #1027 from tgruben/rle-optimize
...
added binary search to runAdd
2017-12-22 13:26:27 -06:00
Travis Turner
4d61800c38
apply comments in #1022 from cody
2017-12-22 10:20:00 -06:00
Travis Turner
cea8c10381
Merge pull request #1026 from travisturner/tutorial-row-col-attributes
...
basic row/col attribute tutorial
2017-12-22 10:17:40 -06:00
Todd Gruben
8547f1a2a9
gofmted
2017-12-21 15:30:31 -06:00
Todd Gruben
89714c706d
added binary search to runAdd
2017-12-21 15:12:35 -06:00
Travis Turner
1f06bb0a7e
basic row/col attribute tutorial
2017-12-21 14:16:26 -06:00
Cody Soyland
24a0c76ba5
Rename diagnostics metric "uptime" to "Uptime" to be consistent with other diagnostics metrics.
2017-12-21 07:57:08 -06:00
Travis Turner
ed14ddf4d6
Merge pull request #1023 from travisturner/bsi-tutorial-nav
...
add nav to the markdown header
2017-12-20 09:19:53 -06:00
Yuce Tekol
a7c76f09ad
Merge pull request #1016 from yuce/990-diagnostics-schema-fields
...
Added BSIFieldCount diagnostics; refactored schema diagnostics
2017-12-20 07:48:10 +03:00
Travis Turner
bd5c1028f8
add nav to the markdown header
2017-12-19 17:30:18 -06:00
Travis Turner
91ba60efd3
Merge pull request #1022 from travisturner/bsi-tutorial
...
BSI tutorial
2017-12-19 17:25:25 -06:00
tgruben
93102a94ae
Merge pull request #1020 from tgruben/vetfix
...
RIP container_type
2017-12-19 16:11:12 -06:00
Cody Soyland
8135eca1ca
Merge pull request #1019 from codysoyland/1018-handler-error
...
Close HTTP handler gracefully (Fixes #1018 )
2017-12-19 16:10:56 -06:00
Travis Turner
88e65142ad
fix typo. add link to range query operators.
2017-12-19 15:37:00 -06:00
Yuce Tekol
d6fe6e18af
Merge pull request #1015 from yuce/988-989-diagnostics-os-mem-info
...
Adds CPU and mem info to the diagnostics payload. Implements #988 , #989
2017-12-20 00:01:22 +03:00
Yuce Tekol
bdf813d7ee
update
2017-12-19 23:59:04 +03:00
Travis Turner
8d0521fd10
setup -> set up
2017-12-19 14:39:04 -06:00
Travis Turner
660d84228b
tutorial for BSI Field usage
2017-12-19 14:38:20 -06:00
tgruben
63a3df1634
Merge pull request #1017 from tgruben/container-bench
...
added benchmark for various container usage patterns
2017-12-19 13:07:23 -06:00
Todd Gruben
065c82f737
passed deadcode check
2017-12-19 11:30:17 -06:00
Todd Gruben
cd4a30e671
unconvert warnings corrected
2017-12-19 11:18:46 -06:00
Cody Soyland
2345ae0004
Close HTTP handler gracefully ( Fixes #1018 )
2017-12-19 11:01:36 -06:00
Todd Gruben
136dc4ca2e
finished govet issues
2017-12-19 10:49:00 -06:00
Todd Gruben
1dbe64da3c
made sure Linear and Reverse delt with same bits
2017-12-19 10:45:27 -06:00
Todd Gruben
449b63783d
merge error check
2017-12-19 10:36:28 -06:00
Todd Gruben
28d590c575
cleaned up some golint warnings
2017-12-19 10:32:39 -06:00
tgruben
868d28b2d5
Merge pull request #1012 from tgruben/errcheck
...
added error checking to WriteTo
2017-12-19 10:26:07 -06:00
Todd Gruben
d0d6d3d6b6
added benchmarks for runs for intersect count
2017-12-19 07:52:53 -06:00
Todd Gruben
4ceaed5316
missed one
2017-12-19 07:21:24 -06:00
Todd Gruben
0f3d26bd30
addressed jaffee suggestions; tweaked parameters
2017-12-19 07:15:40 -06:00
Todd Gruben
ccf57e23cd
removed overlap calc
2017-12-18 15:33:22 -06:00
Todd Gruben
89a42c7fe2
corrected offset value
2017-12-18 15:18:54 -06:00
Todd Gruben
a2195396ca
fixed varible overwrite
2017-12-18 15:01:52 -06:00
Todd Gruben
155472b3db
added benchmark for various container usage patterns
2017-12-18 14:01:11 -06:00
Yuce Tekol
7355f97b62
Added BSIFieldCount diagnostics; refactored schema diagnostics
2017-12-18 18:07:31 +03:00
Yuce Tekol
94360e77e3
Adds CPU and mem info to the diagnostics payload. Implements #988 , #989
2017-12-18 16:22:38 +03:00
Yuce Tekol
0ad4272b35
Merge pull request #1013 from yuce/987-diagnostics-cluster-id
...
Adds local and cluster IDs
2017-12-16 13:42:40 +03:00
Yuce Tekol
1448171a2c
Adds local and cluster IDs
2017-12-15 18:12:28 +03:00
Todd Gruben
6bec75fc31
applied travis suggestions
2017-12-15 09:08:53 -06:00
Cody Soyland
eadc57a1d8
Merge pull request #1010 from codysoyland/1009-goveralls-ci-failures
...
Use `go test` instead of `goveralls` as main CI test command
2017-12-14 12:02:12 -06:00