XiaoMi / rdsn

Has been migrated to https://github.com/apache/incubator-pegasus/tree/master/rdsn
Other
144 stars 58 forks source link

feat(bulk_load): update downloading to avoid blocking default thread pool #1104

Closed hycdong closed 2 years ago

hycdong commented 2 years ago

Pegasus#872 In production environment, we notice that replica remote command can not be sent, and some perf-counters won't be reported. The previous bulk load downloading will block replica default thread pool which will execute counters reporting and other actions. This pull request update bulk load downloading to avoid blocking thread pool.