Geir O. Grønmo
Geir O. Grønmo
When using proxy_buffering in nginx this can happen (on by default). proxy_max_temp_file_size defaults to 1Gb, so if the client is slow and the server is fast then nginx will buffer...
Well spotted. I agree. I've also noticed a related issue[1]. If a column family is deleted and then later some other thread tries to use it, then the database enters...
I have a preliminary working version of column family support here for those interested: https://github.com/grove/pyrocksdb/tree/column-families I'll just have to write tests and documentation before creating a PR. Any feedback on...
We also ran into this issue the other day. The default timeout seems to be infinite, so if you're unlucky the HTTP POST request will end up blocking forever.