mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-02 19:25:52 +08:00
This counter is used to print a warning in fdbcli if there are incompatible peers. Example Output: ./fdbcli Using cluster file `fdb.cluster'. WARNING: Incompatible peers exist. The database is unavailable; type `status' for more information. Welcome to the fdbcli. For help, type `help'. fdb> status WARNING: Incompatible peers exist. Using cluster file `fdb.cluster'. Could not communicate with a quorum of coordination servers: 127.0.0.1:4000 (unreachable)
FoundationDB
FoundationDB is a distributed database designed to handle large volumes of structured data across clusters of commodity servers. It organizes data as an ordered key-value store and employs ACID transactions for all operations. It is especially well-suited for read/write workloads but also has excellent performance for write-intensive workloads. Users interact with the database using API language binding.
Description
FoundationDB - the open source, distributed, transactional key-value store
Readme
Apache-2.0
253 MiB
Languages
C++
68.2%
C
18.7%
Python
4.1%
Java
3.2%
Go
1.5%
Other
4.1%