RickyMa
RickyMa
This is really important in Netty mode. Anyone is welcome to pick this up.
> This is really important in Netty mode. Anyone is welcome to pick this up. When running in prod, we currently use Netty mode due to https://github.com/apache/incubator-uniffle/issues/1651, so this issue...
When cleaning expired resources, no matter it is an HDFS file or a normal disk file, we always do the following things in `HybridStorageManager.removeResources`, that's why en exception is thrown:...
Yeah, it's better this way, so we can reduce a lot of meaningless warn logs.
> I suggest to use lock or clone to avoid race condition Seems fine. > we can use try catch to ignore this kind exception for testing I think this...
You can refactor the test cases, or maybe just disable the tests.
@zuston @dingshun3016 @yl09099 @xianjingfeng Have you ever encountered this issue in prod?
Sure. Please go ahead.
Merged to master. Thanks @maobaolong @xianjingfeng