Comment 7 for bug 1443483

Revision history for this message
jichenjc (jichenjc) wrote :

I will see whether I can fake the '200' ids in my local env

if you can reproduce it , can you check whether line 301 take effect (pasted above)?
we guess the length is (36+ 11) = 47 * 200 = 9400 , but the logic shows
the maximum is 150 records allowed, so curious why the logic doesn' t take effect
from the call stack ,the function _get_ports_from_server_list is the error place
maybe you can add log or pdb it ?