Hi, I’m running 2.0.1 python client on python3 Flask based web application. Time to time, when load is higher, getting a key failed with (-1, ‘Bad file descriptor’, ‘src/main/client/get.c’, 113) error.
I’m using one object per process, that is constructed in this way:
This message (1, 2, 3) occurs when an Aerospike server closes an active socket. One way which this may happen, as mentioned by @tivvit, is if proto-fd-max has been exceeded.
I have set this option to 100.000, but it didin’t solve the problem. This problem occurs, when i’m trying to get data from LLIST contains 10-20 million elements. I have also set timeout to 2 min, but this problem occurs immediately when i’m trying to work with llist.