Skip to content

NXCALS-7668 Must check for file existence

Merge request template

COMPATIBILITY NOTE

Please make sure that this change is BACKWARDS COMPATIBLE and a new server will work correctly with clients using old APIs versions.

It may be that data sent in the new format will break the old clients.

In case of any potential incompatibility we have to inform our clients and schedule release & deployment with them.


@acc-logging-team - please have a look for approval.

Due to distributed nature of service->compactor conversation a job might be created that when arriving on compactor will be already executed. We have to check for file existence before starting it and skip if files do not exist (which is normal).

Closes NXCALS-7668

Merge request reports