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. |
||
|---|---|---|
| .. | ||
| testdata/certs | ||
| cluster_test.go | ||
| config.go | ||
| config_internal_test.go | ||
| config_test.go | ||
| default.go | ||
| enterprise.go | ||
| grpc.go | ||
| grpc_internal_test.go | ||
| handler_test.go | ||
| release.go | ||
| server.go | ||
| server_test.go | ||
| setup_logger.go | ||
| setup_logger_arm64.go | ||
| tlsconfig.go | ||