Skip to content

Commit

Permalink
fix(DecommissionStreamingErr): new log lines added
Browse files Browse the repository at this point in the history
for aborting the decommission process
fixes:9501
  • Loading branch information
timtimb0t committed Feb 1, 2025
1 parent 242193c commit fdad7a0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion sdcm/utils/raft/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,11 @@ class MessageTimeout(NamedTuple):
MessagePosition("leaving token ring", LogPosition.END),
MessagePosition("left token ring", LogPosition.END),
MessagePosition("raft_topology - decommission: waiting for completion", LogPosition.BEGIN),
MessagePosition("repair - decommission_with_repair", LogPosition.END)
MessagePosition("repair - decommission_with_repair", LogPosition.END),
###
MessagePosition("raft_topology - request decommission for", LogPosition.END),
MessagePosition("storage_service - Started batchlog replay for decommission", LogPosition.END),
MessagePosition("storage_service - Finished batchlog replay for decommission", LogPosition.END),
]

ABORT_BOOTSTRAP_LOG_PATTERNS: Iterable[MessagePosition] = [
Expand Down

0 comments on commit fdad7a0

Please sign in to comment.