paimon icon indicating copy to clipboard operation
paimon copied to clipboard

[core] Resolve data loss caused by JDBC connection expiration.

Open otherhy opened this issue 10 months ago • 0 comments

Purpose

Linked issue: close #5084

Fix the JDBC connection expiration used by the lock, which causes data loss when committing the snapshot.

Tests

JdbcClientPoolTest is used to test the creation of the connection pool and validate the connectivity of the connections.

API and Format

Does this change affect API or storage format

Documentation

Does this change introduce a new feature

otherhy avatar Feb 14 '25 05:02 otherhy