Skip to content

[hotfix] Fix dedicated compaction#5146

Merged
JingsongLi merged 1 commit intoapache:masterfrom
liyubin117:hotfix_compact
Feb 25, 2025
Merged

[hotfix] Fix dedicated compaction#5146
JingsongLi merged 1 commit intoapache:masterfrom
liyubin117:hotfix_compact

Conversation

@liyubin117
Copy link
Contributor

@liyubin117 liyubin117 commented Feb 25, 2025

Purpose

There are some failures related to delicated compaction

1. FlinkActionsWithKafkaE2eTest
Result is still unexpected after 60 retries.
Expected: {20221206, 1, 100=1, 20221205, 1, 100=1}
Actual: {}
	at org.apache.paimon.tests.E2eTestBase.checkResult(E2eTestBase.java:333)
	at org.apache.paimon.tests.FlinkActionsWithKafkaE2eTest.testCompact(FlinkActionsWithKafkaE2eTest.java:112)

2. CompactProcedureITCase
java.util.concurrent.TimeoutException: Cannot collect 2 records in 3 MINUTES
	at org.apache.paimon.utils.BlockingIterator.collect(BlockingIterator.java:84)
	at org.apache.paimon.utils.BlockingIterator.collect(BlockingIterator.java:72)
	at org.apache.paimon.flink.procedure.CompactProcedureITCase.testStreamingCompact(CompactProcedureITCase.java:138)

Tests

FlinkActionsWithKafkaE2eTest
CompactProcedureITCase

API and Format

Documentation

@JingsongLi
Copy link
Contributor

+1

@JingsongLi JingsongLi merged commit 8f7625e into apache:master Feb 25, 2025
11 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants