-
Notifications
You must be signed in to change notification settings - Fork 261
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
[BUG] Issue deleting elements loaded by an archive #7648
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 20 days if no further activity occurs. Thank you for your contributions. |
Hello @mandy-chessell If its OK with you. would like to take a stab at this. |
You may, of course :) It requires changes to a number of components to get it to work properly since the problem is in the repository services and testing this area can be chanll. I had not looked into it in detail but this was my initial thoughts. Design 1: Once the request is correctly routed to the the local connector, the local repository connector needs to pass it on to the real repository connectors to perform the delete. There are three native repository connectors (inmemory, JanusGraph and XTDB) that probably need updating and testing. Once the delete is performed, the local repository connector would send delete events to the other members of the cohort. Design 2: If this looks too challenging, I quite understand. I had been focussing on other fixes that improved the up-and-running experience since I did not think anyone was waiting for this one. If you need this fix, and would like me to do it, I can move it up my priority list. If you would like something different to work on, I can help you there too. |
Ah,, never realized it will be that challenging. If possible I would like to work on something simpler. Its just my 3rd or 4th issue on Egeria. So something that would be appropriate for my level would be good. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 20 days if no further activity occurs. Thank you for your contributions. |
Existing/related issue?
No response
Current Behavior
Get an exception when trying to delete an archive.
archive_issue.log
Expected Behavior
Bye-bye archive
Steps To Reproduce
Try it with Postman
Environment
Any Further Information?
No response
The text was updated successfully, but these errors were encountered: