You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I'm having an issue - I have a API, and it has around 35 tables and same amount of materialized views, so in total around 70. The issue is that all of the tables gets created just fine, and I can see it in cassandra logs, but when it gets to materialzied views, it just creates few of them and then it stops. I have to restart the express application several times for it to continue to create the materialized views, but in the end (after everything is created), I get unconfigured table error when trying to read from the materialized views. It hangs up on different type of materialized views every time. I can read just fine from the standard tables tho.
I have already increased the timeout for each and every node in cassandra.yaml file to 30000 ms and I have set socketOptions readTimeout to 0 in the express-cassandra configuration in app.js.
I have a cluster setup on a local network, which has 2 seed nodes and 6 other nodes.
If I check the log file, the last entry on each of the cassandra logs file is -
INFO [MigrationStage:1] 2019-01-10 08:08:31,037 ColumnFamilyStore.java:396 - Initializing my_keyspace.materialized_view_by_id
And no error messages or anything else. If I check the node.js errors, it does not give any error messages, just the initial startup message. It looks like everything is fine, and nothing wrong has happened.
Please keep in mind, that I've changed keyspace, table names/materialized names and user/passwords to a custom ones in this example.
The text was updated successfully, but these errors were encountered:
Hi,
So I'm having an issue - I have a API, and it has around 35 tables and same amount of materialized views, so in total around 70. The issue is that all of the tables gets created just fine, and I can see it in cassandra logs, but when it gets to materialzied views, it just creates few of them and then it stops. I have to restart the express application several times for it to continue to create the materialized views, but in the end (after everything is created), I get unconfigured table error when trying to read from the materialized views. It hangs up on different type of materialized views every time. I can read just fine from the standard tables tho.
I have already increased the timeout for each and every node in cassandra.yaml file to 30000 ms and I have set socketOptions readTimeout to 0 in the express-cassandra configuration in app.js.
It looks like this -
I have a cluster setup on a local network, which has 2 seed nodes and 6 other nodes.
If I check the log file, the last entry on each of the cassandra logs file is -
And no error messages or anything else. If I check the node.js errors, it does not give any error messages, just the initial startup message. It looks like everything is fine, and nothing wrong has happened.
Please keep in mind, that I've changed keyspace, table names/materialized names and user/passwords to a custom ones in this example.
The text was updated successfully, but these errors were encountered: