diff --git a/fdbclient/MultiVersionTransaction.actor.cpp b/fdbclient/MultiVersionTransaction.actor.cpp index 8f5ea650c8..e7e08a07ca 100644 --- a/fdbclient/MultiVersionTransaction.actor.cpp +++ b/fdbclient/MultiVersionTransaction.actor.cpp @@ -2392,7 +2392,7 @@ const char* initializationStateToString(MultiVersionDatabase::InitializationStat // "DatabaseStatus" : , // "ErrorRetrievingDatabaseStatus" : , // "AvailableClients" : [ -// { "ProtocolVersion" : , +// { "ProtocolVersion" : , // "ReleaseVersion" : , // "ThreadIndex" : // }, diff --git a/fdbclient/include/fdbclient/DatabaseContext.h b/fdbclient/include/fdbclient/DatabaseContext.h index 648186ffdf..3387375300 100644 --- a/fdbclient/include/fdbclient/DatabaseContext.h +++ b/fdbclient/include/fdbclient/DatabaseContext.h @@ -722,27 +722,27 @@ public: // Get client-side status information as a JSON string with the following schema: // { "Healthy" : , - // "ClusterID" : , - // "Coordinators" : [
, ... ], - // "CurrentCoordinator" :
- // "GrvProxies" : [
, ... ], - // "CommitProxies" : [
", ... ], - // "StorageServers" : [ { "Address" :
, "SSID" : }, ... ], - // "Connections" : [ - // { "Address" : "
", - // "Status" : , - // "Compatible" : , - // "ConnectFailedCount" : , - // "LastConnectTime" : , - // "PingCount" : , - // "PingTimeoutCount" : , - // "BytesSampleTime" : , - // "BytesReceived" : , - // "BytesSent" : , - // "ProtocolVersion" : - // }, - // ... - // ] + // "ClusterID" : , + // "Coordinators" : [
, ... ], + // "CurrentCoordinator" :
+ // "GrvProxies" : [
, ... ], + // "CommitProxies" : [
", ... ], + // "StorageServers" : [ { "Address" :
, "SSID" : }, ... ], + // "Connections" : [ + // { "Address" : "
", + // "Status" : , + // "Compatible" : , + // "ConnectFailedCount" : , + // "LastConnectTime" : , + // "PingCount" : , + // "PingTimeoutCount" : , + // "BytesSampleTime" : , + // "BytesReceived" : , + // "BytesSent" : , + // "ProtocolVersion" : + // }, + // ... + // ] // } // // The addresses in the Connections array match the addresses of Coordinators, GrvProxies,