Data Ingestion and Replication What's New > May 2024 > Changed behavior
  

Changed behavior

The May 2024 release of Data Ingestion and Replication includes the following changed behaviors.

Monitoring Mass Ingestion jobs in Data Integration and Monitor services

The Data Integration and Monitor services include the following changes for monitoring Mass Ingestion jobs:

The generated name of the job instance contains a hyphen (-) instead of an underscore (_) before the job instance number

The generated name of the job instance now contains a hyphen (-) instead of an underscore (_) between the task name and job instance number on the My Jobs page, on the Running Jobs and All Jobs pages in Monitor, and in the Recent jobs panel of the unified Home page:
<taskname>-<job_instance_number>
In the Cloud Data Ingestion and Replication Command Line Interface (CLI) and in Operational Insights, the format of the job instance name continues to use the underscore (_) before the job instance number:
<taskname>_<job_instance_number>
In the CLI, you must use the <taskname>_<job_instance_number naming convention.

Default age-out period for incremental load processing has increased

Database ingestion incremental load and combined initial and incremental load jobs stop tracking transactions for restart purposes when those transactions have no DML for tables of interest after an age-out period. The age-out period has been increased from 60 minutes to 24 hours.
The restart point where Data Ingestion and Replication starts reading change data might include recapturing empty transactions that are up to 24 hours old.