Skip to content

Commit

Permalink
update consensus protocol class
Browse files Browse the repository at this point in the history
  • Loading branch information
yschengzi committed Jun 13, 2024
1 parent d268c2b commit 3982eeb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ public void deleteDataRegion(DataRegionId regionId) {
.equals(ConsensusFactory.FAST_IOT_CONSENSUS)
|| CONFIG
.getDataRegionConsensusProtocolClass()
.equals(ConsensusFactory.IOTV2_CONSENSUS)) {
.equals(ConsensusFactory.IOT_CONSENSUS_V2)) {
// delete wal
WALManager.getInstance()
.deleteWALNode(
Expand Down

0 comments on commit 3982eeb

Please sign in to comment.