Michael Baird
e87e7fda68
Add some new Diagnostics metrics
2017-09-26 22:42:35 -05:00
Matthew Jaffee
ce7283ae1b
convert to RWMutex in index, holder, view, and frame
...
use RLock and RUnlock in mapperLocal hotpath
2017-09-25 15:16:40 -05:00
Michael Baird
2dfa689d71
Fragment.Close now returns an error.
...
This required changing the Holder test utility Reopen, since in those cases we needed to close the file before making permission changes that Close() was failing silently on.
2017-08-22 14:52:07 -05:00
Cody Soyland
bd4e828517
Use untyped constant to allow building on FreeBSD/Dragonfly
2017-07-27 14:19:19 -05:00
Cody Soyland
ed6e063102
Attempt to set hard open file limit, improve error messages, and add documentation about open file limits.
2017-07-26 17:08:51 -05:00
Cody Soyland
0df72e3d33
Attempt to set open file limit during Pilosa startup. Fixes #722 .
2017-07-25 16:51:03 -05:00
Michael Baird
ee159b455d
Merge remote-tracking branch 'origin/master' into metrics
...
Conflicts:
.gitignore
cluster.go
frame.go
glide.lock
index.go
2017-05-01 10:41:04 -05:00
Cody Soyland
3996b56b88
Apply Apache License 2.0
2017-04-28 14:22:03 -05:00
Travis
7246e1e00d
Broadcast CreateSliceMessage when a new max slice is created
2017-04-27 11:44:13 -05:00
Linh Vo
e67c9c051c
move statsd count to handler
2017-04-27 11:29:33 -05:00
Linh Vo
d18ee46d76
index, frame statsD and tests
2017-04-25 14:32:11 -05:00
Michael Baird
3512dd4549
missing comments
2017-04-25 14:15:02 -05:00
Linh Vo
beb280624d
create/delete index/frame tag
2017-04-25 11:08:28 -05:00
Michael Baird
a543ba21bb
fixed DB to index conflicts after merge
2017-04-24 21:59:39 -05:00
Travis
1343979308
Fixes up a few overlooked d := Index()
2017-04-24 11:17:30 -05:00
Travis
2ad322c2c7
Rename DB to Index
...
Rename `db.go` to `index.go` and `db_test.go` to `index_test.go`
2017-04-23 21:49:27 -05:00
Travis
2cacff8e09
Rename Index to Holder
...
Rename `index.go` to `holder.go` and `index_test.go` to `holder_test.go`
2017-04-23 15:59:20 -05:00