-
Notifications
You must be signed in to change notification settings - Fork 14
Conversation
I tried following the directions for testing this pull request. After creating some content, I noticed that content is pushed to Fedora, but the details are not pushed to the triplestore. Upon inspecting the ActiveMQ queues, there appears to be 0 consumers for the |
@MarcusBarnes Is the box still laying around? Can you |
@dannylamb The output from |
@dannylamb The config for the islandora-indexing-triplestore feature indicates a change from one queue to two (https://github.com/Islandora-CLAW/Alpaca/pull/48/files#diff-d6faeeeee8e4b65be5a42765db3ed169) but the broadcaster is still routing to the old queue ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Tested this out today and it appears to work. However, deleting an Islandora Image did not delete the associated media. Are we not cascading these deletes? |
@seth-shaw-unlv it does but the file is not deleted from Drupal until a cron run. You can see instructions in the claw-playbook PR to make the cron run quicker. |
@seth-shaw-unlv I also forgot that deleting the islandora image does not remove the Drupal media element. So if you go under Content -> Media, you can remove the Media element and them the file should be free to get cleaned up. |
GitHub Issue: Install for Islandora/documentation#640
What does this Pull Request do?
Install updates for Islandora/documentation#640
What's new?
How should this be tested?
You need to point to my forks for Alpaca and Crayfish. You also need to skip the drupal config import until after you have updated the modules. You can follow along or just scrape out this patch and apply it directly:
Then
vagrant up
.Once it's done, you need to run this gist to update and install the islandora modules from my forks. You can
vagrant ssh
into the box and do so with:Then you can test the box by adding and removing content, and checking that it is accurately reflected in Fedora and the triplestore.
If you find yourself wading through a lot of exceptions in Karaf logs from Api-X, see this workaround until we can sort it out on a separate issue.
Interested parties
@Islandora-CLAW/committers