foundationdb/fdbcli
Jon Fu 7c5de05cdb
Separate failed and excluded servers on fdbcli output (#10089)
* separate failed and excluded servers on fdbcli output

* change formatting
2023-05-02 14:22:17 -04:00
..
include/fdbcli Add rangeconfig CLI. 2023-04-19 22:19:55 -07:00
tests Merge pull request #10074 from sfc-gh-ajbeamon/apply-black-format 2023-05-02 08:20:47 -07:00
AdvanceVersionCommand.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
AuditStorageCommand.actor.cpp Audit storage: validate consistency of replica and shard location metadata (#9628) 2023-05-01 10:35:52 -07:00
BlobKeyCommand.actor.cpp Switch some usages of LiteralStringRef to use the _sr suffix 2022-09-30 16:04:16 -07:00
BlobRangeCommand.actor.cpp added c and java apis for granule flush (#9412) 2023-02-20 10:28:11 -06:00
BlobRestoreCommand.actor.cpp blobrestore to previous point of time 2023-01-19 14:45:01 -08:00
CMakeLists.txt Move metacluster into its own directory and static library 2023-03-30 16:07:49 -07:00
CacheRangeCommand.actor.cpp Update copyright header dates 2022-03-21 13:36:23 -07:00
ChangeFeedCommand.actor.cpp enforce include modularization in cmake 2022-06-23 14:37:35 -06:00
ConfigureCommand.actor.cpp Fix merge conflicts 2023-02-23 16:04:37 -08:00
ConsistencyCheckCommand.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
ConsistencyScanCommand.actor.cpp Merge remote-tracking branch 'origin/main' into bugfixes/open-for-ide 2022-10-04 18:27:48 -06:00
CoordinatorsCommand.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
DataDistributionCommand.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
ExcludeCommand.actor.cpp Separate failed and excluded servers on fdbcli output (#10089) 2023-05-02 14:22:17 -04:00
ExpensiveDataCheckCommand.actor.cpp Add an verify option for \xff\xff/worker_interfaces special keys (#7873) 2022-08-15 14:05:07 -04:00
FileConfigureCommand.actor.cpp Refactored some parts of database configuration to support log_engine=<name> and storage_engine=<name> and generate these when converting a DatabaseConfig JSON object to a `configure` command. Refactored `fileconfigure` and simulation setup to use the same JSON -> configure function as the same code was copy/pasted to both places but only one has been kept up to date with new features. Renamed Redwood to `ssd-redwood-1` canonically but the experimental name is still supported for backward compatibility. 2023-03-04 20:52:31 -08:00
FlowLineNoise.actor.cpp Improve support for prebuilt boost 2023-02-27 15:38:58 -06:00
ForceRecoveryWithDataLossCommand.actor.cpp Update copyright header dates 2022-03-21 13:36:23 -07:00
GetAuditStatusCommand.actor.cpp Audit storage: validate consistency of replica and shard location metadata (#9628) 2023-05-01 10:35:52 -07:00
HotRangeCommand.actor.cpp Add the hotrange fdbcli command (#9570) 2023-03-06 14:46:52 -08:00
IdempotencyIdsCommand.actor.cpp Fix the way the usage message is printed by idempotencyids command 2023-01-27 15:00:53 -08:00
IncludeCommand.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
KillCommand.actor.cpp wait extra time to make sure rebootWorker request sent to storage server 2023-02-28 22:41:30 -08:00
LockCommand.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
MaintenanceCommand.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
MetaclusterCommands.actor.cpp Add configuration option `auto_tenant_assignment` to data clusters (#10058) 2023-05-01 21:58:49 -07:00
ProfileCommand.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
QuotaCommand.actor.cpp Refactor storage quotas to store them in a key backed map in the tenant metadata space 2023-01-25 20:48:17 -08:00
RangeConfigCommand.actor.cpp Added explanation of \u support to fdbcli token parsing. Small tweak to rangeconfig hints. Reformatted rangeconfig help to not be intended because the help printer does its own line wrapping which makes it look very messy. 2023-04-25 13:04:38 -07:00
SetClassCommand.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
SnapshotCommand.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
StatusCommand.actor.cpp Add blob manifest and mutation log status to "status json" (#9856) 2023-04-03 18:30:13 -07:00
SuspendCommand.actor.cpp Add an verify option for \xff\xff/worker_interfaces special keys (#7873) 2022-08-15 14:05:07 -04:00
TenantCommands.actor.cpp Update fdbcli tenant list function to take tenant group filter, support JSON, and report tenant IDs (#9967) 2023-04-20 16:22:47 -04:00
TenantGroupCommands.actor.cpp Refactor the metacluster project into smaller files, and reorganize the namespaces. Move some metacluster and tenant testing helpers into the metacluster project. 2023-03-30 16:20:09 -07:00
ThrottleCommand.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
TriggerDDTeamInfoLogCommand.actor.cpp Update copyright header dates 2022-03-21 13:36:23 -07:00
TssqCommand.actor.cpp Changed KeyBackedTypes to an actor file. Added TypedKeySelectors for Map and Set classes and getRange() keySelector methods. Added debug macro for KeyBackedTypes. Rewrote KeyBackedRangeMap using keyselectors on KeyBackedMap. 2023-04-18 22:21:19 -07:00
Util.actor.cpp Add the hotrange fdbcli command (#9570) 2023-03-06 14:46:52 -08:00
VersionEpochCommand.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
fdbcli.actor.cpp Added explanation of \u support to fdbcli token parsing. Small tweak to rangeconfig hints. Reformatted rangeconfig help to not be intended because the help printer does its own line wrapping which makes it look very messy. 2023-04-25 13:04:38 -07:00