abhisheksahani91 opened a new issue, #8975:
URL: https://github.com/apache/hudi/issues/8975

   **_Tips before filing an issue_**
   
   - Have you gone through our [FAQs](https://hudi.apache.org/learn/faq/)?
   
   - Join the mailing list to engage in conversations and get faster support at 
[email protected].
   
   - If you have triaged this as a bug, then file an 
[issue](https://issues.apache.org/jira/projects/HUDI/issues) directly.
   
   **Describe the problem you faced**
   
   A clear and concise description of the problem.
   
   **To Reproduce**
   
   Steps to reproduce the behavior:
   
   1.
   2.
   3.
   4.
   
   **Expected behavior**
   
   A clear and concise description of what you expected to happen.
   
   **Environment Description**
   
   * Hudi version :
   
   * Spark version :
   
   * Hive version :
   
   * Hadoop version :
   
   * Storage (HDFS/S3/GCS..) :
   
   * Running on Docker? (yes/no) :
   
   
   **Additional context**
   
   Add any other context about the problem here.
   
   **Stacktrace**
   
   ```Add the stacktrace of the error.```
   
   
   Table Type: MERGE_ON_READ
   
   Configuration:
   compaction.trigger.strategy=num_or_time
   compaction.delta_commits=5
   compaction.delta_seconds=600
   
   I have a use case in which we need compaction to be triggered every 10 
minutes
   For this, we used num_or_time as a compaction strategy and provided 
compaction.delta_seconds config as 10 minutes
   
   But it is noticed that compaction is getting triggered only after 5 commits 
and not after the time configured via compaction.delta_seconds
   
   20230614133359465.compaction.requested       requested       June 14, 2023, 
19:04:02 (UTC+05:30)     
   20230614131636401.compaction.requested       requested       June 14, 2023, 
18:46:39 (UTC+05:30)
   
   The time difference between above two compaction request is more than 10 
minutes.
   
   I am using GLUE 4.0 and HUDI 0.12.1
   
   
   
   
   


-- 
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]

Reply via email to