mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
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. |
||
|---|---|---|
| .. | ||
| cluster.go | ||
| field.go | ||
| handler.go | ||
| holder.go | ||
| index.go | ||
| logger.go | ||
| pilosa.go | ||
| pilosa_test.go | ||