What will happen for long running query -
If coordinator nodes goes down suddenly ?
If any node goes down from which query was fetching data ?
Bringing together the Apache Cassandra experts from the community and DataStax.
Want to learn? Have a question? Want to share your expertise? You are in the right place!
Not sure where to begin? Getting Started
What will happen for long running query -
If coordinator nodes goes down suddenly ?
If any node goes down from which query was fetching data ?
If the coordinator node goes down before the query completes, the driver will never get a response back and will eventually timeout with (for example) a DriverTimeoutException
.
If a node that was requested data goes down, what happens next depends on how the cluster is configured. By default if speculative_retry
is configured on the table, the coordinator will retry the request with another replica node.
For more information, see How read requests are accomplished. Cheers!
5 People are following this question.
DataStax Enterprise is powered by the best distribution of Apache Cassandra ™
© 2021 DataStax, Titan, and TitanDB are registered trademarks of DataStax, Inc. and its subsidiaries in the United States and/or other countries.
Apache, Apache Cassandra, Cassandra, Apache Tomcat, Tomcat, Apache Lucene, Lucene, Apache Solr, Apache Hadoop, Hadoop, Apache Spark, Spark, Apache TinkerPop, TinkerPop, Apache Kafka and Kafka are either registered trademarks or trademarks of the Apache Software Foundation or its subsidiaries in Canada, the United States and/or other countries.
Privacy Policy Terms of Use