ertanden commented on issue #9201:
URL: https://github.com/apache/hudi/issues/9201#issuecomment-1759424950
I think I have the same issue in local Docker setup with `Flink 1.15.2` and
`Hudi 0.14.0`. Source is Kafka upsert topic.
```
'compaction.trigger.strategy' = 'num_or_time',
'compaction.delta_commits' = '5',
'compaction.delta_seconds' = '300',
```
Basically I expected a compaction trigger every 5 minutes at least (this is
dev only), even though there is no new messages in the Kafka topic.
Or is my assumption wrong? Does the TIME_ELAPSED mean there should be new
commits on Hudi Timeline to advance the time, or is TIME_ELAPSED based on
system time?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]