From db09ec23a8ba96bb053b85ff02c0c959e1bb0139 Mon Sep 17 00:00:00 2001 From: CJ Cobb Date: Wed, 3 Mar 2021 16:50:46 -0500 Subject: [PATCH] don't write to keys table --- reporting/CassandraBackend.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/reporting/CassandraBackend.h b/reporting/CassandraBackend.h index a8aee5ff..4044d5c9 100644 --- a/reporting/CassandraBackend.h +++ b/reporting/CassandraBackend.h @@ -831,6 +831,7 @@ public: if (token) intCursor = *token; } + statement.bindInt(intCursor); statement.bindInt(ledgerSequence); statement.bindInt(ledgerSequence); @@ -1240,16 +1241,15 @@ public: std::move(book)); ++numRequestsOutstanding_; - if (isCreated || isDeleted) - ++numRequestsOutstanding_; + // if (isCreated || isDeleted) + // ++numRequestsOutstanding_; if (book) ++numRequestsOutstanding_; write(*data, false); - if (isCreated || isDeleted) - writeKey(*data, false); + // if (isCreated || isDeleted) + // writeKey(*data, false); if (book) writeBook(*data, false); - // handle book } void