apache / paimon

Apache Paimon is a lake format that enables building a Realtime Lakehouse Architecture with Flink and Spark for both streaming and batch operations.
https://paimon.apache.org/
Apache License 2.0
2.43k stars 957 forks source link

[Bug] Fix the dead loop issue in CacheManager #4400

Closed FangYongs closed 3 weeks ago

FangYongs commented 3 weeks ago

Search before asking

Paimon version

Currently caffeine2 will remove the added item directly when it was deleted before which will cause dead loop in CacheManager

Compute Engine

ALL

Minimal reproduce step

Added CI

What doesn't meet your expectations?

cache manager

Anything else?

No response

Are you willing to submit a PR?