【 使用环境 】测试环境
【 OB or 其他组件 】OB
【 使用版本 】3.2
【问题描述】start_service_time值的大小代表的开始时间是早一点的时间还是晚一点的时间啊?比如两个OBServer的start_service_time值不一样,数值更大的是更早开始还是更晚开始呢?
【复现路径】SELECT id,svr_ip,svr_port,zone,inner_port,with_rootserver,status,start_service_time,last_offline_time
FROM __all_server;
可以查询OBServer开始时间
【问题现象及影响】需要判断最晚提供对外服务的OBServer
可以使用usec_to_time(start_service_time)函数转换下
1 个赞