Mmuzaf commented on code in PR #2046:
URL: https://github.com/apache/cassandra/pull/2046#discussion_r1058443738


##########
src/java/org/apache/cassandra/service/paxos/uncommitted/PaxosStateTracker.java:
##########
@@ -64,23 +67,26 @@
     private static final Logger logger = 
LoggerFactory.getLogger(PaxosStateTracker.class);
 
     // when starting with no data, skip rebuilding uncommitted data from the 
paxos table
-    static final String SKIP_REBUILD_PROP = 
"cassandra.skip_paxos_state_rebuild";
-    static final String FORCE_REBUILD_PROP = 
"cassandra.force_paxos_state_rebuild";
-    static final String TRUNCATE_BALLOT_METADATA_PROP = 
"cassandra.truncate_ballot_metadata";
+    @Deprecated

Review Comment:
   Fixed.



##########
src/java/org/apache/cassandra/service/paxos/uncommitted/PaxosStateTracker.java:
##########
@@ -131,7 +137,7 @@ public static PaxosStateTracker create(File[] directories) 
throws IOException
 
         if (truncateBallotMetadata() && !rebuildNeeded)
             logger.warn("{} was set, but {} was not and no rebuild is 
required. Ballot data will not be truncated",

Review Comment:
   Fixed.



-- 
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]

Reply via email to