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 whitelist check and fetch list issue. #2225

Closed lipppppp closed 3 years ago

lipppppp commented 3 years ago

The old whitelist is set to "/" in database when the whilelist is not configured. While the current whilelist is null, it will judge these to be different in whilelist check. So, I set current whilelist to "/" when it's empty. In addition, there are two minor problems in fetch list and decompression. I make a simple modification.