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

Sync duplicate files across clusters when server restarts #2208

Closed lipppppp closed 3 years ago

lipppppp commented 3 years ago

image image

lipppppp commented 3 years ago

I tested this issue on trunk branch and it happened again. The specific process is as follows: 1.'/test' is the src path. It already includes two files. image 2.Then, submit and start a rule to copy these files to the backup cluster. image image Check the file_diff table. image 3.Restart SSM services. These two files sync again. image image

lipppppp commented 3 years ago

Thanks for @PHILO-HE's support. #2211 solved this issue.