Hello all,

Is there a way to customize Cassandra to execute a query multiple times?

My use case is the following. When the Cassandra server receives queries
from remote clients, besides executing those queries, the server also
stores the queries. In the future, the server can re-execute stored queries
under certain circumstances.

Currently, when I re-execute a query, I create an internal QueryState
object using: qstate = QueryState forInternalCalls(), and then calls the
request.execute(qstate, queryStartNanoTime); However, the execution seems
to have no effect on the database. There is also no exception message. Does
anyone have a clue on this? Great thanks!

Best,
Ke

Reply via email to