foundationdb/fdbcli
Renxuan Wang c69a07a858
Check in the new Hostname logic. (#6926)
* Revert #6655.

20220407-031010-renxuan-c101052c21da8346           compressed=True data_size=31004844 duration=4310801 ended=100000 fail_fast=10 max_runs=100000 pass=100000 priority=100 remaining=0 runtime=1:04:15 sanity=False started=100047 stopped=20220407-041425 submitted=20220407-031010 timeout=5400 username=renxuan

* Revert #6271.

20220407-051532-renxuan-470f0fe6aac1c217           compressed=True data_size=30982370 duration=3491067 ended=100002 fail_fast=10 max_runs=100000 pass=100002 priority=100 remaining=0 runtime=0:59:57 sanity=False started=100141 stopped=20220407-061529 submitted=20220407-051532 timeout=5400 username=renxuan

* Revert #6266.

Remove resolving-related functionalities in connection string. Connection string will be used for storing purpose only, and non-mutable.

20220407-175119-renxuan-55d30ee1a4b42c2f           compressed=True data_size=30970443 duration=5437659 ended=100000 fail_fast=10 max_runs=100000 pass=100000 priority=100 remaining=0 runtime=0:59:31 sanity=False started=100154 stopped=20220407-185050 submitted=20220407-175119 timeout=5400 username=renxuan

* Add hostname to coordinator interfaces.

* Turn on the new hostname logic.

* Add the corresponding change in config txns.

The most notable change is before calling basicLoadBalance(), we need to call tryInitializeRequestStream() to initialize request streams first.

Passed correctness tests.

* Return error when hostnames cannot be resolved in coordinators command.

* Minor fixes.
2022-04-27 21:54:13 -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 Add sharded rocksdb type (#6862) 2022-04-21 22:53:14 -04: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 Check in the new Hostname logic. (#6926) 2022-04-27 21:54:13 -07:00
fdbcli.actor.h Add fdbcli command to read/write version epoch (#6480) 2022-04-08 12:33:19 -07:00