Todd Gruben
|
a436d4d32a
|
fixed deadlock in setcooridnator
|
2018-05-09 15:00:39 -05:00 |
|
Travis Turner
|
59291e2936
|
Merge pull request #1255 from travisturner/minor-api-tweak
API.URI was not being used. removed it.
|
2018-05-09 11:17:49 -05:00 |
|
Alan Bernstein
|
4f6947af3b
|
Update error messages
|
2018-05-09 10:50:17 -05:00 |
|
Travis Turner
|
5e043919ae
|
default GossipMemberSet.Logger to NopLogger
|
2018-05-09 10:48:49 -05:00 |
|
Alan Bernstein
|
b74e5e7ec7
|
Update error message
|
2018-05-09 10:46:16 -05:00 |
|
Travis Turner
|
e4c11a28b1
|
make sure gossipMemberSet.Logger is set during server setup
|
2018-05-09 10:42:11 -05:00 |
|
Travis Turner
|
43ec69d08b
|
API.URI was not being used. removed it.
|
2018-05-09 09:32:18 -05:00 |
|
Yuce Tekol
|
24c9699432
|
Merge pull request #1242 from yuce/dont-create-tilde-directory-when-running-tests
Make sure ~ is expanded in NewServer; BroadcastReceiver uses temp path
|
2018-05-09 09:53:02 +03:00 |
|
Alan Bernstein
|
248d9b4ffb
|
Wrap errors in view
|
2018-05-08 19:53:05 -05:00 |
|
Alan Bernstein
|
a3dc756be4
|
Wrap errors in handler
|
2018-05-08 19:46:26 -05:00 |
|
Alan Bernstein
|
4f51373734
|
Wrap errors in holder
|
2018-05-08 19:43:36 -05:00 |
|
Alan Bernstein
|
3907e21f6f
|
Wrap errors in frame
|
2018-05-08 18:40:44 -05:00 |
|
Alan Bernstein
|
4452cd7260
|
Wrap errors in cluster.go
|
2018-05-08 18:29:04 -05:00 |
|
Alan Bernstein
|
f839118121
|
Wrap errors in executor
|
2018-05-08 18:17:22 -05:00 |
|
Alan Bernstein
|
68924fe0ad
|
Wrap errors in client.go
|
2018-05-08 17:40:15 -05:00 |
|
Yuce Tekol
|
0244f4b51d
|
Added dataDir field to Server
|
2018-05-09 01:27:42 +03:00 |
|
Alan Bernstein
|
f0b6fa4ee8
|
Wrap errors in server/
|
2018-05-08 17:20:06 -05:00 |
|
Alan Bernstein
|
f5a4fd82b1
|
Wrap errors in ctl/*.go
|
2018-05-08 17:10:36 -05:00 |
|
Todd Gruben
|
e50b2aee24
|
Merge remote-tracking branch 'upstream/master'
|
2018-05-08 09:35:58 -05:00 |
|
Yuce Tekol
|
96620dd2df
|
Merge pull request #1236 from yuce/1232-server-info
Added /info endpoint. Fixes #1232
|
2018-05-08 03:02:48 +03:00 |
|
Travis Turner
|
cea4b02941
|
Merge pull request #1234 from travisturner/nil-timestamp-slice
avoid creating a slice of nil timestamps on Import()
|
2018-05-07 16:17:12 -05:00 |
|
Matthew Jaffee
|
134a88d91d
|
Merge pull request #1253 from jaffee/fixup-internal-client
Fixup internal client
|
2018-05-07 12:43:12 -07:00 |
|
Matt Jaffee
|
b2eb8f02ee
|
fix QueryNode comment
|
2018-05-07 12:42:39 -07:00 |
|
Matt Jaffee
|
420631e748
|
remove last vestiges of passing URI via context
this chould be safe as context.WithValue doesn't seem to appear anywhere else in Pilosa
|
2018-05-07 12:40:38 -07:00 |
|
Matt Jaffee
|
2738c92286
|
stop passing uri via context to InternalClient.ExecuteQuery
|
2018-05-07 12:40:38 -07:00 |
|
Matt Jaffee
|
0d3df71e37
|
add URI argument to InternalClient.SendMessage
passing values through context is error prone and usually bad practice.
|
2018-05-07 12:40:37 -07:00 |
|
Matt Jaffee
|
b3f529cb1b
|
remove unused NodeID method on InternalClient
|
2018-05-07 12:40:35 -07:00 |
|
Todd Gruben
|
2c9d238acf
|
Merge remote-tracking branch 'upstream/master'
|
2018-05-07 09:22:30 -05:00 |
|
Cody Soyland
|
bba472f012
|
Merge pull request #1251 from codysoyland/release-v0.9.0
Release v0.9.0
|
2018-05-04 17:38:05 -05:00 |
|
Cody Soyland
|
7cecfd30cf
|
Changelog fixes
|
2018-05-04 17:07:39 -05:00 |
|
Cody Soyland
|
76ee46bd0d
|
Add note about upgrading to v0.9
|
2018-05-04 17:03:43 -05:00 |
|
Cody Soyland
|
4454bedb3d
|
Update changelog
|
2018-05-04 16:28:19 -05:00 |
|
Cody Soyland
|
3529043fbc
|
Update Go version
|
2018-05-04 16:22:08 -05:00 |
|
Cody Soyland
|
995a90ac9d
|
Update pilosa version in installation docs
|
2018-05-04 16:22:00 -05:00 |
|
Cody Soyland
|
46a929e1d6
|
More updates for v0.9 branch
|
2018-05-04 15:49:03 -05:00 |
|
Cody Soyland
|
84ed1953bd
|
Update changelog
|
2018-05-04 15:40:56 -05:00 |
|
Matthew Jaffee
|
eec784f0dd
|
Merge pull request #1228 from pilosa/cluster-race-conds
Cluster race conds
|
2018-05-04 11:39:47 -07:00 |
|
Matthew Jaffee
|
985b56f50b
|
fix utils_test comments
|
2018-05-04 10:48:57 -07:00 |
|
Todd Gruben
|
4a1d15ec9d
|
missed a file on last commit
|
2018-05-04 10:48:57 -07:00 |
|
Todd Gruben
|
2ef78af0ca
|
adjusted protection around cluster coordinator mutations
|
2018-05-04 10:48:57 -07:00 |
|
Matthew Jaffee
|
992c3e8bdd
|
WIP - adding more locking to Cluster
|
2018-05-04 10:48:57 -07:00 |
|
Cody Soyland
|
3c48efb5b5
|
Merge pull request #1246 from codysoyland/391-log-startup
Log time/version to startup log (Fixes #391)
|
2018-05-04 12:48:15 -05:00 |
|
Cody Soyland
|
fab755573b
|
Merge pull request #1245 from codysoyland/id-file-name
Rename ID file to ".id" for consistency with existing data files
|
2018-05-04 12:47:47 -05:00 |
|
Cody Soyland
|
9e1a7d45a6
|
Merge pull request #1250 from codysoyland/upgrading-docs
Add docs for upgrading Pilosa
|
2018-05-04 12:47:23 -05:00 |
|
Cody Soyland
|
0afb95c171
|
Minor upgrading docs changes
|
2018-05-04 12:33:20 -05:00 |
|
Cody Soyland
|
e751945bf1
|
Add docs for upgrading Pilosa
|
2018-05-04 11:33:59 -05:00 |
|
Cody Soyland
|
85f90ac8fc
|
Log time/version to startup log (Fixes #391)
|
2018-05-03 16:11:43 -05:00 |
|
Yuce Tekol
|
beaa69a7bd
|
Made expandDirName generic.
|
2018-05-03 00:07:56 +03:00 |
|
Cody Soyland
|
18d7664fc4
|
Rename ID file to ".id" for consistency with existing data files.
|
2018-05-02 15:04:12 -05:00 |
|
Travis Turner
|
b961378b2f
|
Merge pull request #1221 from travisturner/vendor-lrucache
vendor github.com/golang/groupcache/lru. rebuild Gopkg.lock
|
2018-05-02 12:58:55 -05:00 |
|