Netflix/ribbon

Multi-thread polling is not normal work

qphj opened this issue · 1 comments

qphj commented

I have two services, one is normal, one is abnormal, I set the maximum number of attempts is 10 times, MaxAutoRetriesNextServer is five times, MaxAutoRetries is 0 times, single thread can get normal response, multi-threaded does not return a normal response. Isn't the polling of the ribbon not supported for multithreading?

I find enableAndInitLearnNewServersFeature function will cycle update all server list true, I'm finding
a way to turn off it