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
When resetting the cassandra DB, I often get this error:
root@rom-gpu-dbc68df59-kf6qw:/# apollo resetdb --cassandra cassandra
INFO:cassandra:Connecting to cassandra
DROP KEYSPACE IF EXISTS apollo;
Traceback (most recent call last):
File "/usr/local/bin/apollo", line 11, in <module>
sys.exit(main())
File "/usr/local/lib/python3.4/dist-packages/apollo/__main__.py", line 228, in main
return handler(args)
File "/usr/local/lib/python3.4/dist-packages/apollo/cassandra_utils.py", line 67, in reset_db
cql("DROP KEYSPACE IF EXISTS %s" % args.keyspace)
File "/usr/local/lib/python3.4/dist-packages/apollo/cassandra_utils.py", line 64, in cql
db.execute(cmd)
File "cassandra/cluster.py", line 2141, in cassandra.cluster.Session.execute
File "cassandra/cluster.py", line 4033, in cassandra.cluster.ResponseFuture.result
cassandra.OperationTimedOut: errors={'10.2.13.74': 'Client request timeout. See Session.execute[_async](timeout)'}, last_host=10.2.13.74
Gonna look into it when I get time, it's a relatively minor problem, as simply retrying the command will often do the trick, but would like to correct this if possible.
The text was updated successfully, but these errors were encountered:
r0mainK
changed the title
Cassandra timeouts
Cassandra timeouts with resetdb
Jun 26, 2018
When resetting the cassandra DB, I often get this error:
Gonna look into it when I get time, it's a relatively minor problem, as simply retrying the command will often do the trick, but would like to correct this if possible.
The text was updated successfully, but these errors were encountered: