Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
adding purging logic
  • Loading branch information
ericm-db committed Jun 6, 2024
commit 67fe4bf32701f24f208dd1d2b1ab0945f416cfe7
Original file line number Diff line number Diff line change
Expand Up @@ -694,6 +694,7 @@ abstract class StreamExecution(
logDebug(s"Purging metadata at threshold=$threshold")
offsetLog.purge(threshold)
commitLog.purge(threshold)
operatorStateMetadataLogs.foreach(_._2.purge(threshold))
}
}

Expand Down