Patroni Postgres Cluster,“patronictl list”输出中的“TL”是什么意思

Patroni Postgres Cluster,“patronictl list”输出中的“TL”是什么意思

正在执行。

patronictl list

生产

+ Cluster: psql-core03-uat-kong (6867488892458676291) ------+----+-----------+
|         Member         |      Host     |  Role  |  State  | TL | Lag in MB |
+------------------------+---------------+--------+---------+----+-----------+
| psql-podname-blahbla-0 |  ##.##.###.## | Leader | running | 46 |           |
| psql-podname-blahbla-1 |  ##.##.###.## |        | running | 21 |     14288 |
| psql-podname-blahbla-2 |  ##.##.###.## |        | running | 46 |         0 |
+------------------------+---------------+--------+---------+----+-----------+

有人知道“TL”列代表什么吗?翻遍了手册,但一无所获。

谢谢

答案1

快速搜索来源表示时间线

相关内容