smiklosovic commented on code in PR #2046:
URL: https://github.com/apache/cassandra/pull/2046#discussion_r1053531570
##########
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:
why are these deprecated? we just changed where we are getting their values
(from property key).
--
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]