trinodb/trino

DFs received by coordinator are unacked

Open

#5429 aperta il 6 ott 2020

Vedi su GitHub
 (2 commenti) (0 reazioni) (0 assegnatari)Java (2678 fork)batch import
good first issue

Metriche repository

Star
 (9113 star)
Metriche merge PR
 (Merge medio 5g 9h) (306 PR mergiate in 30 g)

Descrizione

Currently, coordinator fetches DF delta between local version and worker version. Coordinator sends it's local version as part of DF request. Worker is free to remove stored DFs based on coordinator local version. However, coordinator does not acknowledge received DFs until next DF is available. Therefore workers can keep DFs locally longer then needed.

This can be resolved by worker artificially bumping DFs version until there are still unacknowledged DFs

Guida contributor