-
Type:
Bug
-
Status: Open
-
Priority:
Critical
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: ING - Ingestion, TX - Transactions
-
Labels:
During feed-based data ingestions, exception may throw by inserting/upserting some records. The current feed simply discard this record and retry with the rest of the records. However, abort is not called to ensure the indexes are still in a consistent state (the abort logic is only called when the job is aborted, however the feed is a long running job which does not terminate normally)