use maxLatestCommitTime to compute splitLatestCommitDelay
Open
from-jira
priority:high
status:pr-available
type:bug
- Dominant language
- Java
- Stars
- 6.2k
- Forks
- 2.5k
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 111
Description
currently, we use now() - splitLatestCommit, however, when the time goes and the task just processes a huge data commit, then the diff between now and splitLatestCommit may get larger. so we may let reader operator holds a maxLatestCommitTime attribute to record the max split latestcommit time has got, and then use it to compute splitLatestCommitDelay
## JIRA info
- Link: https://issues.apache.org/jira/browse/HUDI-8830
- Type: Bug
- Fix version(s):
- 1.1.0
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.