Details
-
Enhancement
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Done
-
None
-
None
Description
In SynchronizationImple, if the user's synchronization fails, the exception is swallowed and never logged. Instead a descriptionless UNKNOWN is thrown.
The exception should at least be logged to aid in troubleshooting.
Later in the same file, after_completion is using e.printStackTrace() to log the stack, which is also less than ideal.
Attachments
Issue Links
- clones
-
JBEAP-10213 JTS before_completion in SynchronizationImple swallows and hides exceptions
-
- Verified
-
- relates to
-
JBTM-2880 Refactor codebase to minimize usage of e.printStackTrace() call and change for using logger
-
- Pull Request Sent
-