-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parts not updated after resync via IRS #1082
Comments
Please find some logs about an initial registryReload, attached on the ticket. |
…d-after-sync bug: #1082 fix parts synchronization
…d-after-sync bug: #1082 fix parts synchronization
Tested on dev environment together with @ds-mwesener. All assets got updated as expected, tombstones got overriden after successful sync. No SQL exceptions visible in logs. |
Tested on E2E: Ready for review. |
During testing of #884 we noticed some SQL errors in the logs, which must be fixed. Will move this ticket back to WIP. |
…or-for-assets-sync' into bug/#1082-fix-duplicate-key-error-for-assets-sync
…e-key-error-for-assets-sync bug: 1082 use entity manager instead of repositories to fix duplicate…
After merging PR
might still be visible. The error is followed by a info log:
This indicates, that the error was handled properly. To test the fix, simply delete all assets with:
and trigger the asset synchronization via the frontend. No stack traces regarding SQL exceptions should be visible. |
Tested on dev: Ready for review. |
Bug found during fixing in IRS: #755 |
LGFM. Shown dugin review. PO acceptance in behalf of @jzbmw. |
Description
When synchronizing parts, unsuccessful sync attempts lead to the creation of tombstones. A subsequent sync attempt works but does not convert the existing tombstone back into a normal part.
Current behaviour
Expected behavior
Out of scope
Steps to reproduce the Bug
-> Parts are not synced correctly
Or easier:
The text was updated successfully, but these errors were encountered: