Closed tyuo9980 closed 6 years ago
First, thanks for the code to reproduce the issue. I wasn't able to, but at least I know what code you are using.
Some quick googling says that this may be able to be fixed using an ethernet configuration change on your linux box. Can you do some googling yourself and see if those solutions fix your problem, and if not, report back with some more issues about what's going on. This may be something you need to bring up with the pycurl people (if it hasn't been brought up already -- it seems fairly common), but until you dig into it some more and figure out what's going on there isn't much we can do about it.
I'm batch loading matches by creating a threadpool and passing Matches into a function to call load() on them. This doesn't happen all the time, only occasionally.
Not really sure what is going on here. Could be a pycurl issue or maybe a race with cass?
Edit: seems to happen when too many calls are made at the same time, but why would pycurl throw the error?