Add monitoring for system time jump forward
Open
type/enhancement
- Dominant language
- Go
- Stars
- 40.5k
- Forks
- 6.2k
- PR merge metrics
- PR metrics pending
Description
## Enhancement
TiDB server have monitoring to detect whether system time jumps backward, and will print the error log "system time jump backward" if the jump happens. However, there's no good way to monitor time jump forward, and if the forward offset exceeds DDL lease(default 45s), it may cause commit failure with the error "Information schema is out of date".
Contributor guide
Assessment
This issue has not been assessed yet.