techdocsmith commented on code in PR #13358: URL: https://github.com/apache/druid/pull/13358#discussion_r1160267518
########## docs/querying/sql-metadata-tables.md: ########## @@ -208,7 +208,7 @@ Servers table lists all discovered servers in the cluster. |current_size|BIGINT|Current size of segments in bytes on this server. Only valid for HISTORICAL type, for other types it's 0| |max_size|BIGINT|Max size in bytes this server recommends to assign to segments see [druid.server.maxSize](../configuration/index.md#historical-general-configuration). Only valid for HISTORICAL type, for other types it's 0| |is_leader|BIGINT|1 if the server is currently the 'leader' (for services which have the concept of leadership), otherwise 0 if the server is not the leader, or the default long value (0 or null depending on `druid.generic.useDefaultValueForNull`) if the server type does not have the concept of leadership| - +|start_time|STRING|Timestamp in ISO8601 format corresponding to when the server was announced in the cluster| Review Comment: ```suggestion |start_time|STRING|Timestamp in ISO8601 format when the server was announced in the cluster| ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
