dcapwell commented on code in PR #3625:
URL: https://github.com/apache/cassandra/pull/3625#discussion_r1811455688
##########
src/java/org/apache/cassandra/cql3/statements/TransactionStatement.java:
##########
@@ -380,82 +376,73 @@ public ResultMessage execute(QueryState state,
QueryOptions options, Dispatcher.
{
checkTrue(DatabaseDescriptor.getAccordTransactionsEnabled(),
TRANSACTIONS_DISABLED_MESSAGE);
- try
Review Comment:
removed the try as it was just logging timeout/preemept/etc... we now have
the coordinator / accord metrics that show the same thing so no longer really
need the logger
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]