v.23.2New Feature

Add last_exception_time column to system.replication_queue

Add a new column last_exception_time to system.replication_queue. #45457 (Frank Chen).
Added a new column last_exception_time to system.replication_queue to track the last time an exception occurred for each replication queue entry.

Why it matters

This feature provides visibility into the timing of the most recent exceptions in the replication queue, helping users to diagnose and monitor replication issues more effectively.

How to use it

Users can query the last_exception_time column in the system.replication_queue table to see when the last exception happened for each replication task. No additional configuration is required.