featurebase/test
Travis cbf80370cb support fragment sync for int and decimal fields
This PR adds support for anti-entropy syncing for integer
and decimal fields. It differs from the logic for other
field types in that it does not rely on a consensus to determine
what the value should be; instead, it considers the correct
values to be those of the primary replica. From there, data
is pushed to all non-primary replicas.
2020-03-13 12:15:54 -05:00
..
cluster.go remove the last usages of test.NewExecutor and cleanup unused in test package 2018-07-01 07:31:31 -05:00
field.go v2.0.0 2019-10-08 14:56:17 -06:00
handler.go remove the last usages of test.NewExecutor and cleanup unused in test package 2018-07-01 07:31:31 -05:00
holder.go support fragment sync for int and decimal fields 2020-03-13 12:15:54 -05:00
index.go rebase & fix test const 2020-01-08 09:47:43 -07:00
logger.go lock BufferLogger for reads/writes 2019-11-12 12:15:13 -06:00
pilosa.go include the test which covers this scenario 2020-02-29 08:43:10 -06:00
pilosa_test.go v2.0.0 2019-10-08 14:56:17 -06:00