Intel-bigdata / SSM

Smart Storage Management for Big Data, a comprehensive hot/cold data optimized solution
Apache License 2.0
133 stars 67 forks source link

Fix update fid failure issue #2218

Closed lipppppp closed 3 years ago

PHILO-HE commented 3 years ago

Another thought is, the deleted table doesn't matter in taking over file access account. So in my PR, I ignore such table not found exception and only throw exception when all tables are not updated.

PHILO-HE commented 3 years ago

Thanks for your contribution. Let's simplify the implementation by just ignoring table not found exception due to table eviction. See #2215.