Open ZanderXu opened 2 months ago
Thank you for your pull request. In order for us to evaluate and accept your PR, we ask that you sign a contribution license agreement (CLA). It's all electronic and will take just a few minutes. Please download CLA form here, sign, and e-mail back to cla@alluxio.org
Automated checks report:
Some checks failed. Please fix the reported issues and reply
alluxio-bot, check this please
to re-run checks.
This PR is mainly used to fix a race in LookPool.class, which may cause some used Resources to be evicted by the Evictor.
Before evicting Resources from LookPool, the Evictor should check if the to be deleted Resource changed. And This remove operation should be synced with the
getResource
.