I searched the Wiki and the mailing list archives a bit but couldn't find the answer.
If I catch an exception from a Cassandra.Client method, in my case batch_mutate, what's the proper course of action? Ignoring InvalidRequestException, we have Unavailable, TimedOut, and generic Thrift exceptions. Do I just gin up a new client? Do I need to build the TTransport/Tproto bits as well? Thanks, Ian