Details
-
Fix
-
Status: Released (View Workflow)
-
Blocker
-
Resolution: Fixed
-
1.11.1
-
None
Description
Current Situation
When an error occurs in the event processing part of the inventory plugin the plugin retries to process the last events. If the error is not database related and the connection is still active the backlog workflow recreates the JobScheduler Object to store. That results in a NonUniqueObjectException.
Desired Behavior
The backlog workflow should only be triggered by database errors. Other errors should not result in endless tries to process the backlogged events.
Attachments
Issue Links
- requires
-
JITL-346 Original SQL exception should be visible when using hibernate
- Released