You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kudu.apache.org by GitBox <gi...@apache.org> on 2019/02/12 15:41:19 UTC

[GitHub] acelyc111 opened a new pull request #18: [server] Add start_time in server description

acelyc111 opened a new pull request #18: [server] Add start_time in server description
URL: https://github.com/apache/kudu/pull/18
 
 
   Add `start_time` to describe the start time of a server in
   localtime format, like `2019-01-01 00:00:00 UTC`. We can use
   this information to acknowledge the last start time of a server,
   both master and tserver, to check whether there is an unexpect
   restarting, the server joined time, etc. We can get `start_time`
   of servers from both web-ui and command line `kudu tserver/master
   list`.
   
   Change-Id: I041467014499ad00c07398ad8f61c6d6ca1ceeca

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services