A.J. Beamon
|
c7c7bd5f17
|
Undo change to mark tenant modes non-experimental. Other minor cleanup.
|
2022-07-19 09:18:53 -07:00 |
|
A.J. Beamon
|
c9b553663e
|
Merge branch 'main' into feature-metacluster
# Conflicts:
# bindings/java/src/main/com/apple/foundationdb/TenantManagement.java
# fdbcli/TenantCommands.actor.cpp
# fdbclient/NativeAPI.actor.cpp
# fdbclient/TenantSpecialKeys.actor.cpp
# fdbclient/include/fdbclient/KeyBackedTypes.h
# fdbclient/include/fdbclient/RunTransaction.actor.h
# fdbclient/include/fdbclient/SpecialKeySpace.actor.h
# fdbserver/workloads/TenantManagementWorkload.actor.cpp
|
2022-07-06 15:44:21 -07:00 |
|
A.J. Beamon
|
9f3819752f
|
Change the command to create a metacluster from using 'configure tenant_mode=management' to 'metacluster create <NAME>'. Distribute this name to all processes in a metacluster. Eliminate the tenant mode entirely from metacluster clusters, instead relying on a metacluster registration key.
|
2022-06-22 12:15:43 -07:00 |
|
A.J. Beamon
|
2907aafa60
|
Merge branch 'main' into feature-metacluster
|
2022-06-02 12:18:42 -07:00 |
|
A.J. Beamon
|
804bd8d3e2
|
Remove documentation of the tenant prefix configuration key.
|
2022-05-23 13:28:40 -07:00 |
|
A.J. Beamon
|
85019612d4
|
Remove subordinate mode and instead use a key in the system key-space to track metacluster membership. Use this key to determine if a cluster is already part of a metacluster or can be configured away from required mode. Disallow configuring to or from a management cluster that has data.
|
2022-05-11 17:10:55 -07:00 |
|
A.J. Beamon
|
7e860dc92c
|
Some initial metacluster implementation
|
2022-05-03 12:53:35 -07:00 |
|
A.J. Beamon
|
b6350a2535
|
Add a note that use of special keys may implicitly enable raw access on a transaction.
|
2022-03-31 08:29:31 -07:00 |
|
A.J. Beamon
|
860ede0c2e
|
Add some basic documentation for tenants
|
2022-03-31 08:29:31 -07:00 |
|