Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filer is not working properly with cassandra cluster #2246

Closed
t4nmoy opened this issue Aug 10, 2021 · 6 comments
Closed

Filer is not working properly with cassandra cluster #2246

t4nmoy opened this issue Aug 10, 2021 · 6 comments

Comments

@t4nmoy
Copy link
Contributor

t4nmoy commented Aug 10, 2021

I have 3 nodes Cassandra cluster and it's used by a filer server. I have configured filer for super large directories. If I take one of the Cassandra nodes down then sometimes read request on filer does not find the requested file until I restart the filer. After restarting the filer it works normally with the two Cassandra nodes and can find the file.

@chrislusf
Copy link
Collaborator

SeaweedFS version?

@t4nmoy
Copy link
Contributor Author

t4nmoy commented Aug 10, 2021

SeaweedFS version: 2.60

@chrislusf
Copy link
Collaborator

Added a fix 9d85569 for this.

@t4nmoy
Copy link
Contributor Author

t4nmoy commented Aug 10, 2021

Thanks

@nivekuil
Copy link
Contributor

If restarting the filer makes a difference then I think the problem here is probably not cassandra consistency but the client not reconnecting, as in gocql/gocql#1555 or gocql/gocql#915

@chrislusf
Copy link
Collaborator

chrislusf commented Aug 12, 2021

@nivekuil Thanks for checking and your analysis is very reasonable.

Seems we need to upgrade the gocql version?

chrislusf added a commit that referenced this issue Aug 12, 2021
related to #2246
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants