Cody Soyland
a2d9a9a8d3
Migrate from Umbel to Pilosa organization on Github
2016-11-28 15:21:11 -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