featurebase/http
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
..
client.go add minimal fix for connection reuse issue - @tgruben has a more complete fix 2020-03-07 09:46:47 -06:00
client_test.go fixing additional tests 2020-01-08 09:47:43 -07:00
error.go Fix linter issues: vet 2018-07-19 11:37:50 -05:00
handler.go support fragment sync for int and decimal fields 2020-03-13 12:15:54 -05:00
handler_internal_test.go v2.0.0 2019-10-08 14:56:17 -06:00
handler_test.go v2.0.0 2019-10-08 14:56:17 -06:00
translator.go test and fix authentication of client certs btwn cluster nodes 2019-10-18 15:17:35 -05:00
translator_test.go test and fix authentication of client certs btwn cluster nodes 2019-10-18 15:17:35 -05:00