Cassandra uses paxos for consensus, but paxos requires that the agents(proposer, acceptors and learners) need to remember some information to take care of failure and restart scenario. But as I understand the ASTRA database services are stateless. Then how is ASTRA able to save the information as required by the paxos algorithm. Or is it that ASTRA does not use it at all and LWT will not be implemented in ASTRA