Travis
dd63382ed3
Fixes merge conflicts related to MaxSlices.
...
Merge branch 'time' of github.com:benbjohnson/pilosa into benbjohnson-time
2016-12-12 09:04:23 -06:00
Ben Johnson
3d0dada6fb
Add time-based frames and Range() support.
2016-12-08 12:29:49 -07:00
Travis
05f65ef09c
standardizes on MaxSlice (instead of SliceN)
...
creates DB locally even if node doesn't have data for that DB
2016-11-30 12:59:17 -06:00
Travis
4d1c12b4d7
Merge branch 'master' into db-specific-slices
2016-11-29 11:59:41 -06:00
Cody Soyland
a2d9a9a8d3
Migrate from Umbel to Pilosa organization on Github
2016-11-28 15:21:11 -06:00
Travis
5e16f8d9d0
set DefaultPollingInterval back to its original value
2016-11-21 16:36:17 -06:00
Travis
461ac13c2a
changes MaxSlices logic to be DB-specific
2016-11-21 16:12:30 -06:00
Ben Johnson
d90a9b97c8
Add profile & bitmap attribute anti-entropy.
...
Adds block-based anti-entropy for the attribute stores and hooks
into the existing `IndexSyncer` to regulate frequency of syncs.
2016-09-30 11:47:43 -06:00
Ben Johnson
583aef6bbb
check for early close during AAE
...
This commit adds a `Closing` channel to the `IndexSyncer` and the
`FragmentSyncer` that is periodically checked during execution.
If the channel is closed then an in-progress sync is immediately
stopped.
2016-06-29 10:18:24 -06:00
Ben Johnson
523cf5bc0e
refactor main into pilosa.Server
...
This commit refactors most of the code in `cmd/pilosa` to
`pilosa.Server` so that it can be reused in long running cluster
testing.
2016-05-13 14:39:09 -06:00