All supported TDM releases.
Working by design.
This is working by design.
ReservationMonitorJob- this job is responsible for getting the all success and expired reservations from orient db Reservation schema and check expiry date of every reservation, if it is before the today date and time then it will update that reservation as expired and will schedule a job to unreserve the data.
DataReservationJobLoader.java- this job loader is responsible to schedule the ReservationMonitorJob based on the reservationExpiryCheck flag.
By default this flag is false, and we never change it to true, so the job loader does not schedule ReservationMonitorJob.
Hence no reservation mark expired and purged based on the expiry.
Auto release of reservations based on expiry date is not supported.