Skip to content
This repository has been archived by the owner on Mar 12, 2021. It is now read-only.

java.net.SocketException: Too many open files #5

Open
ratheesh-kr opened this issue Jun 16, 2016 · 0 comments
Open

java.net.SocketException: Too many open files #5

ratheesh-kr opened this issue Jun 16, 2016 · 0 comments

Comments

@ratheesh-kr
Copy link

I am Using pgCassandra to create FDW tables from Cassandra,

My Application is a real-time monitoring system and continues data will insert in Cassandra and the FDW table also will grow based on that.

But While using this which throws the error Too many open files.

While checking in google I got the reason something like "the socket connections are treated like files and they use file descriptor, which is a limited resource".

While we use FDW, every time which is trying to connect with Cassandra using the PORT 9042? or if we create an FDW table and the data will fetch from the FDW with out communicating the Cassandra through the port 9042?

Can you please suggest and solution for this?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant