foundationdb/fdbcli
Andrew Noyes 29cf5f1fbf
Fix an ASSERT when an fdbcli command times out (#6857)
* Re-throw operation_cancelled

There's a few places in fdbcli where we don't rethrow operation
cancelled but wait on a future. It's very unusual that you don't want to
rethrow operation_cancelled.

* Update ASSERT

It's possible to get error_code_broken_promise here if the network has
already shutdown.
2022-04-14 12:09:25 -07:00
..
linenoise apply clang-format to *.c, *.cpp, *.h, *.hpp files 2021-03-10 10:18:07 -08:00
AdvanceVersionCommand.actor.cpp Update copyright header dates 2022-03-21 13:36:23 -07:00
BlobRangeCommand.actor.cpp Update copyright header dates 2022-03-21 13:36:23 -07:00
CMakeLists.txt Add fdbcli command to read/write version epoch (#6480) 2022-04-08 12:33:19 -07:00
CacheRangeCommand.actor.cpp Update copyright header dates 2022-03-21 13:36:23 -07:00
ChangeFeedCommand.actor.cpp Update copyright header dates 2022-03-21 13:36:23 -07:00
ConfigureCommand.actor.cpp Adding warning on configuring rocksdb storage until production tested. 2022-04-06 13:24:57 -07:00
ConsistencyCheckCommand.actor.cpp Update copyright header dates 2022-03-21 13:36:23 -07:00
CoordinatorsCommand.actor.cpp Update copyright header dates 2022-03-21 13:36:23 -07:00
DataDistributionCommand.actor.cpp Update copyright header dates 2022-03-21 13:36:23 -07:00
ExcludeCommand.actor.cpp Update copyright header dates 2022-03-21 13:36:23 -07:00
ExpensiveDataCheckCommand.actor.cpp Update copyright header dates 2022-03-21 13:36:23 -07:00
FileConfigureCommand.actor.cpp Update copyright header dates 2022-03-21 13:36:23 -07:00
FlowLineNoise.actor.cpp Update copyright header dates 2022-03-21 13:36:23 -07:00
FlowLineNoise.h Update copyright header dates 2022-03-21 13:36:23 -07:00
ForceRecoveryWithDataLossCommand.actor.cpp Update copyright header dates 2022-03-21 13:36:23 -07:00
IncludeCommand.actor.cpp Update copyright header dates 2022-03-21 13:36:23 -07:00
KillCommand.actor.cpp Update copyright header dates 2022-03-21 13:36:23 -07:00
LockCommand.actor.cpp Update copyright header dates 2022-03-21 13:36:23 -07:00
MaintenanceCommand.actor.cpp Update copyright header dates 2022-03-21 13:36:23 -07:00
ProfileCommand.actor.cpp Update copyright header dates 2022-03-21 13:36:23 -07:00
SetClassCommand.actor.cpp Update copyright header dates 2022-03-21 13:36:23 -07:00
SnapshotCommand.actor.cpp Update copyright header dates 2022-03-21 13:36:23 -07:00
StatusCommand.actor.cpp Update copyright header dates 2022-03-21 13:36:23 -07:00
SuspendCommand.actor.cpp Update copyright header dates 2022-03-21 13:36:23 -07:00
TenantCommands.actor.cpp Fix a few memory issues found by ASAN 2022-03-29 12:39:12 -07:00
ThrottleCommand.actor.cpp Update copyright header dates 2022-03-21 13:36:23 -07:00
TriggerDDTeamInfoLogCommand.actor.cpp Update copyright header dates 2022-03-21 13:36:23 -07:00
TssqCommand.actor.cpp Update copyright header dates 2022-03-21 13:36:23 -07:00
Util.actor.cpp Update copyright header dates 2022-03-21 13:36:23 -07:00
VersionEpochCommand.actor.cpp Add fdbcli command to read/write version epoch (#6480) 2022-04-08 12:33:19 -07:00
fdbcli.actor.cpp Fix an ASSERT when an fdbcli command times out (#6857) 2022-04-14 12:09:25 -07:00
fdbcli.actor.h Add fdbcli command to read/write version epoch (#6480) 2022-04-08 12:33:19 -07:00